Let’s open a typical MediaTek scatter file. It looks intimidating at first, but it follows a strict, logical format.
# ================================================================= # SYSTEM (Android OS) # Size varies wildly (0x60000000 for 1.5GB to much larger) # ================================================================= [partition_index] index=9 partition_name=system file_name=system.img is_download=true linear_start_addr=0x3C00000 physical_start_addr=0x3C00000 partition_size=0x60000000 partition_type=LV # ================================================================= scatter file for all android phones
################################################################################################## # Partition Index 20: Flash info (backup GPT header) ################################################################################################## - partition_index: 20 partition_name: flashinfo file_name: N/A is_download: false type: NORMAL_ROM linear_start_addr: 0xFFFFFFFFFFFF physical_start_addr: 0x0 partition_size: 0x1000000 region: EMMC_USER Let’s open a typical MediaTek scatter file
You must obtain the that matches: