I am trying to setup a Arrow USB Blaster on Linux Mint 18 but this was not successful. As described in the readme I copied the file libjtag_hw_arrow.so into the directory quartus/linux64 of the Intel PSG installation directory and the file 51-usbblaster.rules into /etc/udev/rules.d.
In the file /etc/modprobe.d/blacklist.conf I added:
blacklist ftdi_sio
blacklist usbserial
I also made
sudo useradd -G plugdev USERNAME
When the USB Programmer is plugged in, dmesg shows
[ 128.095195] usb 3-5: new high-speed USB device number 7 using xhci_hcd
[ 128.227194] usb 3-5: New USB device found, idVendor=0403, idProduct=6010
[ 128.227199] usb 3-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 128.227203] usb 3-5: Product: Arrow USB Blaster
[ 128.227205] usb 3-5: Manufacturer: Arrow
[ 128.227207] usb 3-5: SerialNumber: AR1TCNM0
but the Programmer is not listed in Quartus (16.1.2)
Does anyone have an idea, why the programmer cannot be used?