Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21584 Discussions

Cannot find USB Blaster

Altera_Forum
Honored Contributor II
1,464 Views

I am running Red Hat Enterprise Linux 6 64bit. I have followed the instructions here: 

 

http://www.altera.com/download/drivers/dri-usb_b-lnx.html 

 

I have set the QUARTUS_ROOTDIR path like this: 

 

export QUARTUS_ROOTDIR=/root/altera/13.0/qprogrammer 

 

Yet, I still get this error when browsing for the USB blaster 

 

"Error: QUARTUS_ROOTDIR is not set" 

 

 

What else can I try? 

 

Thanks.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
796 Views

For the sake of helping others, I started DS-5 like this from the same terminal. 

 

export QUARTUS_ROOTDIR=/home/altera/13.0sp1/qprogrammer 

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/altera/13.0sp1/qprogrammer/linux 

/home/altera/13.0sp1/embedded/ds-5/bin/eclipse & 

 

After this it worked.
0 Kudos
Altera_Forum
Honored Contributor II
796 Views

Thank you bobo01 ... that was helpful! :-)

0 Kudos
Reply