Forum Discussion
Altera_Forum
Honored Contributor
10 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 :-/