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 BOOT: FSBL/u-boot in QSPI, kernel/bitstream in SD
  • 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 354 subscribers
  • Views 340 views
  • Users 0 members are here
Related

BOOT: FSBL/u-boot in QSPI, kernel/bitstream in SD

Former Member
Former Member over 9 years ago

Hello,

Is it possible to boot a Microzed with the FSBL and u-boot stored in the QSPI and all the other files in the SD card?

That means that the FSBL must load the bitstream file from the SD card instead of QSPI. Is that right?

If it is not possible, then can the u-boot program the PL ? If so how does anyone tell the FSBL not to program the PL?

Thanks in advance

  • Sign in to reply
  • Cancel
  • zedhed
    0 zedhed over 9 years ago

    Hi jveleg,

    Yes, it is possible to do what you are suggesting.  This is done rather easily in our PetaLinux BSPs.  And yes, to do this, it is easiest to have U-Boot configure the PL from a bitstream found on the SD card.

    There are three steps that you will need to look into to accomplish this:

    1) Don't include the bitstream in your BOOT.BIN image.  The FSBL cannot load a bistream that is not there.

    2) Include the following lines in your U-Boot environment variables to copy the bitstream from the SD card into memory and then load that data into the FPGA via PCAP:

    "loadbit_addr=0x100000"

    "bitstream_image=system.bit.bin"

    "mmc_loadbit_fat=echo Loading bistream from media to RAM..; && mmcinfo && fatload mmc 0 ${loadbit_addr} ${bitstream_image} && fpga load 0 ${loadbit_addr} ${filesize}"

    "cp_kernel2ram=mmcinfo && run mmc_loadbit_fat && fatload mmc 0 ${netstart} ${kernel_img}"

    3) The bistream file on the SD card must be byte swapped because of the way the PL is loaded across the PCAP interface (see the TRM for details on this process).  To byte swap your bitstream file, use these Vivado TCL commands:

    write_cfgmem -format bin -interface spix1 -loadbit "up 0x0 hw_platform/system_wrapper.bit" -force system.bit.bin

    Regards,

    -Kevin

    • 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