Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

Jtag error Centos6.3 Quartus 10.1 error code 89

i've installed quartus II 10.1 linux version on Centos6.3 running on virtualBox and as a root i Created the file 51-usbblaster.rules in /etc/udev/rules.d directory. With the following content:

# USB-Blaster

BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6001",MODE="0666",

BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6002",MODE="0666",

BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6003",MODE="0666",

BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6010",MODE="0666",

BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6801",MODE="0666",

I checked that my computer identified my DE2-115 board by:

a) connecting the USB Blaster Cable to the computer.

b) powering the board (on RUN mode).

c) typing lsusb at a terminal/shell.

In the list of devices we found the Altera Blaster identified

However, When trying to use Tools>Programmer>start to program the device, I got error Unexpected error in Jtag server error code 89

Please would you help me solve this problem

thank you
No RepliesBe the first to reply