element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • 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
      • Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Vietnam
      • 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 & Tria Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
Avnet Boards General MicroZed Boot Problem
  • 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 8 replies
  • Subscribers 366 subscribers
  • Views 802 views
  • Users 0 members are here
Related

MicroZed Boot Problem

Former Member
Former Member over 10 years ago

Hello All,

I have been running my MicroZed (BD-Z7MB-7Z010-G REVF06) with a Breakout Carrier Card for several months now with no issues.  Recently, however, when I booted up in SD Card mode (as per usual, I have Ubuntu loaded on there) the board & card powered up but I was unable to connect to the serial port using my terminal program.  I then tried booting up in QSPI mode and JTAG mode (which seemed to work fine, although oddly the blue "ready" light was on immediately) but I was not able to connect to either the serial port or the JTAG cable.

To isolate the problem I separated the MicroZed from the Breakout Carrier Card, and tried booting it up as a standalone device.  The MicroZed would not boot up at all when powered only by the USB cable.  I tried switching USB cables and using different USB ports, but none of the LEDs would light up.

Any troubleshooting ideas out there?

Thanks.

Adam

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

    Hello Adam,

     

    Sounds like there are a couple of things to address, so perhaps we can work on them one at a time. 

     

    It is very possible to create a Zynq design that will require more power than the typical USB port will provide. If you can try an actively powered USB hub, or some other USB port that you are sure will provide enough current. Otherwise you might try connecting the USB power supply from your Break Out Carrier Card directly to the MicroZed. While this will not provide the USB UART terminal it should provide enough current so that you can see if the MicroZed will boot. If the LEDs do light as expected this would indicate the 'standalone' booting issue might be power related.

     

    Next, you could try enabling the built in terminal in the SDK, using JTAG mode, to see if the board is otherwise operating correctly. The first exercises in the Avnet Zynq Software Speedway workshop labs detail how to enable the SDK terminal.

    http://zedboard.org/course/developing-zynq%C2%AE-7000-all-programmable-soc-software-vivado-20133-and-201441

     

    Let us know if you are able to make any progress and we can proceed from there.

     

    -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

    Gary,
    Thanks for your prompt and on-point suggestions.  Here are the results:
    With the standalone MicroZed plugged into the USB power supply from the Breakout Carrier Card there is still no visible boot activity, and no LEDs light up.
    With the MicroZed reconnected to the Breakout Carrier Card I ran through the workshop labs you suggested.  I booted up into JTAG mode (all jumpers towards the center of board) it powered up, immediately giving me both the green "Power Good" LED and the blue "DONE" LED.  Clicking Program FPGA produces the following error:

    Connection to Board Failed
    Unknown Error Occurred
    Cable is not powered-on

    I get the exact same error when I try to run the Hello_Zynq application with a JTAG UART STDIO Connection.  And just for giggles, I get the exact same error if I open a XMD console and try "connect arm hw".
    Any other suggestions?  I've got a sinking feeling about this issue...
    Thanks.
    Adam

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

    Gary,
    Thanks for your prompt and on-point suggestions.  Here are the results:
    With the standalone MicroZed plugged into the USB power supply from the Breakout Carrier Card there is still no visible boot activity, and no LEDs light up.
    With the MicroZed reconnected to the Breakout Carrier Card I ran through the workshop labs you suggested.  I booted up into JTAG mode (all jumpers towards the center of board) it powered up, immediately giving me both the green "Power Good" LED and the blue "DONE" LED.  Clicking Program FPGA produces the following error:

    Connection to Board Failed
    Unknown Error Occurred
    Cable is not powered-on

    I get the exact same error when I try to run the Hello_Zynq application with a JTAG UART STDIO Connection.  And just for giggles, I get the exact same error if I open a XMD console and try "connect arm hw".
    Any other suggestions?  I've got a sinking feeling about this issue...
    Thanks.
    Adam

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
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 © 2026 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