Forum Discussion
roelof
New Contributor
5 years agoCan preloader boot bare metal binary from FPGA memory
I want to know if the preloader can be configured to boot a bare metal binary from FPGA memory or FPGA connected flash.
I know the preloader can be executed on the FPGA memory using this method:
...
EricMunYew_C_Intel
Frequent Contributor
5 years agoYou may try to store your bare metal in an FPGA connected flash, but your FPGA image must be loaded before running bare metal.
Your preloader can load the bare metal from an FPGA connected flash from h2f bridge (0xc0000000).
But normally the bare metal will be stored in the same flash as preloader.