PMurp3
New Contributor
7 years agoHPS AMP running Linux + Bare-Metal
I would like to design a system on a dual core HPS that runs Linux on cpu0 and a bare metal application on cpu1. I have searched high and low and cannot find any information on how to do this. Ideally I would like to have U-boot load the bare metal app, release cpu1 from reset, then continue booting Linux on cpu0. This would allow my bare metal app to boot much faster and not have to wait for the lengthy Linux boot. However, I don't see any way for U-boot to perform these tasks for cpu1. Has anyone had any experience with this?