niosv-download utility unable to download the Nios® V processor application ELF file
Hello,
I'm trying to implement HDMI IP Design Example in Quartus Prime Pro v24.1.
I got an error during this step:
10. Download the software .elf file using the Nios2 Terminal
When I enter this command in Nios Shell:
niosv-download /home/meisam/intelFPGA_pro/Projects/HDMI_Nios/hdmi_0_example_design/software/tx_control/tx_control.elf -g -r -i 1
This error occurred:
INFO: Generating OpenOCD config file. Running "openocd-cfg-gen --instance=1 /tmp/tmpmipe93nw/niosv.cfg".
There are no devices with valid Nios V instance(s)
ERROR: Failed to generate OpenOCD config file.
I found this solution but as mentioned in this article, the patches are related to version 21.3 and 21.4. At the end of the article it is mentioned that "This problem is fixed starting from Intel® Quartus® Prime Pro Edition Software version 22.1."
Would you please assist me on this?
Regards,
Meisam
Hi
Could you try using the nios2 download command instead of the niosV?
nios2-download / software/tx_control/tx_control.elf -g -r -i 1
Just take not to close your nios uart terminal before downloading the nios2 elf.
Regards
Jingyang, Teh