Altera_Forum
Honored Contributor
14 years agonios2 fail to boot from onchip memory
*quartus 11.0
hi all, we have a problem to put the software on the sof file, and i cant figure out the problem. the issue is: 1. I have a SOPC system that has a nios processor with onchip memory. 2. I have a working hardware and software (the software make one led blink). 3. i compiled and downloaded the SOF file to the FPGA, then i used the "software build tool for eclipse" to run the program. result: program works, the led is blinking. 4. reset vector points to the "on chip memory". on-chip memory is pointing to initialize from a specific hex file "onchip_memory_2.hex". 5. then i did the following: on the "software build tool for eclipse": make + run( to test to see if the led blinks) make generate-> make install (to generate the hex file) verified that the date on the hex file has changed. recompile the project on quartus see that the sof file has changed. download the sof file. i had expected to see a blinking led due to the software now been downloaded to the FPGA by the HEX file, but that was not the case! the led was a solid on, no blinking. can any one help me with this thing? what do i do wrong? yoav