mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
This commit adds support to simplify sdcard.img generation by downloading the latest bootloader build for a board from the 'latest-boot' release tag. The tarball is saved in dl/bootloader/ and is extracted to a temporary directory in output/build/boot-$board-xxxx on every invocation of mkimage.sh. This is used for invoking genimage and bmaptool before copying the resulting images to output/images/. (If $O is set, it is used instead of output/, above). New options: -d Download latest bootloader build for the given board -f Force re-download even if bootlaoder tarball existgs Signed-off-by: Joachim Wiberg <troglobit@gmail.com>