Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a782b4a authored by Manu Suresh's avatar Manu Suresh
Browse files

Merge branch '1546-a15-FP6' into 'main'

web-installer: FP6: flash AB images to both slots

See merge request !48
parents 5fbc1894 192fec8d
Loading
Loading
Loading
Loading
+16 −8
Original line number Diff line number Diff line
@@ -111,15 +111,23 @@
        "flash shrm_b shrm.img",
        "flash studybk_a studybk.img",
        "flash studybk_b studybk.img",
        "flash boot boot.img",
        "flash dtbo dtbo.img",
        "flash vbmeta_system vbmeta_system.img",
        "flash vbmeta vbmeta.img",
        "flash init_boot init_boot.img",
        "flash pvmfw pvmfw.img",
        "flash recovery recovery.img",
        "flash boot_a boot.img",
        "flash boot_b boot.img",
        "flash dtbo_a dtbo.img",
        "flash dtbo_b dtbo.img",
        "flash vbmeta_system_a vbmeta_system.img",
        "flash vbmeta_system_b vbmeta_system.img",
        "flash vbmeta_a vbmeta.img",
        "flash vbmeta_b vbmeta.img",
        "flash init_boot_a init_boot.img",
        "flash init_boot_b init_boot.img",
        "flash pvmfw_a pvmfw.img",
        "flash pvmfw_b pvmfw.img",
        "flash recovery_a recovery.img",
        "flash recovery_b recovery.img",
        "flash super super.img",
        "flash vendor_boot vendor_boot.img --set-active=a",
        "flash vendor_boot_a vendor_boot.img",
        "flash vendor_boot_b vendor_boot.img --set-active=a",
        "erase misc",
        "erase userdata",
        "erase metadata",
+16 −8
Original line number Diff line number Diff line
@@ -112,15 +112,23 @@
        "flash shrm_b shrm.img",
        "flash studybk_a studybk.img",
        "flash studybk_b studybk.img",
        "flash boot boot.img",
        "flash dtbo dtbo.img",
        "flash vbmeta_system vbmeta_system.img",
        "flash vbmeta vbmeta.img",
        "flash init_boot init_boot.img",
        "flash pvmfw pvmfw.img",
        "flash recovery recovery.img",
        "flash boot_a boot.img",
        "flash boot_b boot.img",
        "flash dtbo_a dtbo.img",
        "flash dtbo_b dtbo.img",
        "flash vbmeta_system_a vbmeta_system.img",
        "flash vbmeta_system_b vbmeta_system.img",
        "flash vbmeta_a vbmeta.img",
        "flash vbmeta_b vbmeta.img",
        "flash init_boot_a init_boot.img",
        "flash init_boot_b init_boot.img",
        "flash pvmfw_a pvmfw.img",
        "flash pvmfw_b pvmfw.img",
        "flash recovery_a recovery.img",
        "flash recovery_b recovery.img",
        "flash super super.img",
        "flash vendor_boot vendor_boot.img --set-active=a",
        "flash vendor_boot_a vendor_boot.img",
        "flash vendor_boot_b vendor_boot.img --set-active=a",
        "erase misc",
        "erase userdata",
        "erase metadata",