Forum Discussion
Altera_Forum
Honored Contributor
14 years agoINCLUDE SOFTWARE INTO EPCS (.jic)
Hello, i tried many different method on how to include my software for nios2 processor (.elf file) into the jic file together with the .sof fpga file. I have an fpga with a nios2 processor. I...
Altera_Forum
Honored Contributor
14 years agoYou can also use your code to initialise the on-chip memory as part of the normal FPGA initialisation (via a .HEX file).
In this case the reset vector points directly into the on-chip memory. This saves the fpga resources used for the EPCS bootloader, but means that you can't restart the code without a full fpga reset.