bao-project / bao-demos

A guide on how to build and use a set of Bao guest configurations for various platforms
Other
33 stars 37 forks source link

Can the bao project should run at Raspberry Pie 3b with arm A53 #12

Closed jq12 closed 1 year ago

jq12 commented 1 year ago

as the title

josecm commented 1 year ago

@jq12 the short answer is yes. Since the RPi 3b features a quad-core Cortex-A53 Bao will run on it.

The main question here is how does the memory configuration and boot process differ from the RPi 4 which is already fully supported. If only the memory layout differs, only a small modification is needed to the platform descrption file. In the case the boot process differs, the firmware and its configuration used in this demo might need to be adapted.

Unfortunately, our team does not have a RPi 3b available to try this out. But in case you want to try this for yourself, I'll keep this issue open to assist you through the process.

josecm commented 1 year ago

@jq12 were you able to achieve the port to RPI3b?

danielRep commented 1 year ago

Closed since the issue is staled for quite some time