Forum Discussion
Altera_Forum
Honored Contributor
17 years agocyclone iii nios boot from epcs
cyclone iii nios boot from epcs: i use nios_flash_programmer to burn fpga+nios to epcs64 ,but do not boot from epcs,i use memtes to Test EPCS Serial Flash first time : ------------...
Altera_Forum
Honored Contributor
14 years agoCorrect !
In fact the FPGA Image is read byte after another so inside the EPCS some kind of actual adresspoint is set and incremented, after the last FPGA image byte, this pointer points to the first byte of the application software and the boot loader can fetch again one byte after another continuing the data stream. So just ensure that your application is directly after the fpga image. This means whenever you change your application, you need to assemble to complete EPCS image again.