Forum Discussion
Altera_Forum
Honored Contributor
10 years agoHi,
I had similar problems with the Quartus Programmer on Fedora; I never tried it on Ubuntu, but I guess it'll work there as well: http://fpgacpu.ca/fpga/usb-blaster-debian.html (http://fpgacpu.ca/fpga/usb-blaster-debian.html). In a nutshell:- create the file "/etc/udev/rules.d/51-altera-usb-blaster.rules" (as root)
- edit the file (as root), set the contents to "ATTR{idVendor}=="09fb", ATTR{idProduct}=="6001", MODE="666""
- create a directory for the JTAG server: "mkdir /etc/jtagd"
- copy and rename the JTAG server config file: "cp /opt/altera/13.0sp1/linux/quartus/linux/pgm_parts.txt /etc/jtagd/jtagd.pgm_part"