carlosedp / riscv-bringup

Risc-V journey thru containers and new projects
270 stars 43 forks source link

Docker over `cpu`, ready in seconds #42

Open orangecms opened 2 years ago

orangecms commented 2 years ago

Hi,

We're porting oreboot to various RISC-V platforms, including the Allwinner D1 and Starfive JH7100.

In Open Source Firmware, we take the LinuxBoot approach to create boot loader environments, and with cpu, we can easily use Docker on any given node. For example, on the D1, we currently spin up a cpud from power-on to ready within 7-8 seconds.

If that is of interest to you, feel free to add it, ask for more, or have me write something for the README. :-)

I will create a complementary repository for reference.