Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI was having a problem where nios2-download or something would freeze and after I killed it nothing would work with JTAG anymore until I rebooted. I was getting these errors:
$ nios2-configure-sof /data/my.sof
Error: Can't scan JTAG chain. Error code 89.
$ jtagconfig
1) USB_Blaster
Unable to lock chain (Insufficient port permissions)Turns out jtagd was getting respawned as my user. This solves that problem: killall jtagd
sudo /opt/altera/quartus/bin/jtagd