Platform Mt67 Not Supported On This Version _hot_ Direct
The error message "platform MT67 not supported on this version" is a specific technical alert typically encountered when using the SP Flash Tool to flash firmware onto devices with MediaTek (MTK) chipsets. This issue occurs when the version of the flashing software being used does not have the necessary configuration to recognize or handle the specific MT67-series hardware platform defined in the firmware's "scatter file." The Core of the Problem: Architectural Mismatch
#EmbeddedSystems #AndroidDev #Troubleshooting #TechTips platform mt67 not supported on this version
Action: Locate the Android_scatter.txt file within your firmware folder. The error message "platform MT67 not supported on
It means the software you're using (e.g., a custom recovery image, a kernel flasher, or a build script) was compiled without support for MediaTek MT67xx series chipsets (e.g., MT6735, MT6737, MT6750, MT6753, etc.), or the version you have is too old/new and dropped support for that platform. Draft a concise bug report to file with
- Draft a concise bug report to file with your issue tracker (include title, steps, logs).
- Produce the exact code/patch snippets for adding mt67 to common build systems (CMake, Bazel, Make). Which would you prefer?
2. Corrupted or Mismatched Scatter File
The scatter file contains partition mapping for your device. If the file was designed for an MT65xx device (e.g., MT6580) but you are trying to flash an MT6737, the tool throws the "platform not supported" error.
This error typically occurs when using SP Flash Tool to flash firmware or recovery images onto MediaTek (MTK) devices. It signifies a mismatch between the software version and the specific chipset platform (MT67xx) you are attempting to modify. Core Causes
- Always download the latest version of any flashing tool before starting.
- Check the tool’s release notes for "MT67 compatibility" before downloading firmware.
- Use chipset-specific tools: For MT67 devices, prefer tools labeled "For MT6735/37/39" over generic ones.
- Backup your original scatter file – if you modify it, keep a clean copy.
- Join device-specific Telegram or XDA forums – other users have already solved this for your exact phone model.
The primary fix is to download and use the most recent version of the software.