Mt6589 Android Scatter Emmc.txt--------------------------------n--------------------------------nlink May 2026

Never modify the start address of the PRELOADER partition unless you have a hardware programmer (JTAG/Medusa). A corrupted preloader cannot be fixed via USB.


The MT6589 is a chipset developed by MediaTek, a company known for producing chipsets, processors, and other semiconductor products for a wide range of applications, including mobile devices. The MT6589 is designed for smartphones and tablets, offering a balance of performance and power efficiency. Never modify the start address of the PRELOADER

A typical scatter file for the MT6589 contains entries similar to these: The MT6589 is a chipset developed by MediaTek,

PRELOADER 0x0
DSP_BL 0x40000
MBR 0x600000
EBR1 0x620000
PRO_INFO 0x640000
NVRAM 0xa40000
PROTECT_F 0xea00000
PROTECT_S 0x12c0000
SECCFG 0x16e0000
UBOOT 0x1700000
BOOTIMG 0x1780000
RECOVERY 0x1d80000
SEC_RO 0x2480000
MISC 0x2a00000
LOGO 0x2b00000
EXPDB 0x2d00000
ANDROID 0x31a0000
CACHE 0x71a0000
USRDATA 0xc1a0000

Key partitions explained:

The file also includes flags like is_ext: true, is_download: true, and partition types (RAWIMG, EXT4, etc.). Key partitions explained:

What if you have the device in hand but lost the scatter file? You can regenerate it using one of two methods:

| Field | Meaning | |------------------------|-------------------------------------------------------------------------| | partition_index | Sequential index (SYS0 … SYSn). | | partition_name | Mount point or logical name (e.g., system, userdata). | | file_name | Image file to flash (or NONE if not flashed). | | is_download | If true, the tool flashes a file to this partition. | | type | Content type – NORMAL (raw), EXT4_IMG, SV5_BL_BIN (bootloader). | | linear_start_addr | Absolute byte offset in eMMC user area (for EMMC_USER regions). | | partition_size | Size in bytes (hex). | | region | EMMC_BOOT_1 (bootloader partition), EMMC_USER (main user area). |