Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThanks, Kevin
I have also tried it, but I could not convert my .elf file to .hex file. My code in The Nios II Command Shell for elf2hex is "$SOPC_KIT_NIOS2/bin/elf2hex" --base=0x001C664B --end=0x001CED0B --little-endian-mem --no-zero-fill --input="remote_with_nios.elf" --output="remote_with_nios.hex" --width=8 However, I have got only one line, in other words the hex file has not been created. Where is the problem? Thanks for your answer again.