Date: October 26, 2023 Subject: System Integration & Firmware Engineering Target Audience: Firmware Engineers, ROM Developers, Mobile Repair Technicians
Root your MT3367 device (if possible – many car head units come rooted).
Use MTK Droid Tools (Windows) or a terminal with adb: mt3367 android scattertxt better new
adb shell
cat /proc/dumchar_info
This shows the real partition names, start addresses, and sizes.
Convert that output into a proper scatter format. Example snippet: Option 1 – Extract the True Scatter from
PRELOADER 0x0
MBR 0x400000
EBR1 0x440000
PRO_INFO 0x480000
NVRAM 0x680000
PROTECT_F 0xa80000
PROTECT_S 0xe80000
...
A scatter file (typically named MT3367_Android_scatter.txt) describes physical memory regions on the eMMC/NAND flash. Each partition is defined by:
system, userdata)Load your scatter.txt in SP Flash Tool v5.2128+ or MTK Flash Tool. A valid, modern file will show: Root your MT3367 device (if possible – many
seccfg, expdb, logo, recovery, boot, system, vendor, product, super, userdataIf your scatter.txt flags an error like ERROR: S_DL_GET_DRAM_SETTING_FAIL (5054), it’s not compatible – you need a newer version.