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

Commit 222192f7 authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

Merge branch '1268-a14-sapphire' into 'main'

web-installer: Add Teracube 2s (sapphire)

See merge request !40
parents 7a9729a2 acc04a0f
Loading
Loading
Loading
Loading
+54 −0
Original line number Diff line number Diff line
{
  "description": "Teracube 2s (2025 sapphire)",
  "steps": [
    {
      "mode": "bootloader",
      "id": "connect-bootloader",
      "command": ["connect bootloader", "flashing unlock unlocked"],
      "needUserGesture": true
    },
    {
      "id": "flashing",
      "command": [
        "erase userdata",
        "format md_udc",
        "flash boot_a boot.img",
        "flash dtbo_a dtbo.img",
        "flash vbmeta_a vbmeta.img",
        "flash vbmeta_system_a vbmeta_system.img",
        "flash vbmeta_vendor_a vbmeta_vendor.img",
        "flash super super.img",
        "flash lk lk.img",
        "flash logo logo.bin",
        "flash preloader_a preloader_sapphire.bin",
        "flash tee_a tee.img",
        "flash gz_a gz.img",
        "flash sspm_a sspm.img",
        "flash scp_a scp.img",
        "flash spmfw_a spmfw.img",
        "flash md1img_a md1img.img --set-active=a",
        "flashing lock unlocked"
      ]
    },
    {
      "mode": "bootloader",
      "id": "connect-bootloader",
      "command": ["connect bootloader", "reboot"],
      "needUserGesture": true
    },
    {
      "id": "murena-workspace-account",
      "needUserGesture": true
    },
    {
      "id": "installation-complete"
    }
  ],
  "folder": [
    {
      "path": "https://images.ecloud.global/official/sapphire/IMG-e-latest-a14-official-sapphire.zip",
      "name": "Teracube 2s (2025 sapphire) installer",
      "unzip": true
    }
  ]
}