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
      •  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 & Tria Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
Avnet Boards General Zedboard PL and PS Boot Asynchronously
  • 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
  • Replies 5 replies
  • Subscribers 347 subscribers
  • Views 436 views
  • Users 0 members are here
  • zedboardcmty
Related

Zedboard PL and PS Boot Asynchronously

embedded_guy
embedded_guy over 5 years ago

Hi,

 

I'm trying to optimize my boot time on my system (currenlty using a Zynq zedboard).

 

I have an image booting from QSPI that runs the FSBL and then FreeRTOS. I created another image that included the bitstream, but this increased the load time by 10x.

 

I was wondering if there was a way to boot the PL independently, so that the FSBL does not load the bitstream. A way to have the PL load it's own bitstream asynchronously without the PS doing anything.

 

Any help is appreciated.


Thanks.

  • Sign in to reply
  • Cancel

Top Replies

  • embedded_guy
    embedded_guy over 5 years ago in reply to drozwood90 +1
    Thanks for the response, Dan. I am trying to see if the PS can load in parallel at the same time as the PL load. It's not clear if the PS is needed to control the QSPI interface or if that can be done…
  • drozwood90
    drozwood90 over 5 years ago in reply to embedded_guy +1
    Hi there, Zynq is a processor first design, so it would need to be loaded first in all cases. Even if you do not want the processor running, you still need to have a bare metal design that loads into the…
  • embedded_guy
    embedded_guy over 5 years ago in reply to drozwood90 +1
    Thanks, Dan. Seems the TRM indicates it can be separately configured, but guess not. I'm seeing a loading time of the bitstream of about 1.5 seconds which seems really slow. Not sure why it's so slow loading…
  • drozwood90
    drozwood90 over 5 years ago

    I do not have an example, but you can load the boot.bin without a PL image, then in parallel load the PL image post OS boot.

     

    --Dan

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • embedded_guy
    embedded_guy over 5 years ago in reply to drozwood90

    Thanks for the response, Dan.

     

    I am trying to see if the PS can load in parallel at the same time as the PL load. It's not clear if the PS is needed to control the QSPI interface or if that can be done without PS involvement.

     

    I want to understand how the Zynq can be configured to download a bitstream and init the PS and PL in parallel. To speed up the load, I don't want the PS involved in the PL configuration stage.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • drozwood90
    drozwood90 over 5 years ago in reply to embedded_guy

    Hi there,

     

    Zynq is a processor first design, so it would need to be loaded first in all cases.

    Even if you do not want the processor running, you still need to have a bare metal design that loads into the PS before the PL can be loaded up (I've done this when I was working on some accelerator testing where I did not need the PS to be involved).

     

    --Dan

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • embedded_guy
    embedded_guy over 5 years ago in reply to drozwood90

    Thanks, Dan. Seems the TRM indicates it can be separately configured, but guess not.

     

    I'm seeing a loading time of the bitstream of about 1.5 seconds which seems really slow. Not sure why it's so slow loading the bitstream on the zedboard. Or if it can be speeded up.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • drozwood90
    drozwood90 over 5 years ago in reply to embedded_guy

    HI there,

     

    I was thinking on this, and seeing that no one has responded beyond my reply, have you tried to ask this same question over at the Xilinx forums or your local FAE?  The FAES tend to have better information on corner cases like this.  Over at the Xilinx forums, you might find someone that has already done this.  I'm not saying you WILL get an answer, but at the very least, you might get some path forward to play around.  I do know that there are things you can do to speed up the boot time, but I'm not sure what the path is for that.

     

    --Dan

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • 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 © 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