Перейти в хранилище документации
Обратиться в техническую поддержку![]()
Specifies the maximum boundary size for system, boot, and recovery images.
The most technical part of the scatter file is the partition_index and linear_start_addr . This is the hexadecimal address where the partition begins in the memory.
Never use a scatter file from a different tablet or device, even if it shares the same MT8167 processor. Partition layouts (especially the SYSTEM and USERDATA sizes) vary greatly depending on the internal storage size (e.g., 16GB vs 32GB).
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later. powkiddyx/MT8163_Android_scatter.txt at master - GitHub mt8167 scatter file top
: Defines the storage technology type, which is universally EMMC for this chipset.
: The total length of the partition, used by tools to ensure image files do not exceed allocated space. is_download : A boolean flag ( ) determining if the partition can be flashed by the tool. : Typically set to HW_STORAGE_EMMC for MT8167 devices. rigacci.org Typical Partition Layout The MT8167 chipset generally supports between 22 and 26 partitions . Standard layouts include: Bootloaders (Little Kernel), and (TWRP or Stock), and Vendor & Data Device-Specific (IMEI/calibration data), (Factory Reset Protection). Common Use Cases Flashing Firmware : Loading the scatter file into SP Flash Tool
The (often found in variants like MT8167A or MT8167B) is a highly efficient Quad-Core ARM Cortex-A35 processor. It prominently drives entry-level Android tablets, e-readers, and smart home displays (such as the Amazon Echo Show series and Lenovo Smart Frames). Because these devices lack the cellular radio partitions found in standard MediaTek smartphones (like MT67xx series), their memory maps are more compact but exceptionally strict. Core Structure of an MT8167 Scatter File About scatter-loading - Arm Developer Specifies the maximum boundary size for system, boot,
The top of the file typically contains general settings:
Modifying the wrong block inside the scatter structure can permanently brick your hardware. Pay close attention to these critical partitions near the top of the mapping array: Preloader ( preloader.bin )
Use this for clean official updates without losing critical partition structures. Never use a scatter file from a different
The checksum verification file ( checksum.ini ) inside the firmware folder does not match the modified scatter file.
Contains the recovery environment. This is essential for anyone installing custom ROMs.
: Defines the space for the Android OS and personal user files. TWRP port for MC Smart · Issue #38 - GitHub