Bootloader: Build with cmake instead of custom script

This commit is contained in:
2023-11-14 03:44:47 +02:00
parent b0b39c56ba
commit 8aab3a62cc
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
;;