Forum Discussion
Altera_Forum
Honored Contributor
13 years agoSince the FGPA hardware doesn't access your second EPCS16 chip, you could actually write the nios code image to it in any format you like!
You can then write some boot code to copy it to SDRAM and put that into an internal memory block that is initialised when the fpga image is loaded (and is pointed to by the nios's reset vector). Since you can link the boot code to the correct address it should be easy to write!