element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Members
    Members
    • Achievement Levels
    • Benefits of Membership
    • Feedback and Support
    • Members Area
    • Personal Blogs
    • What's New on element14
  • Learn
    Learn
    • eBooks
    • Learning Center
    • Learning Groups
    • STEM Academy
    • Webinars, Training and Events
  • Technologies
    Technologies
    • 3D Printing
    • Experts & Guidance
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Arduino Projects
    • Design Challenges
    • element14 presents
    • Project14
    • Project Groups
    • Raspberry Pi Projects
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Or 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
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
MicroZed Hardware Design MicroZed - how to boot from SD card
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Avnet Boards Forums requires membership for participation - click to join
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 16 replies
  • Subscribers 179 subscribers
  • Views 1372 views
  • Users 0 members are here
Related

MicroZed - how to boot from SD card

Former Member
Former Member over 9 years ago

Hi,
i have done a lot of reading regarding the MicroZed SD card boot but still cannot manage.

All of the information seems to be for the ZedBoard. Where could i find a boot.bin file for the MicroZed?

As i understand the boot.bin will contain the u-boot, fsbl and PL bitstream.

The getting started states the following:
Download and unzip the MicroZed_Linux_sd_image archive from www.microzed.org.

This image, however will not boot. Nothing will appear in the console.

Regards

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

    I have a 4gb sd card (fat32). I see no log in the terminal when i set it to boot from SD card.

    Tried these images:
    http://www.wiki.xilinx.com/Zynq+2014.1+Release
    and
    http://www.zedboard.org/support/documentation/1519 (MicroZed Linux microSD Card Image Archive)

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

    Have you verified that you have the USB-UART driver installed correctly and a terminal program (terra term or putty) configured on your host PC by booting from the factory QSPI image as described in the MicroZed Getting Started Guide found here?:

    http://www.zedboard.org/support/documentation/1519

     

    If you have verified your console/terminal connections as described make sure that you have set the MicroZed Boot Jumers (JP3-JP1) to boot from the microSD card. When you attempt to boot from the microSD card does the blue 'Done' LED (D2) come on to indicate that the Zynq device has been configured?

     

    Note that the MicroZed Linux microSD Card Image Archive is for a 7010 MicroZed. If you have a 7020 MicroZed you will need to us another image.

     

    -Gary

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

    Hi,
    thanks for the reply. I have the 7010 MicroZed. The board will boot when i boot from the QSPI image that came preinstalled with the kit. I see the log and can use the BusyBox interface. Therefore i assume that the USB-UART & putty are properly installed.

    When i set the jumpers JP3 to JP1 to boot from SD card then i don't get anything in the log. Also, the blue D2 LED will not light up.
    Only green D5 and red D3 light up.

    How could i furter debug the configure phase?

    Regards

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

    I got it to boot from SD. Turns out that the 4gb sd card that came with the MicroZed does not work!?!

    I used a 1gb card and it works.

    I remember reading somewhere that there were some problems with the supplied 4gb card. What is the exact cause?

    • 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

    There were some issues with the SD Cards supplied with the ZedBoards in the past, but no problems with the packaged, unprogrammed microSD card supplied with the MicroZed that I am aware of.

     

    Contact me directly, via a private email, and we will take care of replacing your defective microSD Card.

     

    -Gary

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

    The 4GB SDcard supplied is formatted as a FAT16 drive which (my) Win7 doesn't seem to recognise. Use a Linux distro/machine and reformat it as a FAT32 partition, eg. use "mkfs.vfat /dev/sdd1", where sdd1 is your appropriate target as shown by "sfdisk -l" (on my Linux distro the partition type id came up as win95).

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

    And you will need to use "fdisk /dev/sdd" and enable (toggle?) the boot flag for the primary partition, to allow zedboard to boot.

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

    hey Gary,
    is there a working image file for the 7020 version?
    i can't find one and the link in the support is dead.

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

    Could you be more specific on the link that is broken so that we can fix it?

     

    While there is not a Linux uSD card image posted for the MicroZed 7020 you could download the tutorial on programming Linux into the QSPI Flash on the MicroZed 7020:

     http://zedboard.org/sites/default/files/design/MicroZed_7020_Open_Source_Linux_In_System_QSPI_Programming_14_5_02-Tutorial.zip

     

    In the tutorial you load a Linux image, along with a script file, init.sh, onto a uSD card to perform the QSPI programming. If you image the uSD card as directed but do not copy (or delete) the init.sh file you should have a bootable Linux image for your MicroZed 7020.

     

    -Gary

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

    I have a newer 7010 MicroZed board. If I put the Linux boot.bin and associated files on mentioned in this thread, I can boot Linux just fine from the SD card. I have a fairly simple configuration that boots from the QSPI flash if I program the *.mcs file in and set the jumpers, but if I copy the BOOT.bin file onto the micro SD card, I don't get the blue programmed light, and I can't communicate via the UART. I'm using Xilinx SDK 2015.3 to create both the .mcs and BOOT.bin files. Any ideas as to why this doesn't work?

    Thanks, Jerry

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