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 u-boot hangs immediately on new 04/2014 Rev D boards
  • 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 359 subscribers
  • Views 462 views
  • Users 0 members are here
Related

u-boot hangs immediately on new 04/2014 Rev D boards

vadimv
vadimv over 11 years ago

Hello,

I have a Zynq PS/PL design that happily runs on my two Rev D Zedboards, boots using tftpboot, runs great. I'm a longtime Zedboard/Xilinx user, never had serious problems before.

I recently bought 8 new Rev D boards to share with the rest of my development team. I have tried all 8 - every single one fails to boot in the exact same setup as my original 2 that work. I power off working board, unplug, plug in new board exactly the same way, and fail. Booting from JTAG, u-boot gets to approx this step and hangs:

I2C:   ready
Memory: ECC disabled
DRAM: 

Sometimes it hangs when printing out the Memory: line, sometimes in the following line. I can turn off and unplug new Rev D, plug in old Red D, power on, and boot like a champ, so nothing is really changing... The truly bizzare thing is that this behavior only happens on JTAG/TFTP boot. SD card boot works fine. There's nothing in my network for controlling MAC addresses, all the boards look the same to the network. Nonetheless, u-boot fails to load way before  the TFTP step.

New boards have an 0814 datecode and S/N of D57XXXX. Additionally, the new boards have different markings on the DDR3 chips - 4CK77 D9PTK. Old Rev Ds that work were 1334 datecode and had DDR3 of 2WD22 D9LGQ, with an S/N of D53XXXX. That's the only difference, these boards are the same rev after all...

Anyone know what could be happening?  

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

    Interesting. The only thing I can think of that would be different is the ps7_init.tcl from the FSBL in your SD Card boot and the one you use in the JTAG initialization. Unless there is a real difference in the JTAG interface that we are not aware of. You might want to see if you can see any differences in your initialization files.

     

    I am working to get a Zedboard with the same date code as your new ones to try to duplicate your issue but it will take a couple of days to get here. If you could contact me via private email and provide me with your SD Card boot files and your JTAG project settings / files that would help me to try to isolate the problem once I have the new Zedboard.

     

    -Gary

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

    Interesting. The only thing I can think of that would be different is the ps7_init.tcl from the FSBL in your SD Card boot and the one you use in the JTAG initialization. Unless there is a real difference in the JTAG interface that we are not aware of. You might want to see if you can see any differences in your initialization files.

     

    I am working to get a Zedboard with the same date code as your new ones to try to duplicate your issue but it will take a couple of days to get here. If you could contact me via private email and provide me with your SD Card boot files and your JTAG project settings / files that would help me to try to isolate the problem once I have the new Zedboard.

     

    -Gary

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

    Thank you for taking a look at this - very excited to see what you come up with... Unfortunately, I can't send my files as my company restricts what I can share so I can't get it out.

    However, I'm definitely certain that the ps7_init.tcl is the same for both cases. There is only one hardware design, and I triple verified that the FSBL and ultimately its BSP all used that ps7_init.

    Just to make sure I didn't mess something up, I used the ps7_init.tcl that is designed for the ZED, not the one I created from my own hardware. Shouldn't matter if I can't even get u-boot going, right? Same issues, occasionally u-boot boots, most of the time failure happens almost immediatly.

    • 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 vadimv

    I am a little confused by your referring to a design for 'your hardware' and one for ZED. I will assume that what you meant is a custom hardware design targeted to the ZedBoard (and not custom hardware).

     

    If that is true then, when you exported your design from Vivado to the SDK, several files were generated and moved into the '_wrapper_hw_platform_0 folder of your SDK project, including ps7_init.tcl, ps7_init.h and ps7_init.c. These init files have the values needed to initialize the Zynq PS (processing system) to match the selections you made in your Vivado project. If you use the SDK debugger to load your design via JTAG it uses the ps7_init.tcl file to initialize the Zynq PS before starting your code. If you generate a FSBL you will have included the ps7_init.h and ps7_init.c so that the resulting FSBL code will initialize the Zynq PS in the same manner. So in order to get the same results you would want to use the ps7_init files exported from the Vivado hardware design you generated targeting the Zedboard for both the JTAG and FSBL boots, not a ps7_init.tcl from another source.

     

    While it is targeting the MicroZed board tutorial 4 found here gives a good explaination of how this works: http://www.zedboard.org/support/design/1519/10

     

    If you cannot share your ZedBoard design at least give me some idea of the parameters and IP you used in your design so that I can make an attempt to duplicate your situation.

     

    -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 © 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