Altera_Forum
Honored Contributor
13 years agoNIOS Code not running
Hi everyone,
I am designing a system on a custom board with a Cyclone IV E fpga. I am able to program my board from Quartus successfully. After designing my Qsys system, I create a Nios application with the correct sopcinfo file. I build my Nios project, and obtain a .elf file. This is the process I follow from here: 1. Perform sof2flash conversion. 2. Perform elf2flash conversion. 3. Concatenate both .flash files. 4. Use nios2-elf-objcopy to get my hex file. 4. Use Quartus II "Convert Programming Files" Utility. I input my hex file and specify my EPCS4 Device and generate my JIC file. 5. I use the quartus programmer to program my board with this .jic file. It programs successfully but the Nios code is not running. I would appreciate any help with this. Thank you very much! Zahi Hakim