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 agoYour bare metal binary can be stored in flash and get loaded into RAM by your Preloader.
roelof
New Contributor
5 years agoDo you mean HPS connected flash or FPGA connected flash?
I know the preloader can load the bare metal application from HPS connected flash.
My question is can the preloader load the Bare metal application from FPGA connected flash?