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

Commit c6810a93 authored by Ashwin Prakash's avatar Ashwin Prakash Committed by Ashwin Prakash R C
Browse files

OnePlusNord: Update installation method to flash recovery and dtbo seperately

parent e187a8f8
Loading
Loading
Loading
Loading
+14 −5
Original line number Diff line number Diff line
@@ -38,11 +38,20 @@
    },
    {
      "id": "flashing",
      "command": [
        "flash dtbo dtbo.img",
        "flash vbmeta vbmeta.img",
        "flash recovery recovery.img"
      ]
      "command": ["flash dtbo dtbo.img", "flash vbmeta vbmeta.img"]
    },
    {
      "command": "reboot bootloader"
    },
    {
      "mode": "bootloader",
      "id": "connect-bootloader",
      "command": "connect bootloader",
      "needUserGesture": true
    },
    {
      "id": "flashing",
      "command": ["flash recovery recovery.img"]
    },
    {
      "id": "bootloader-to-recovery-manually",