Forum Discussion
Hi @SThor8
I tried implementing your solution on my Ubuntu 20.04 machine, but I get an
Command 'jtagd' not found
error.
Any suggestions on what to do?
I can get the USB-blaster to work very sporadically, fiddling with plugging the usb cable in/out of the pc and powering the FPGA on/off
I do nto have the 'jtagd' command either but 'killall jtagd' works
I do not know why it is so
- hxj1415 years ago
New Contributor
You have to run it from the file locally. First cd into the directory where you have Quartus installed and then to go to {whatever version number it is}/quartus/bin.
Check if the jtagd file is there with the command ls, and if it is, simply do the command he posted above but with ./jtagd in the front instead of just jtagd. This'll execute the file as if it was a command
- CUAlex5 years ago
New Contributor
All of the above solutions do not seem to be working. My error message alternates between JTAG chain broken, and Port Permissions Denied.