Skip to content

Mt6768: Scatter File New

The Ultimate Guide to the MT6768 Scatter File (New): Structure, Updates, and Flashing Essentials

Part 3: Anatomy of a Modern MT6768 Scatter File (Code Analysis)

Let us look at a real-world snippet from a stock ROM for a device like the Infinix Hot 10S (MT6768) running Android 12. A new scatter file looks like this:

# General Setting
- general: MTK_PLATFORM_CFG
  info:
    - config_version: V1.1.2
    - platform: MT6768
    - project: INFINIX-X688B
    - storage: EMMC
    - boot_channel: MSDC_0
    - block_size: 0x20000

3. Dynamic Partition Resizing

In older Android versions, partitions were fixed. In new MT6768 builds (shipping with Android 11 or 12), the super partition can resize logical partitions on the fly. The scatter file must have accurate partition_size entries for super; otherwise, you will face "Invalid GPT" or "Insufficient buffer" errors. mt6768 scatter file new

The Process

  1. Launch SP Flash Tool as Administrator.
  2. Click Scatter-loading File and select your MT6768_Android_scatter.txt.
  3. The tool will populate all partitions. Check the list – ensure preloader is UNCHECKED unless you are recovering a total dead boot.
  4. Choose your download mode:
    • Download Only: Flashes new firmware without wiping userdata (often fails on Android 11+ due to mismatch).
    • Firmware Upgrade: Use this for a new scatter file – it wipes all partitions correctly, including super.
    • Format All + Download: Last resort (will wipe IMEI).
  5. Click Download.
  6. Power off the device completely. Remove the battery if removable, or wait 10 seconds.
  7. Connect the USB cable. The MT6768 should enter BROM mode automatically.
  8. When the yellow progress bar completes, you will see "Download OK".
Back To Top
Search