You're looking for information on creating or using an XML file for the SP Flash Tool.

Navigate to the "Download" tab. Look for the "Download-XML" field and click the "Choose" button. Browse to your firmware folder and select the flash.xml or device-specific XML file.

<?xml version="1.0" encoding="utf-8"?> <scatter> <part name="preloader" offset="0x0" size="0x100000" type="bin"/> <part name="loader" offset="0x100000" size="0x200000" type="bin"/> <part name="boot" offset="0x300000" size="0x300000" type="bin"/> <!-- More parts... --> </scatter>

: Defines whether the device uses NAND, eMMC, or UFS storage.

: It contains structured rules for how the tool should handle flashing, including automatic formatting flags and specific partition addresses.