rshal2
Occasional Contributor
6 years agoHPS & FPGA boot independently
Hello,
We are booting FPGA and HPS independently from each other, i.e. each side is responsible only only for itself.
But I have some misunderstanding of this concept.
But HPS is configured as part of qsys (HPS' SDRAM for example), which means that FPGA configuration much starts first before HPS boot, Right ?
Is that what happens when they start independently, i.e. FPGA is configured before HPS ? How ?
Thanks
Hello Ran,
Yes you can. You need to get the uboot and preloader separately from yocto project compilation. Also make sure to keep device tree (dtb) clear from any FPGA related device.
HPS will help you to configure the pins, HPS-FPGA bridges, and help you to generate preloader and uboot later in SoC EDS.
Hope this might help.
thanks