From fa2a079e3cd508e7ab818cd33a289534e57ae794 Mon Sep 17 00:00:00 2001 From: Daniel Jacob Chittoor Date: Sun, 2 Feb 2025 10:34:54 +0530 Subject: [PATCH] flash: two: Enable VIRTUAL_AB flag * Make sure the active slot is set to slot A. --- flash/two/flash_two_factory.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/flash/two/flash_two_factory.sh b/flash/two/flash_two_factory.sh index 2480962..b2e2c3b 100755 --- a/flash/two/flash_two_factory.sh +++ b/flash/two/flash_two_factory.sh @@ -11,6 +11,7 @@ FLASH_AB_IMGS="boot dtbo vbmeta vbmeta_system vbmeta_vendor" FLASH_A_IMGS="super" ERASE_IMGS="userdata" FORMAT_IMGS="md_udc" +VIRTUAL_AB=true # Target flash process behavior CLEAN_FLASH=true -- GitLab