element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
Using Xilinx Tools Forum No Target with ID 64 in the System
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Avnet Boards Forums to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 7 replies
  • Subscribers 338 subscribers
  • Views 1247 views
  • Users 0 members are here
Related

No Target with ID 64 in the System

Former Member
Former Member over 11 years ago

Hello

We have a new rev D ZedBoard, and it runs out of the box with the pre-configured SD card image once the jumpers are set for SD card boot.

Setting the jumpers for cascaded JTAG (Jp7 - JP11 all set to GND) and trying to run logic and software built with Vivado 2014.1 and SDK 2014.1 is causing me great pain.

I have been trying to follow the tutorials in chapters 2 and 3 in zedboard_CTT_v2013_2_130807.pdf.  This has been written for v2013.2, so I'm not surprised that there have been little issues I've had to resolve along the way.

Nevertheless I have bumbled my way through chapter 2 and most of chapter 3.  I've has to wire in a proc_sys_reset block that wasn't mentioned in the tutorial due to Vivado critical warnings without it.

Now I finally have everything building in SDK with the hardware generated in Vivado, but I've hit a showstopper I can't get past without help.  I've set up a Xilinx C/C++ Application GDB run configuration with the generated .elf.  I am able to program the PL and the blue DONE LED lights up, but when I attempt to run the .elf with the run configuration I get an error "No Target with ID 64 in the System" as in the title.

Another thread (http://zedboard.org/content/zynqintro-lab-5) has mentioned this error in a different context, but no answers there have helped, other than to suggest the SDK can't find the ARM (ID 64).  This is strange, because the tutorial in chapter 2 (without a PL configuration) didn't have this problem.

Is anyone able to help?

  • Sign in to reply
  • Cancel
  • bhfletcher
    0 bhfletcher over 11 years ago

    Is this a Win7 PC? Do you recall getting the Firewall warnings? Did you make sure to check the boxes to Allow Access? You can check this with the following steps:

    1.   Open Control Panel
    2.   Select Windows Firewall
    3.   Select "Allow a program or feature through Windows Firewall"
    4.   Look for "eclipse"  
          
      •     You should have an entry for each version of Xilinx tools you have installed. Select and click Details to see which version is which. I have both Domain and Home/Work boxes checked.
      •  
    5.   2013.4 and prior have entries for hw_server
    6.   Look for "Java(TM) Platform SE binary"
    7.   Look for "rdi_xmd" for 2014.1 and newer
    8.   2013.3 has an entry for vcse_server
    9.   2013.4 and prior have entries for "xmd"

     

    We have heard of corrupt Xilinx tool installs from users who installed from an archive that wasn't cross-checked with the checksum. Did you check the archive checksum before installing?

     

    Have you tried the command-line XMD advice given to you on the Xilinx forums?

    http://forums.xilinx.com/xlnx/board/crawl_message?board.id=EMBEDDED&message.id=12233

     

    Bryan

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • bhfletcher
    0 bhfletcher over 11 years ago

    One more thought -- did you modify the Run Configuration to NOT source the initialization TCL? That would be bad.

     

    Bryan

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to bhfletcher

    Thanks Bryan.  The Run Configuration no longer sourced the TCL.  I didn't intentionally or consciously modify it so it didn't, and it must have been there when I went through chapter 2, so I don't know how I did it.

    Steve

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • rejohnson3
    0 rejohnson3 over 10 years ago

    Where do I check if ps7_init.tcl is sourced?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 10 years ago

    Within the SDK once you have created an application right click on the application in the Project Explorer pane on the left. Select either "Run As" or "Debug As" and select 'Configurations. In the "Target Setup" tab in the configuration you can make sure that "Run ps7_init" is checked.

     

    -Gary

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • zuleikha
    0 zuleikha over 7 years ago

    Hello all,

    I have the same ID 64 problem when trying to send my "*.elf" file to my zynq (zedboard).

    However, SDK 2017.3 does not allow me to check " Run_ps7_init"!!

    Any suggestion plz

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • jafoste4
    0 jafoste4 over 7 years ago

    Hi,

    Did you export a .hdf file from Vivado?

    --Josh

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube