Altera_Forum
Honored Contributor
15 years agoHelp with USB Blaster using linux SUSE 11.3
I am using SUSE 11.3 and trying to get the Quartus II programmer to recognize the USB Blaster.
Currently, the programmer does not recognize the USB Blaster under Hardware Setup. I have tried the following procedure without success with my board powered up and usbblaster connected to the board and the usb port on linux machine: 1. Added the following lines to the file "51-usbblaster.rules" file under /etc/udev/rules.d: 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" BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6002", MODE="0666", PROGRAM="/bin/sh -c 'K=%k; K=$${K#usbdev}; printf /proc/bus/usb/%%03i/%%03i$${K%%%%.*} $${K#*.}'", RUN+="/bin/chmod 0666 %c" BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6003", MODE="0666", PROGRAM="/bin/sh -c 'K=%k; K=$${K#usbdev}; printf /proc/bus/usb/%%03i/%%03i$${K%%%%.*} $${K#*.}'", RUN+="/bin/chmod 0666 %c" 2. Added following line in /etc/init.d/boot.local /home/bin/altera/10.1/quartus/bin/jtagd 3. mkdir /etc/jtagd 4. cp /home/bin/altera/10.1/quartus/linux/pgm_parts.txt /etc/jtagd/jtagd.pgm_parts 5. touch /etc/jtagd/jtagd.conf 6. /home/bin/altera/10.1/quartus/bin/jtagconfig The result: No JTAG hardware available Any help would be appreciated.