Altera_Forum
Honored Contributor
14 years agoQuartus 11.0sp1 RHEL5 USB Blaster stops Responding
I have installed Quartus 11.0sp1 (Subscription) on a RHEL5 64-bit server. When trying to use signal tap, The USB-Blaster stops responding and i have to run
$ killall jtagd and restart quartus for it to work again. I have added the following to /etc/udev/rules.d/51-usbblaster.rules : # USB-Blaster BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6001", MODE="0666", PROGRAM="/bin/sh -c 'K=%k; K=$${K#usbdev}; printf /proc/bus/usb/%%03i/%%03i $${K%%%%.*} $${K#*.}'", RUN+="/bin/chmod 0666 %c" (note that everything after# USB-Blaster is all one line). Any ideas to prevent the having to restart jtagd and killing all of my quartus instances? Thanks ToyMakerII