Platform Mt68 Not Supported On This Version May 2026
Some power users patch the tool by hex-editing the executable or the .cfg files to add the MT68 chip ID manually. This is not recommended for casual users because a single byte error corrupts the tool.
However, if you are advanced:
Again, avoid this unless you have no other option.
The Download Agent is a small binary that runs on your phone’s bootrom to allow read/write access. For MT68 chips, you need a universal DA or an MT68-specific DA.
Error output:
Platform mt68 not supported on this version
Unknown board ID 'mt7687'
Fix – platformio.ini:
[env:mt7687]
platform = [email protected] # force older platform
board = mt7687
framework = arduino
upload_protocol = serial
Then run:
pio platform update
pio run -t clean
pio run
If support is completely gone (e.g., MediaTek discontinued MT68 toolchain updates), consider migrating to:
Share:
I can then give exact commands or a step-by-step rebuild or upgrade plan.
The error message "Platform mt68 not supported on this version"
is a specialized compatibility error most commonly encountered when using SP Flash Tool to flash firmware onto MediaTek (MTK) Android devices. It signifies a mismatch between the Smart Phone Flash Tool (SPFT)
version you are running and the hardware platform (represented by the "mt68" code) defined in your firmware's scatter file. CARE Toolkit Core Causes of the MT68 Error Version Incompatibility platform mt68 not supported on this version
: Your version of SP Flash Tool is too old to recognize newer MediaTek chipsets (platforms like MT68xx). Incorrect Scatter File scatter.txt
file inside your firmware folder might be corrupted or intended for a different hardware revision. Driver Conflicts
: Multiple or outdated USB VCOM drivers can cause the tool to misidentify the connected hardware platform. Step-by-Step Resolution Guide
To resolve this error and successfully flash your device, follow these steps: Update SP Flash Tool Download the latest version of SP Flash Tool from authoritative sites like SP Flash Tool Official
Newer chipsets often require versions that include the "SEC" (Secure) designation to handle modern secure boot protocols. Verify Firmware Integrity Ensure your firmware folder contains a valid MTxxxx_Android_scatter.txt
Re-download the firmware from a trusted source if the scatter file is missing or triggers immediate errors upon loading. Clean and Reinstall VCOM Drivers Use a utility like to remove existing MediaTek or Preloader USB drivers. Install the latest MediaTek VCOM Drivers and restart your computer before attempting to flash again. Hardware Connection Tweaks
Try connecting your device while holding different button combinations (e.g., Volume Down ) to force the correct Preloader mode.
If the device has a removable battery, try the connection both with and without the battery inserted. Safety Precautions Backup First
: Flashing firmware will typically wipe all data on the device. Always perform a full backup before starting. Use "Download Only"
The "platform mt68 not supported on this version" error is fundamentally a version mismatch between your software and your hardware. It signals that you are using a legacy tool on a modern MediaTek Dimensity chip.
The solution is rarely hardware-related; your device is almost certainly fine. Instead, focus on updating your flashing tool, replacing the Download Agent, or upgrading your OS drivers. In 95% of cases, moving to the latest version of SP Flash Tool (v5.2124+) or the latest mtkclient will immediately resolve the issue.
If you are a developer, treat this error as a reminder to always check the release date of your toolchain against the launch date of your chip. With the rapid evolution of MediaTek’s 5G platform, staying current is the only long-term strategy. Some power users patch the tool by hex-editing
Have you encountered this error on a specific device? Share your experience in the comments or on the XDA Developers forum to help the community build a compatibility matrix.
The error message "Platform [MTXXXX] not supported on this version" (often seen as MT6761, MT6580, etc.) is a common issue encountered when using the SP Flash Tool to update or repair MediaTek (MTK) Android devices.
It signifies a mismatch between the phone's hardware chipset and the version of the software tool you are using. Why This Happens
Version Mismatch: The specific version of SP Flash Tool does not have the instructions or definitions for your phone's particular processor (e.g., the MT6761 "platform" mentioned in the error).
Outdated Software: You are likely using an older version of SP Flash Tool that was released before your device's chipset existed.
Incorrect Scatter File: The "scatter file" (a text file that tells the tool how to partition your phone's memory) might be formatted for a newer or different version of the tool. How to Fix It
Download the Latest Version: The most effective solution is to download the newest version of SP Flash Tool available. Newer releases include support for the latest MediaTek platforms.
Try a "SEC" Version: Some devices with secure boot require a version of the tool specifically designated with "SEC" at the end of the version name.
Check for Chip-Specific Tools: For certain newer chipsets, manufacturers may release a specific "DA" (Download Agent) file that must be manually selected in the tool to identify the platform correctly.
Refresh USB Drivers: Conflicting or old drivers can sometimes cause the tool to misidentify the platform. Use a tool like USBDeview to remove old MediaTek VCOM drivers and reinstall the latest ones.
[Revised] How to use SP Flash tool to flash Mediatek firmware
The "Platform MT68 not supported" error is a common compatibility hurdle encountered by users of the MediaTek (MTK) Flash Tool when attempting to flash firmware onto modern 5G devices. This occurs because newer MediaTek chipsets—typically those in the Dimensity series like the MT6893 (Dimensity 1200) or MT6895 (Dimensity 8000)—use updated communication protocols that older software versions do not recognize. Why This Error Happens Again, avoid this unless you have no other option
Version Mismatch: You are likely using an older version of SP Flash Tool (e.g., v5.x) that was designed for older 4G chipsets (MT67xx series) and lacks the definitions for the MT68xx 5G platform.
Missing Scatter Files: The "scatter file" you are using may have been generated by a tool that doesn't fully support the newer chipset's architecture, causing the flash tool to reject the platform header.
Secure Boot Requirements: Modern MT68 devices often require a specific Download Agent (DA) or authentication file to bridge the connection between the PC and the phone's secure hardware. How to Fix It
Update Your Tools: Download the latest version of the SP Flash Tool (specifically versions designed for 5G chipsets).
Use the Correct DA File: Instead of the default MTK_AllInOne_DA.bin, you may need a custom DA file specific to your phone model to authorize the flashing process.
Check Your Drivers: Ensure you have the MediaTek VCOM USB drivers correctly installed on your PC to allow the tool to communicate with the device in "Brom" or "Preloader" mode.
Verify the Scatter File: Ensure the scatter.txt file is sourced from the exact firmware version intended for your device.
Are you trying to unbrick a specific phone model, or are you just trying to backup your current firmware? PLATFORM MT67 NOT SUPPORTED ON SP TOOL - Hovatek
Platform MT68 Not Supported on This Version: What You Need to Know
If you're encountering the message "platform mt68 not supported on this version," you're likely dealing with a compatibility issue related to your device or software. Here's a breakdown of what this could mean and the steps you can take to resolve or work around the issue.
For the technically inclined, here is why the software rejects the platform:
You don’t need a new phone – you just need newer software. MT68 is fully supported in modern tools, but many “tried and true” old versions from 2020–2021 won’t cut it anymore.
📌 Drop your exact chipset and tool below – happy to help you find the right working version.