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
    About the element14 Community
  • 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
Ultrazed Hardware Design Ultrazed "production" SOM doesn't boot
  • 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 354 subscribers
  • Views 827 views
  • Users 0 members are here
Related

Ultrazed "production" SOM doesn't boot

sonictai
sonictai over 8 years ago

Hello,

We've just received and powered on our brand new Ultrazed SOM, with "production" chips. But they don't boot, well they don't boot all the time...

We get some SD card access errors as SDHCI_send_command error.

Are there any differences between the ES1 and Production SOM, except for the Ethernet Phy Address that we already changed?

I saw on the SOM that the POR_OVERRIDE pull up/pull down resistors weren't in the same configuration. This remark is true looking at the broads, not at the schematics which are identical!?

May it have something to do with my boot difficulties?

Regards, Christophe

  • Sign in to reply
  • Cancel
  • jafoste4
    0 jafoste4 over 8 years ago

    Hello Christophe,

    Are you using your own Linux? 

    If that is the case, please try using our factory Linux and report back wether or not you still experience the same issues.

    You can find the factory image here http://zedboard.org/support/design/17596/131 under the out of box section.

    Thank you,

    Josh

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • sonictai
    0 sonictai over 8 years ago

    Hello Josh, Thank you for your response.

    Yes we're using our own LINUX on our own hardware so it seems difficult to test the factory Linux as you proposed.

    Actually there are two errors :

    The SDHCI_send_command as mentioned earlier, and the system that do not see the file system (that is located in our system on the SD card), so cannot boot.

    We've followed our tests and here are the last results :

    •   Adding the option "rootdelay = 2" in LINUX allows us to wait for 2 additional seconds. Then the system always see the file system and can boot,
    •   But we still have the SDHCI_send_command error! Is this error important because we saw it in the XILINX WIKI page dealing with the SD CARD controller...

    The impact of the rootdelay option tends to indicate that we're having a problem of timing during the boot sequence. Does it have something to do with the POR_OVERRIDE strap that I mentioned earlier? I could do the hardware modification changing the strap position on the Ultrazed but, well, even if I not bad at soldering, I'd preferred not to do it...

    Christophe

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

    Hello Sonictai,

    We believe your issue may have to do with an issue that was present in the ES1 silicon in regards that we are not sure was fixed in the production silicon. The issue stems back to some registers that we had to modify in relation to the SD interfaces(eMMC and SD card). 

    In the link below is the bootloader patch that shows the register modifications we made to make sure the SDIO(SD card and eMMC) interfaces functioned properly. Please make the same changes to your build. Please let me know if this worked or did not work for you.

    https://avnet.egnyte.com/dl/K9wDICfoV1

    Regards,

    Josh

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • sonictai
    0 sonictai over 8 years ago

    Hello Josh and thank you for the patch. We've implemented it in our build and the error seems to have disappeared. I won't be categoric because by the time this error came back from time to time...So I follow my development and I'll be back here to give a more definitive conclusion.

    Thank you again, regards, Christophe

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • sonictai
    0 sonictai over 8 years ago

    Hello Josh,

    Last week I told you that the patch was working on my system. Actually, it works for "production" SOM but it doesn't work for "ES1" SOM, so my first "ES1" modules don't boot anymore...I have some internals error during the boot process.

    It's becoming complicated because I have some products with ES1 and Production SOMS so I can't have several FSBL so is there a workaround?

    Best regards, Christophe

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

    Hello Christophe,

    The patch provided was initially what we used on our ES1 SOMs to solve our SDIO issues. So you stating that the patch fixed your Production SOMs and not your ES1 SOMs does not seem logical. Could you please run the factory test Linux i mentioned in the second post of this forum on your SOMs and tell me if you still encounter this issue.

    Thanks,

    Josh

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • sonictai
    0 sonictai over 8 years ago

    Hello

    We have found some incoherence in our Linux environment (ie the uboot didn't match exactly with the kernel and the fsbl), and after correction the patch works both on the Production and ES1 platforms! So we follow the adventure!

    Thank you again for your help, Christophe

    • 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