Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHello, i am not at my job atm so i can't answer.
CentOS uses udev! Nioswiki told me to that: For RHEL5 or Centos5, Create a file named /etc/udev/rules.d/51-usbblaster.rules and add the following lines to it. Take note that after# USB-Blaster, all code must be in one line. # USB-Blaster BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6001",MODE="0666", PROGRAM="/bin/sh -c 'K=%k; K=$${K#usbdev}; printf /proc/bus/usb/%%03i/%%03i $${K%%%%.*} $${K#*.}'", RUN+="/bin/chmod 0666 %c" Next, create an empty file in your home directory named “.jtag.conf ”. touch ~/.jtag.conf That's what i did.