26.11. Buildroot hello world
This repo doesn’t do much more other than setting a bunch of Buildroot configurations and building it.
The minimal work you have to do to get QEMU to boot Buildroot from scratch is tiny if, about 4 commands!
Here are some good working commands for several ISAs:
-
-
aarch64 U-Boot: https://stackoverflow.com/questions/58028789/how-to-boot-linux-aarch64-with-u-boot-with-buildroot-on-qemu Also mentioned at: U-Boot.
-
-
PPC https://stackoverflow.com/questions/48021127/build-powerpc-kernel-and-boot-powerpc-kernel-on-qemu/49349262#49349262 just work commands for PPC, comment on how to replace kernel
These can come in handy if you want to debug something in Buildroot itself and possibly report an upstream bug.