flash_kernel.sh: flash both slots

This commit is contained in:
Willem Melching
2022-02-07 10:38:41 +01:00
parent de9a165f2a
commit 267f1385a0
+2 -1
View File
@@ -13,7 +13,8 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
cd $DIR
# Flash bootloader
fastboot --set-active=a
#fastboot --set-active=a
fastboot flash boot_a $OUTPUT_DIR/$KERNEL_IMAGE
fastboot flash boot_b $OUTPUT_DIR/$KERNEL_IMAGE
echo -e "${GREEN}Done!"