Forum Discussion
Altera_Forum
Honored Contributor
11 years agoRunning NIOS program from external SDRAM
Hi, How would one create or modify a linker script to get a Nios program to run from external SDRAM rather on on-chip RAM? I have created a Qsys system with a NIOS and SDRAM controller. The...
Altera_Forum
Honored Contributor
11 years agoHi Paul
The reset address must point to the EPCS base address. With EPCS64 you can use the standard bootloader which will take care to copy code to sdram. Everything is done automatically and you'll find your application program ready to run at main entry point. You need to write a custom bootloader only if you need special features, like loading multiple boot images or remote fpga update.