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

Commit 4cd4c338 authored by Rohit Sekhar's avatar Rohit Sekhar
Browse files

eos: flash: Add support for GS6_Venus

* aka GS6/GS6 Pro
parent 10512fda
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
HLOS_IMAGES_TARGET := boot.img \
    dtbo.img \
    init_boot.img \
    vendor_boot.img \
    vbmeta_system.img \
    vbmeta_vendor.img \
    vbmeta.img \
    super.img
+20 −0
Original line number Diff line number Diff line
#!/usr/bin/env bash

# Target device info
PRODUCT="Gigaset GS6/GS6 Pro"
PRODUCT_ID="k6878v1_64"

# Target Flashing Images info
FLASH_AB_FW_IMGS="apusys ccu connsys_bt connsys_gnss connsys_wifi dpm gpueb gz lk logo mcf_ota mcupm modem pi_img preloader:preloader_raw.img scp spmfw sspm tee vcp"
FLASH_AB_IMGS="boot dtbo init_boot vbmeta vbmeta_system vbmeta_vendor vendor_boot"
FLASH_A_IMGS="super"
ERASE_IMGS="userdata metadata"

# Target flash process behavior
CLEAN_FLASH=true
VIRTUAL_AB=true

source factory.common

# Common flashing function
flash_factory