Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHi,
So here my status: I start quartus but I'm not able to see the USB blaster from the Hardware setup of the programmer? Here some details: 1- cd ~/altera/11.0/quartus/bin 2- ./quartus 3- Tools/Programmer 4- Hardware setup (No Hardware???) So the udev rules have been created: cat /etc/udev/rules.d/51-usbblaster.rules # 51-usbblaster.rules# # * Use lsusb to see the 'Altera' bus and device number. # The device node is then /dev/bus/usb/<bus>/<device># # * use jtagconfig to detect devices on the usbblaster# BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6001", MODE="0666" lsusb Bus 002 Device 002: ID 0e0f:0002 VMware, Inc. Virtual USB Hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 004: ID 09fb:6001 Altera Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub The udev have change the rights: ll /dev/bus/usb/001/004 crw-rw-rw- 1 root root 189, 3 2011-08-25 11:12 /dev/bus/usb/001/004 dmesg [ 5023.270108] usb 1-1: new high speed USB device using ehci_hcd and address 4 [ 5023.452903] usb 1-1: config 1 interface 0 altsetting 0 bulk endpoint 0x81 has invalid maxpacket 64 [ 5023.452908] usb 1-1: config 1 interface 0 altsetting 0 bulk endpoint 0x2 has invalid maxpacket 64 So any clue why quartus doesn't detect the USB blaster? Do I need to do something else? Best Regards, kap