Forum Discussion
Altera_Forum
Honored Contributor
14 years agoSkw,
if you use the simple standard method for loading the fpga configuration and the software from the serial flash you do not have to write yout own bootloader. This is all done automatically. What you have to do is set the cpu reset vector (suppose you are using the nios) to the epcs_flash_controller. And you have convert your software elf file to a flash file which directly start after the fpga configuration in the flash (sof2flash). Regards, HJS