Platform Mt67 Not Supported On This Version Review
The software should detect and support mt67 platform targets, enabling successful builds and runtime operation or provide a clear, actionable message if not supported.
If you have stumbled upon the error message "platform mt67 not supported on this version" while trying to flash firmware, install a custom ROM, or run a system tool on your Android device, you are not alone. This cryptic error has frustrated countless users attempting to revive bricked devices, bypass locks, or upgrade their operating systems.
In this detailed guide, we will dissect what the "MT67 platform" refers to, why this error appears, which devices are affected, and—most importantly—how to fix it.
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 building AOSP/LineageOS:
# In BoardConfig.mk
TARGET_ARCH := arm64
TARGET_BOARD_PLATFORM := mt6755 # or mt6735, etc.
TARGET_NO_BOOTLOADER := false
Ensure your kernel defconfig uses mt6755_defconfig or similar, not mt65xx_defconfig.
The error "Platform MT67 is not supported on this version" is rarely a fatal hardware flaw. It is almost always a software mismatch between an aging flashing utility and newer 64-bit hardware.
By updating to a modern version of SP Flash Tool (v5.16+), ensuring your VCOM drivers are current, and verifying you have the correct scatter file for your device, you can quickly bypass this error and proceed with flashing your firmware or recovering your device. Always remember to backup your data before flashing, as these tools operate at a low system level where data loss is a significant risk.
To fix the "platform MT67 not supported on this version" error in SP Flash Tool, you must update to a newer version of the software or use a specific version that supports your MediaTek chipset.
This error typically occurs when the version of SP Flash Tool you are using is too old to recognize the scatter file for newer MT67xx series processors (like the MT6765 or MT6739). How to Resolve the Error platform mt67 not supported on this version
Download the Latest Version: The most effective fix is downloading the most recent build (v5.2x or higher). You can find updated versions on SP Flash Tool's official download page or trusted community archives like Hovatek.
Use Version 5.1924 or Higher: If you are trying to flash a device with an MT67xx chip, versions prior to v5.19xx often lack the necessary database files to identify the platform.
Check the Scatter File: Ensure the Android_scatter.txt file you are loading matches your device's exact chipset. If the scatter file header lists a platform code your tool doesn't recognize, it will trigger this "not supported" message.
Update VCOM Drivers: Ensure your MediaTek USB VCOM drivers are correctly installed so the tool can properly communicate with the hardware ID of the MT67 platform. Common Versions Known to Support MT67xx: v6.x (for newer XML-based firmware) Files in infinite X655C stock rom - Hovatek
The error message "Platform MT67 not supported on this version"
typically occurs when there is a mismatch between a software tool—most commonly SP Flash Tool
—and the specific MediaTek (MTK) chipset architecture of the device you are trying to service. Understanding the MT67 Platform The "MT67" designation refers to a broad family of MediaTek 64-bit ARM-based chipsets
, such as the MT6737, MT6739, and MT6765. These platforms are widely used in budget to mid-range Android devices and industrial mobile computers like the Newland MT67 Sei Primary Causes for the Error Outdated Flash Tool Version
: Older versions of SP Flash Tool (e.g., v3 or early v5) may not recognize newer MT67 series chipsets or their associated scatter files. Incompatible Scatter File The software should detect and support mt67 platform
: The "scatter file" (which maps the device's partitions) may be for a different variant of the chipset, leading the tool to reject the platform entirely. Missing Drivers
: If the VCOM or MediaTek USB drivers are incorrectly installed or outdated, the software may fail to handshake with the MT67 platform correctly. Architecture Mismatch
: Certain applications or games may throw similar "unsupported platform" errors if they require an ARM64-v8a ABI
and the specific MT67 implementation is running in a 32-bit mode or lacks necessary instruction sets like OpenGL ES 3.0+. Google Help Recommended Solutions Update Your Tools : Ensure you are using the latest version of SP Flash Tool
(often version 5.x or higher is required for newer MT67 chipsets). Verify the Scatter File
: Cross-check that the scatter file matches your exact device model. A file meant for an MT6735 will not work on an MT6739 device. Driver Reinstallation
: Completely remove existing MediaTek drivers and install the latest "Preloader VCOM" drivers to ensure stable communication between the PC and the chipset. Force Compatibility (for Linux/Steam Deck)
: If encountering "invalid platform" errors on gaming devices, users have found success by forcing specific compatibility tools like Proton 9. Further Exploration
MT67 Sei | Мобильные компьютеры Android | Newland EMEA If building AOSP/LineageOS: # In BoardConfig
"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
. It indicates a mismatch between the software’s supported processor list and the hardware identified in your firmware. Top Solutions to Fix the Error
To resolve this, you generally need to align your software version with your hardware requirements: Update SP Flash Tool
: This is the most common fix. Older versions (v3 or early v5) do not recognize newer "mt67xx" series platforms. Download the latest version of SP Flash Tool from a reliable source. Use a Custom Download Agent (DA)
: If you are flashing a device with secure boot, the default DA file may not work. You may need to manually select a specific DA file (often named MTK_AllInOne_DA.bin or a device-specific version) by clicking next to the Download Agent field in the tool. Run in Compatibility Mode : Some users have success by right-clicking flash_tool.exe , selecting Properties > Compatibility , and running it for Windows XP (Service Pack 3) Administrator Check Scatter File Integrity
: Ensure the scatter file you are loading matches your exact phone model. If the scatter file is corrupted or for a different chipset, the tool will throw a "not supported" or "invalid" error. Related Troubleshooting Steps
If updating the tool doesn't work, consider these environmental factors:
You’ll typically see this message when using:
The root cause is almost always version incompatibility:




