Bootloader: Build with cmake instead of custom script

This commit is contained in:
2023-11-14 03:44:47 +02:00
parent bd3f2bb61c
commit c791a1c200
4 changed files with 30 additions and 19 deletions

View File

@@ -99,6 +99,7 @@ case $1 in
;;
bootloader)
create_image
build_target bootloader
$BANAN_ROOT_DIR/bootloader/install.sh
$BANAN_SCRIPT_DIR/qemu.sh -serial stdio $QEMU_ACCEL
;;