Forum Discussion

NSook's avatar
NSook
Icon for New Contributor rankNew Contributor
6 years ago

How to get USB Blaster II under Programmer in Quartus Prime Lite?

I'm currently trying to set up the USB Blaster II for a Max 10 10M08 Evaluation Kit using Ubuntu ran on Virtualbox. On terminal, it says that the USB blaster is connected (using lsusb). I've also created the file named usbblaster.rules. Not sure as to why it's not showing up as hardware in the programmer menu of Quartus Prime Lite when I try to add it. Any ideas or any thing I could do to make this work? Thank you.

8 Replies

  • ShafiqY_Intel's avatar
    ShafiqY_Intel
    Icon for Frequent Contributor rankFrequent Contributor

    Hi NSook,

    Can you check your JTAG connection first whether it is working or not? (jtagconfig)

    open Command Prompt ---> go to Quartus directory <Quartus installation directory>intelFPGA\18.1\quartus\bin64> ---> run jtagconfig

    And, show me the screenshot of your jtagconfig ?

    Cheers

  • NSook's avatar
    NSook
    Icon for New Contributor rankNew Contributor

    When I initially typed lsusb. it initially showed that the USB-Blaster was connected. When I typed jtagconfig, the blue light on the USB-Blaster turned off and then on again. Not sure if my USB-Blaster is working properly as I saw yesterday that after a while, it was disconnected from the USB bus. When I remove and reinsert the cable, it appears in the bus again.

  • NSook's avatar
    NSook
    Icon for New Contributor rankNew Contributor

    This is the output when I run dmesg -w. The first box indicates when the device is initially connected. The second box is the output when jtagconfig is run. Not sure why it is disconnecting.

  • NSook's avatar
    NSook
    Icon for New Contributor rankNew Contributor

    Yes I did that and it still doesn't work. Thanks for the assistance so far.