partition_index: 11 partition_name: super file_name: super.img is_download: true type: NORMAL linear_start_addr: 0x0 physical_start_addr: 0x5880000 partition_size: 0x20000000 region: EMMC_USER
If you open mt6765-android-scatter.txt in a text editor (like Notepad++), you will not see complex code, but rather a structured list of partitions. A typical entry looks like this: mt6765-android-scatter.txt
: Flashing a scatter file meant for an MT6750 or MT6762 onto an MT6765 hardware set will cause overlapping memory writes, permanently destroying the Preloader. partition_index: 11 partition_name: super file_name: super
At its core, the scatter file describes the partition layout of your Android device. It contains technical metadata for approximately 22 to 27 distinct partitions, including: you will not see complex code