An Android Scatter.txt file is a text file that contains information about the layout of the firmware components on a MediaTek-based Android device. The file is used by flashing tools, such as SP Flash Tool, to identify the correct locations of the firmware components, such as the bootloader, kernel, and system image, on the device's storage.

partition_name = kernel partition_offset = 0x00100000 partition_size = 0x00200000

[KERNEL] kernel_offset = 0x00100000 kernel_size = 0x00200000

[PARTITION_TABLE] partition_name = preloader partition_offset = 0x00000000 partition_size = 0x00010000

[ROOTFS] rootfs_offset = 0x00300000 rootfs_size = 0x01000000