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 PicoZed - Bootable images not booting from SD Card
  • 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 1 reply
  • Subscribers 328 subscribers
  • Views 1467 views
  • Users 0 members are here
Related

PicoZed - Bootable images not booting from SD Card

ashfaque.roomy
ashfaque.roomy over 5 years ago

Hello everyone,

 

I am new to the xilinx environment. I have a couple of questions on booting Picozed from SD card.

 

Note:

I have already gone thru the link(s):

http://zedboard.org/content/how-copy-bootbin-and-imageub-over-sd-card

http://zedboard.org/content/sd-card-advice-zynq-7000-soc-products-0

 

 

Here's my configuration:

PICOZED 7015/7030, on PicoZed FMC Carrier Card

 

Ref:

http://zedboard.org/sites/default/files/documentations/5279-UG-PicoZed-7015-7030-V2_0.pdf

http://zedboard.org/sites/default/files/documentations/PicoZed_FMC_CC_GettingStarted_v2_1-1.pdf

 

I have followed the Picozed Tutorials, and I can boot Picozed and see the serial console display the values when I boot from Flash (probably termed as QSPI mode?).

 

Ref:

http://picozed.org/support/documentation/13076

 

 

SD-card has the following partitions created:

$ sudo fdisk -l /dev/mmcblk0

Disk /dev/mmcblk0: 14.4 GiB, 15489564672 bytes, 30253056 sectors

Units: sectors of 1 * 512 = 512 bytes

Sector size (logical/physical): 512 bytes / 512 bytes

I/O size (minimum/optimal): 512 bytes / 512 bytes

Disklabel type: dos

Disk identifier: 0x7d78c1c9

 

 

Device         Boot   Start      End  Sectors  Size Id Type

/dev/mmcblk0p1 *       2048  2050047  2048000 1000M  b W95 FAT32

/dev/mmcblk0p2      2050048 30253055 28203008 13.5G 83 Linux

 

 

I have copied bootable factory images (BOOT.INI and image.ub) to the FAT partition of SD card.

Ref:

PicoZed FMC Carrier Card V2 | Zedboard (Section: PetaLinux SD Card Boot Binaries, z7030 PetaLinux binaries to boot PetaLinux out-of-box image from SD Card)

 

Q1 - I do not see serial output getting displayed when I try to boot from SD card, and I cannot validate a successful SD card boot. What am I missing something (additional files/etc)?

 

Ref:

https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18841655/Prepare+Boot+Medium

 

I built a bootable image for zedboard config, from the following link: https://github.com/buildroot/buildroot/tree/master/board/zynq

 

Q2 - Would the bootable image built from the link mentioned above work on Picozed 7030?

 

Q3. How are these bootable images different:

      a. Factory built image taken from PicoZed FMC Carrier Card V2 | Zedboard

      b. Bootable image built from https://github.com/buildroot/buildroot/tree/master/board/zynq

      c. Image built using Xilinx SDK for Picozed (Tutorials under: PicoZed FMC Carrier Card V2 | Zedboard )

 

Thanks,

Ashfaque

  • Sign in to reply
  • Cancel
Parents
  • ashfaque.roomy
    0 ashfaque.roomy over 5 years ago

    Hello again,

     

    I could resolve the problem. I suppose, it was some loose connection (maybe the DIP switches were not completely moved). Now, I can see the traces.

     

    I still have one unanswered question:

    Q. How are these bootable images different:

          a. Factory built image taken from http://zedboard.org/support/design/13076/106

          b. Bootable image built from https://github.com/buildroot/buildroot/tree/master/board/zynq

          c. Image built using Xilinx SDK for Picozed (Tutorials under: PicoZed FMC Carrier Card V2 | Zedboard )

     

    Please comment.

     

    Cheers,

    Ashfaque

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • ashfaque.roomy
    0 ashfaque.roomy over 5 years ago

    Hello again,

     

    I could resolve the problem. I suppose, it was some loose connection (maybe the DIP switches were not completely moved). Now, I can see the traces.

     

    I still have one unanswered question:

    Q. How are these bootable images different:

          a. Factory built image taken from http://zedboard.org/support/design/13076/106

          b. Bootable image built from https://github.com/buildroot/buildroot/tree/master/board/zynq

          c. Image built using Xilinx SDK for Picozed (Tutorials under: PicoZed FMC Carrier Card V2 | Zedboard )

     

    Please comment.

     

    Cheers,

    Ashfaque

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