Forum Discussion
Altera_Forum
Honored Contributor
12 years agoCyclone V - JTAG ID Error - download failed
Hi, I meet JTAG error while downloading the .sof file to the FPGA via "Programmer". It says that the JTAG Id isn't what the Programmer was expecting for. I use Cyclone V devloppement kit...
Altera_Forum
Honored Contributor
12 years agoThe USB-Blaster II on the Cyclone V board runs at 16MHz by default (unless you have a very old board in which case its default speed is set to 24MHz).
Does turning the speed down to 6MHz with the command below make things more reliable? jtagconfig --setparam <cable id> JtagClock 6M You can use --getparam to read the current speed.