Forum Discussion
JMX
New Contributor
11 months agoNios V: niosv-download reports "no harts found" on Agilex 5 board
I am seeking for ideas with the following issues I have on agilex 5. I want to test a very basic example "hello world" on the board. However, I got a problem on downloading the elf file. My sof file...
FawazJ_Altera
Frequent Contributor
10 months agoHello,
Can you try to reduce the JTAG Speed using the command below:
jtagconfig --setparam 1 JtagClock 6M
After that, download the Nios V elf file:
niosv-download -g -r app.elf
I will test the Github design on board, and I will let you know my findings.
Thank you,
Fawaz.