Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- Hello there, I'm having the same problem here since I set my NIOS reset_vector to the external EPCS flash memory from the external SDRAM. But, if I make a JIC with my Sof and Elf files and then burn the flash, it works fine. Otherwise (with the reset vector at SDRAM) the software would not boot. Make sure your reset_vector is at SDRAM so it will not load the software image at flash upon your just downloaded elf at sdram. --- Quote End --- If the nios app is linking the application to execute from RAM (on-chip or external), the reset vector shouldn't matter. The Nios IDE should download the application to RAM and not try downloading/verify what's at the reset memory (flash). Otherwise, you'd need to have one qsys version that has the reset pointing to RAM, and another non-debug version that has it pointing to flash. Who does this?