Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThank you for your reply. Now I have found the answer. I configured the processors boot from on chip memory, so when I compile the NIOS II software, there're two on_chip_mem_xx.hex file automatical generated in the folder of the whole project. So when I compile the whole project, the two .hex file will be compiled into .sof file. Then I convert the .sof file into .jic file and download it into the board, both processors can work normally. Is the procedure I describe above correct?