- partition_index: SYS30
partition_name: custom
file_name: custom.img
is_download: true
type: NORMAL
linear_start_addr: 0x3E800000 # calculated from previous partition
physical_start_addr: 0x3E800000
partition_size: 0x1000000
region: EMMC_USER
If you have preloader, pgpt, lk — use:
mtk wf scatter.txt # via MTK Client
From real MT6833 scatter files, here are common partitions and their purposes: mt6833 android scattertxt work
| Partition | Purpose |
|-----------|---------|
| preloader | MediaTek’s primary bootloader (similar to U-Boot SPL). Do not corrupt. |
| pgpt / sgpt | Primary/Secondary GUID Partition Table. |
| boot | Kernel + ramdisk (Android boot image). |
| dtbo | Device Tree Blob Overlay. |
| vbmeta & vbmeta_system | AVB (Android Verified Boot) metadata. |
| super | Dynamic partition containing system, product, vendor, system_ext. |
| odm | OEM-specific customizations. |
| userdata | User apps, data, and internal storage. |
| md_udc | Modem firmware and configuration. |
| scp | Sensor Coprocessor firmware. |
| sspm | Secure System Power Management firmware. | If you have preloader , pgpt , lk