> On Jun 24, 2022, at 11:02 AM, Brook Milligan <[email protected]> wrote: > > build.sh works great to create, for example, binary/gzimg/armv7.img.gz. > > However, that is not necessarily a bootable image, at least on some systems. > In addition, various u-boot magic files must be added to the FAT partition at > the beginning of armv7.img to make it bootable.
installboot(8) (and the tool-ified version) has support for plopping the correct uboot into the image. You need to install the uboot packages first. -- thorpej
