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
Software Application Development problem with programming the fpga on the zedboard
  • 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 6 replies
  • Subscribers 328 subscribers
  • Views 1234 views
  • Users 0 members are here
Related

problem with programming the fpga on the zedboard

Former Member
Former Member over 10 years ago

Hi,
I am having problem with my rev D zedboard. i am trying to program the fpga via the jtag port j17 using the supplied usb cable (only one usb cable is supplied which is also used for the uart connection). i have set all the   jumper (j7 to j11) correctly to ground. i am going through a zedbook tutorial and have reached the point in sdk to program the fpga via 'xilinx tools' -> program fpga but when i run this i get an error "program FPGA failed". what is wrong?

  • Sign in to reply
  • Cancel
  • Former Member
    0 Former Member over 10 years ago

    You have not given us much to go on. What version of the Xilinx tools are you using?

    What is your Host PC OS, Windows 7, Linux?

     

    The usb cable is a standard one so you can add a second to connect the USB-UART and programming port at the same time.

     

    That said there are a couple of things to look at.

     

    Sometimes, once you connect the USB cable between the ZedBoard J17 and your PC it can take a while for the drivers to load. You can open Windows Device Manager and you should see a "USB Serial Converter" added to the hardware list when the drivers load.

     

    You may also need to allow the firewall to make the connection.

     

    If you still have issues you might want to try a different tutorial to make sure you have generated a valid FPGA config file.

     

    -Gary

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

    Thanks Gary. i am using windows XP. The usb-uart connection to j14 works ok so it is not the cable or the usb port. i also believe that the generated bit stream file is ok too. the error message i get is:-
    10:11:57 INFOt: Time out for XMD transaction is 60000
    If you want to increase the timeout value, goto Windows-> Preferences -> Xilinx SDK -> XMD Startup
    10:11:57 ERRORt: Timeout occured while waiting to get reply for command "xload hw C:/Zynq_Book/first_zynq_design/first_zynq_design.sdk/first_zynq_system_wrapper_hw_platform_0/system.hdf"

    i tried increasing the timeout period without but it did not fix the problem. i am beginning ot think that the J17 port is faulty. when i plug the cable to it I can see the USB serial converter connection in the device manager menu but don't see any other message such as new hardware detected or anything (should i see such a message?).

    mehrdad

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

    You did not mention which Xilinx tools version you are using. I don't have a Windows XP machine to try, but using Windows 7 and Vivado SDK 2015.2, I was able to verify the xmd connection using one of the predefined hardware platforms. Also using Windows 7 I do hear a notification and see the USB serial converter connection in the Device Manager but do not get a 'hardware detected message'.

     

    Using a predefined zedboard hardware platform should rule out any errors you may have made in generating your design.

     

    First start up SDK (no need for a Vivado design for this exercise). Setup a workspace directory for your experiment.

     

    Once SDK is started 'Create Application'.

     

    Then, under 'FIle' on the SDK toolbar select 'New" > 'Application Project'.

     

    Give the project a name and them select 'zed_hw_platform' in the 'Hardware Platform' selection. Make sure 'Create New' is selected for the Board Support Package and then click 'Next'.

     

    Select 'Hello World' and then 'Finish'.

     

    Once the application has been generated select 'XMD Console' under 'Xilinx Tools' on the SDK toolbar.

     

    In the XDM console that opens type "connect arm hw".

     

    If XDM is able to connect to the Zedboard successfully that should verify your hardware.

     

    -Gary

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

    Thanks Gary. I used the connect arm hw command in XDM and it worked.
    Many thanks for your help.

    mehrdad

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

    I am having problem with my rev D zedboard. I have windows 10 and the version of the Xilinx tools that I use are Vivado 2015.4. i am trying to program the fpga via the jtag port j17 using the supplied usb cable (only one usb cable is supplied which is also used for the uart connection). i have set all the jumper (j7 to j11) correctly to ground.   i am going through a zedbook tutorial and have reached the point in sdk to program the fpga via 'xilinx tools' -> program fpga but when i run this i get an error "program FPGA failed".  the error massage said : " could not find the FPGA defice on the board for connection 'local'."
    the troubleshooting hints:
    check wheher board is connecting to the system properly.
    check the switch power.
    I checked every thing but it does not work.
    when I opened Windows Device Manager, and I see the "USB Serial Converter" added to the hardware list.
    So, what is wrong?
    can you help me with clear steps to fix it.
    Also, If you have video or picture, please send it to my email :
    jhs.jhs2007@hotmail.com

    thank you
    Saleh
    ^_^
     

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

    Hello Saleh,

     

    Windows 10 is not a supported host OS for Vivado at this point. Based on these posts on the Xilinx Community forums it looks like others have run into your cable/programming issue with Windows 10.

     

    https://forums.xilinx.com/t5/Installation-and-Licensing/Windows-10/td-p/645652/highlight/true/page/3

     

    https://forums.xilinx.com/t5/Design-Tools-Others/vivado-2015-3-on-Windows10/td-p/663466

     

    You might try posting on the Xilinx Community forums development tools forum to see if anyone has managed to make it work. There are also posts on the Xilinx forums that indicate that there are plans to support Windows 10 in Vivado 2016.x, but they are not specific as to which 2016 release it will be.

     

    -Gary

    • 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