diff --git a/flash_bootloader.sh b/flash_bootloader.sh index a3a5b54..bc1ae74 100755 --- a/flash_bootloader.sh +++ b/flash_bootloader.sh @@ -13,7 +13,6 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)" cd $DIR # Flash bootloader -fastboot --set-active=a fastboot flash abl_a $OUTPUT_DIR/$BOOTLOADER_IMAGE fastboot flash abl_b $OUTPUT_DIR/$BOOTLOADER_IMAGE diff --git a/flash_kernel.sh b/flash_kernel.sh index 4fe008d..c7380bb 100755 --- a/flash_kernel.sh +++ b/flash_kernel.sh @@ -13,7 +13,6 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)" cd $DIR # Flash bootloader -#fastboot --set-active=a fastboot flash boot_a $OUTPUT_DIR/$KERNEL_IMAGE fastboot flash boot_b $OUTPUT_DIR/$KERNEL_IMAGE