- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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: