Hello,
Due to the difficulties to buy a Raspebrry Pi 4, I bought a banana Pi M5 to increase my kubernetes cluster (based on k0s). I used to use a Archlinux distro based on a 5.17 kernel.
But my img file doesn’t fit to Banana Pi M5, shame !!!
So I consider building my own image
As I understand, u-boot (2nd stage) is like grub or lilo, so I “just” have to integrate u-boot to my existing img file to make it bootable on BPI-M5
Does that seem possible for you ? or I totally misunderstood ?
Hello @chewitt,
I read the U-Boot documentation, if I really understand, the file (u-boot.bin.sd.bin-bananapi-m5) you proposed me is the result of the build, isn’t it ?
I just have to copy the file on a SD Card through the command detailled on documentation