In the world of Android firmware and MediaTek (MTK) development, the MT6833 (Dimensity 700) scatter file is the digital blueprint required by tools like SP Flash Tool to understand a device's memory layout.
Modern Tool: Use mtkclient (GitHub). Connect via BROM mode (Volume Up + Down). Run:
python mtk printparts > mt6833_scatter.txt mt6833 android scattertxt exclusive
Platform Info: Identifies the chipset as MT6833 and specifies the project name (e.g., "camellia" or "WwR_Testing"). In the world of Android firmware and MediaTek
) allow for precise control over the smallest partitions, such as protective FRP areas, to the largest, such as the OTP partition. Tools & Compatibility Run: python mtk printparts > mt6833_scatter
| Partition Name | Offset Example | Purpose | Exclusive Flag |
| :--- | :--- | :--- | :--- |
| preloader | 0x0 | Bootloader (Power-on code) | Protected |
| pgpt | 0x0 | Primary GPT (UFS only) | MT6833 Specific |
| md1img | 0x4880000 | 5G Modem Firmware | Exclusive to Dimensity |
| spmfw | 0x2580000 | Secondary PMIC firmware | New for Coresight |
| tee | 0x3a00000 | Trusted Execution Env | Validates Android Boot |
| vbmeta | 0x5000000 | Verified Boot Meta | Anti-rollback keys |
| super | 0x1a000000 | Dynamic partitions | Reserved size >2GB |
Official Firmware: The most reliable scatter file is found within the official "Fastboot" or "Flash Tool" firmware package provided by the manufacturer (e.g., Samsung, Xiaomi, or Vivo).