Forum Discussion
KennyJoosen
New Contributor
1 year agoNios V starts in debugging mode, but not in stand-alone mode
I have migrated a working Nios II/f instance to a Nios V/g one. When launching a debugging session with RiscFree IDE and JTAG to this Nios V instance, everything operates as expected. However, when ...
- 1 year ago
I found the cause of the issue: the conversion of the ELF file to HEX file went wrong. I was using elf2flash and riscv32-unknown-elf-objcopy commands, while I should have been using the elf2hex command.
Conversion command used now:
elf2hex ${PROJECT_ELF} -o ${PROJECT_HEX} -b 0x00000000 -e 0x0007ffff -w 32 -r 4
tehjingy_Altera
Regular Contributor
1 year agoHi
I’m glad that your question has been addressed, I now transition this thread to community support. If you have a new question, Please login to ‘https://supporttickets.intel.com/s/?language=en_US’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.
Regards
Jingyang, Teh