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.