Forum Discussion
Altera_Forum
Honored Contributor
13 years agoUSB Blaster rules.
Hi, I have been successfully running quartus11.1 on linux, for this added usb blaster rules. As mentioned below. BUS=="usb" SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6001", MODE="06...
Altera_Forum
Honored Contributor
13 years ago09fb is the USB Vendor ID for Altera and 6001,6002,6003 are the product IDs for different versions of the USB Blaster. These numbers are used by the OS to recognize a plugged in USB device. The MODE is a permissions mask similar to what you have on every file. 0666 means the device can be read and written by all users.