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.
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 mt68 not supported on this version" generally indicates that the software you are trying to run is incompatible with a MediaTek MT68 series chipset (often marketed as Dimensity).
This typically happens when an application or server software (such as a Minecraft Paper server or a specialized hardware utility) lacks a prebuilt binary or the specific instruction set support for this ARM-based 5G architecture. Common Causes & Solutions platform mt68 not supported on this version
Unsupported CPU Architecture: The MT68 chipset belongs to MediaTek's 5G lineup (e.g., Dimensity 1000, 800). If you are seeing this error on a mobile device or a single-board computer, the app may be looking for an older architecture like ARMv7 or a standard x86/64 version.
Fix: Check the developer's site or GitHub for an ARM64 or AArch64 version of the software.
Minecraft Paper Server Error: If this occurs while launching a Minecraft server (PaperMC), it means the version of Java or the server JAR file you are using was not compiled for your processor's architecture.
Fix: Ensure you are using an OpenJDK version that matches your system (likely ARM64) and that you are using the latest stable build from the PaperMC website.
Driver or Installer Mismatch: In some cases, this error appears when attempting to install drivers or firmware updates on a device that doesn't match the installer's target hardware. The "platform mt68 not supported on this version"
Fix: Verify your hardware model and download the specific driver meant for the MT68 or Dimensity platform from an authoritative source like the MediaTek website.
Are you trying to run a Minecraft server on a mobile device/ARM board, or are you installing system drivers? MT8560IAAG Samsung - High Performance Module 2025
✅ Update your tools
✅ Switch to a different Download Agent (DA)
✅ If compiling AOSP / Lineage:
✅ If using a custom script / automation:
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.