The problem was to do with the permissions device, and the following should fix that:
- Create a new file called "terasic-usb-blaster.rules" in the "/etc/udev/rules.d/" folder
- Simply add the following line to the otherwise empty file:
ATTR{idVendor}=="09fb", ATTR{idProduct}=="6001", MODE="666"Thanks to http://www.eecg.toronto.edu/~laforest/USB-Blaster-Debian.html for explaining this solution!
No comments:
Post a Comment