Forum Discussion

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

Ubuntu Lucid 64 strange JTAG Problem

Hello all,

I auccessfully installed Quartus 11.0 Web Edition on my system (Ubuntu Lucod 64 bit) and everything seemed to work out of the box. Now I have to use an Arria II GX Development Kit with JTAG. Obviously, jtagconfig can access the JTAG chain because it prints the correct IDs. But why not the device names as expected?

$ linux32 jtagconfig

1) USB-Blaster [1-4.4]

025030DD !

020A40DD !

Captured DR after reset = (025030DD020A40DD) [64]

Captured IR after reset = (55555) [20]

Captured Bypass chain = (0) [2]

With kind regards

Stephan Hoffmann

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hello,

    I just found the solution:

    /opt/quartus/11.0/quartus$ ln -s linux linux64

    /opt/quartus/11.0/quartus$ bin/jtagconfig

    1) USB-Blaster [1-4.4]

    025030DD EP2AGX125

    020A40DD 5M(1270ZF324|2210Z)/EPM2210

    Obviously, linux32 does not work as expected:mad: