Mt6761 Scatter File New Upd Guide
Use a Python script or manually assemble. Below is a for MT6761 (adjust addresses/sizes from your device):
Hold down either or Volume Up (varies by manufacturer), and connect the phone to the computer via a reliable USB cable. mt6761 scatter file new
partitions = [ ("preloader", 0x0, 0x40000, "EMMC_BOOT_1"), ("pgpt", 0x0, 0x2000, "EMMC_USER"), ("proinfo", 0x2000, 0x300000, "EMMC_USER"), ("nvram", 0x302000, 0x500000, "EMMC_USER"), ("lk", 0x802000, 0x200000, "EMMC_USER"), ("boot", 0xA02000, 0x2000000, "EMMC_USER"), ("recovery", 0x2A02000, 0x2000000, "EMMC_USER"), ("system", 0x4A02000, 0xC000000, "EMMC_USER"), ("vendor", 0xCA02000, 0x8000000, "EMMC_USER"), ("metadata", 0x14A02000, 0x1000000, "EMMC_USER"), ("userdata", 0x15A02000, 0x300000000, "EMMC_USER"), ] Use a Python script or manually assemble