Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12603 Discussions

Jtag error Centos6.3 Quartus 10.1 error code 89

Altera_Forum
Honored Contributor II
1,230 Views

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
0 Kudos
0 Replies
Reply