Forum Discussion

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

JTAG ID error !!!

Dear all,

I use Altera cyclone III (EP3C120F780C7N)

Quartus II 8.0 and Nios II 8.0

In Nios II, I can create project and run simple sample code (hello_world...)

I follow the “using the nichestack tcp/ip stack – nios ii edition tutorial” document and try to run simple socket server project.

I get error about JTAG ID when load the .sof file (*_full_featured.sof) to target board, it similar to:

Error: Can't configure device. Expected JTAG ID code 0x120930DD for device 1, but found JTAG ID code 0x020F70DD.

Error: Operation failed

Please tell me how to solve this problem?

Thank you in any advance

Luan Dinh

4 Replies

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

    According to the error message, you're attempting to load a 2s60 "family" SOF into a 3c120. This won't work. Which SOF are you trying to use...and why?

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

    i want to run simple_socket_server sample code, and i follow the instruction in "using the nichestack tcp/ip stack tutorial software design" but i just get above error.

    i install Nios II and Quartus II software from the CD included with Altera cyclone III (EP3C120F780C7N) board. the .sof file which i try to load into target board come from the installation folder of NiosII.

    I want to build raw socket application run on my board ( FPGA-clyclone II EP3C120F780C7N) and send packet to other device via Ethernet interface, is it possible ?

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

    You may actually be having a JTAG problem. What are you using for a programming cable?

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

    Hi !

    i use JTAG cable, it work well when i can run simple_hello_world project.

    i just run sample code from NiosII

    Luan