Altera_Forum
Honored Contributor
14 years agojtagconfig on openSuSE 11.3
Hi,
I have had some success in getting jtagconfig to work, but there is still an unresolved problem with permissions. To get this working with openSuSE 11.3, I've created a new file in /etc/udev/rules.d/30-altera.rules with the following contents:# udev rules file for Altera USB programming devices (udev >= 0.98)#
BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6001", MODE="0666", SYMLINK+="usbblaster" The problem is that I can only run 'jtagconfig' (and 'nios2-configure-sof') from the root user. Running 'jtagconfig' as the local user results in: 1) USB-Blaster variant
Unable to lock chain (Insufficient port permissions) Running 'jtagconfig' as the root user results in the same until I kill the jtagd process launched by the local user. Is there a simple solution to allow the device to be accessed by other users than root? A simple modification to the line in my udev rules file? Thanks, Jason