- partition_index: 0 partition_name: preloader file_name: preloader_mt6755.bin is_download: true type: SV5_BL_BIN linear_start_addr: 0x0 physical_start_addr: 0x0 partition_size: 0x40000
| Partition | Description | |-----------|-------------| | preloader | First-stage bootloader (similar to SBL on Qualcomm). Corrupting this hard-bricks the device. | | pgpt | Primary GPT partition table. | | proinfo | Production info (IMEI, MAC, calibration data). | | nvram | Wi-Fi/BT MAC, IMEI, radio calibration. | | boot | Linux kernel + ramdisk (boot.img). | | recovery | Recovery OS (TWRP/stock). | | system | Android OS (system.img) – often sparse or raw ext4. | | userdata | User apps, settings, internal storage. | mt6755 scatter file
Navigate to your firmware folder and select the file named MT6755_Android_scatter.txt . | | proinfo | Production info (IMEI, MAC, calibration data)
the scatter file is your roadmap to the device’s soul. | | recovery | Recovery OS (TWRP/stock)
After loading, SP Flash Tool will populate the table with all partitions.
: Errors often occur if the scatter file lists partitions that don't match the actual device storage layout, which can lead to a bricked device. Flash File Backup Tutorial(Mediateck)MT6755 Scatter File