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

Commit cbef46a3 authored by Rohit Sekhar's avatar Rohit Sekhar
Browse files

Merge branch '1763devices-a16-GS6_img_flash' into 'a16'

eos: flash: Add support for GS6_Venus

See merge request !255
parents 0e438b2d 4cd4c338
Loading
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