How To Build Mainline U-Boot for Orangepi Zero3
The Orange Pi Zero3 is not officially supported by the mainline U-Boot project yet. Luckily a patch has been released by github.com/Doct2O. I am able to build u-boot v2023.10 with ATF v2.9.0 and boot Fedora 39 Beta on my 4GiB variant. The upstream project has a prebuilt binary already, and the instruction is very easy follow, but unfortunately uses cross-compilers which I don’t use anymore. This post will show you how to build your own u-boot binary for the Orange Pi Zero3 with buildah....