"platform mt67 not supported on this version" typically occurs when using an outdated version of SP Flash Tool to load a scatter file for newer MediaTek (MTK) chipsets

installed on your PC, as communication errors can sometimes manifest as platform mismatches.

File Selection: Navigate to the folder where you unzipped the tool and select MTK_AllInOne_DA.bin or a specific DA file provided with your device’s firmware. 3. Verify the Scatter File

To avoid encountering this error in the future, here are some best practices to keep in mind:

  1. Open your MT67xx_Android_scatter.txt in Notepad++ or any plain text editor.
  2. Look for a line near the top that says:
    PLATFORM = MT67xx
    or
    PLATFORM = MT6735
  3. Change it to an older, supported platform like:
    PLATFORM = MT6580 or PLATFORM = MT6592
  4. Crucially, do not change any partition addresses (like linear_start_addr). Only change the PLATFORM label.
  5. Save the file and reload it into the old SP Flash Tool.

Has anyone else found a cleaner workaround for legacy MT67 platforms?