Platform Mt67 Not Supported On This Version May 2026
Sometimes, the scatter file (the text file that tells the tool where to write data) is edited incorrectly. If the scatter file lists the platform name ambiguously or if the tool misinterprets the header, it may default to an unsupported platform error.
If SP Flash Tool refuses to cooperate, consider alternatives that natively support MT67 platform:
Among these, mtkclient is the most powerful. Install it on Ubuntu or use a live USB: platform mt67 not supported on this version
git clone https://github.com/bkerler/mtkclient
cd mtkclient
pip install -r requirements.txt
python mtk.py --preloader --load scatter MT67xx_Android_scatter.txt
mtkclient never throws "platform not supported" because it reads the chip ID directly from hardware.
The most common cause is simply using an outdated version of SP Flash Tool. The "MT67" architecture became standard around 2015/2016. If you are using a version of the tool from 2014 or earlier (often labeled v3.x or v5.13xx), it physically does not have the drivers required to communicate with a 64-bit MediaTek processor. Sometimes, the scatter file (the text file that
The software reports "platform mt67 not supported on this version" and aborts the operation without guidance or workaround.
This resolves 90% of cases. The older v3 and v5 tools were designed for the MT65xx era. For MT67xx chips, you need the modern interface (usually v5.16 or higher, often found as v6.x or newer today). If SP Flash Tool refuses to cooperate, consider
In the world of Android development, flashing custom ROMs, and mobile repair, encountering errors is part of the process. However, few errors are as frustratingly specific and terminal as the message: "Platform MT67 is not supported on this version."
This error typically appears when using SP Flash Tool (Smart Phone Flash Tool), the standard utility for flashing MediaTek (MTK) devices. It signifies a fundamental mismatch between the hardware you are trying to interface with and the software tool you are using to do it.
This article explores the technical reasons behind this error, distinguishes between different MediaTek architectures, and provides step-by-step solutions to resolve it.
The error message "Platform MT67 not supported on this version" typically appears when attempting to run, flash, or debug firmware on a device powered by a MediaTek MT67xx series processor (e.g., MT6735, MT6750, MT6753, MT6755, MT6795). It indicates that the software tool in use—often an SP Flash Tool, custom recovery installer, or Android build system—does not contain the necessary configuration files or scatter-loading definitions for that specific chipset.





