Forum Discussion
Altera_Forum
Honored Contributor
14 years agoYou don't need to know the NIOS app's offset.
If you've placed the NIOS app right after FPGA image, then the EPCS bootloader will detect the FPGA image, calculate the size of the image, skip it and start executing the NIOS application. That's why you have to set the reset vector to the offset 0x0000 of your EPCS Controller (that's where the bootloader is located). More details can be found from the following Altera documents: - Embedded Peripherals IP User Guide (the section "EPCS Serial Flash Controller Core") - Application note 458 "Alternative Nios II Boot Methods" Regards, Jari