Forum Discussion
Altera_Forum
Honored Contributor
11 years agoFlash programming guide for DE0-NANO needed.
Hi. I have been searching around in the forum. I found a few discussions regarding the flash programmer issues. I have found the NiosII Flash Programmer Guide and the EPCS IP differs from t...
Altera_Forum
Honored Contributor
11 years agoHi Experts.
Altera Forums seems to be dead :) . Anyway I'll post my latest results. sof2flash --epcs --input=project.sof --output=project.flash elf2flash --epcs after=prokect.flash --input=firmware.elf --output=firmware.flash cat project.flash firmware.flash > hwsw.flash nios2-elf-objcopy -I srec -O ihex hwsw.flash hwsw.hex The firmware should be loaded to address 0x20000 in the onchip fpga memory in this test. It looks like the hardware works, but the software does not start. Shouldnt nios2-elf-objcopy fix this? Or am I missing something? I suspect the code ends up in the wrong place :-/