Forum Discussion
Altera_Forum
Honored Contributor
14 years agoYou don't need to install the programmer if you have Quartus installed.
You will need to setup a udev rules file for USB-Blaster to work# 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"
Cheers, Dave