Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16805 Discussions

Quartus v12.x v13.0 on Ubuntu 12.04 linux - usb port settings for jtagd usb blaster

Altera_Forum
Honored Contributor II
1,278 Views

Hi,  

 

I followed the instructions on the altera website to set the usb port settings in linux in the rules.d directory in order to run the usb blaster. That did not work and the access rights are not set. On Ubuntu 12.04 LTS, the setting in the rules file 51-usbblaster.rules has to be 

# Altera USB-Blaster for Quartus FPGA Software 

SUBSYSTEMS=="usb", ATTR{idVendor}=="09fb", ATTR{idProduct}=="6001", MODE="0666" 

SUBSYSTEMS=="usb", ATTR{idVendor}=="09fb", ATTR{idProduct}=="6002", MODE="0666" 

SUBSYSTEMS=="usb", ATTR{idVendor}=="09fb", ATTR{idProduct}=="6003", MODE="0666"# USB-Blaster II 

SUBSYSTEMS=="usb", ATTR{idVendor}=="09fb", ATTR{idProduct}=="6010", MODE="0666" 

SUBSYSTEMS=="usb", ATTR{idVendor}=="09fb", ATTR{idProduct}=="6810", MODE="0666" 

 

I used that with a Altera DE1 board with on-board blaster and that worked.  

 

Regards 

 

Friedrich
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
514 Views

Hi, 

 

I have same OS and Quartus, and have tried all possible approaches posted. I still can not find the build-in USB-blaster II from my DE5-NET board.  

 

if lsusb, i can get: 

 

Bus 001 Device 013: ID 09fb:6810 Altera  

 

But jtagconfig, it prompts: 

No JTAG hardware available 

 

Have you met the same problem? 

 

Regards, 

Di
0 Kudos
Altera_Forum
Honored Contributor II
514 Views

 

--- Quote Start ---  

Hi, 

 

if lsusb, i can get: 

 

Bus 001 Device 013: ID 09fb:6810 Altera  

 

But jtagconfig, it prompts: 

No JTAG hardware available 

 

--- Quote End ---  

 

 

Hi, 

 

maybe you can have a look here and check the file permissions?  

 

http://www.hs-augsburg.de/~beckmanf/dokuwiki/doku.php?id=ubuntu_virtual_cae_system 

 

Regards 

 

Friedrich
0 Kudos
Altera_Forum
Honored Contributor II
514 Views

Hi Friedrich, 

 

Thank you for your reply. 

 

I checked the permission of my usb port. 

 

crw-rw-rw- 1 root root 189, 133 Dec 9 09:37 006 

 

I think it's fine.  

 

But the device is still not available. 

 

Regards, 

Di
0 Kudos
Reply