If the scatter file is correct but you still see the error, the software likely doesn't recognize the newer "mt68" platform definition. 2. Update SP Flash Tool Older versions of the SP Flash Tool
If you are on Linux, upgrading to a newer mainline kernel version often introduces native upstream support for newer MediaTek/mt68 chipsets. Step 3: Source the Correct Software Variant
refers to a family of microcontrollers or system-on-chips (SoCs) based on the ARM Cortex-M or similar architecture, often used in: platform mt68 not supported on this version
Search GitHub for arduino-mt68 or platformio-mt68 .
How to diagnose quickly
If you are certain that the software can run on your mt68 device but is simply being blocked by a superficial version check in the installer script, you can manually bypass it.
Open , click Action , and choose Add legacy hardware . If the scatter file is correct but you
Navigate to app/build.gradle and ensure the ndkVersion matches the current LTS release.
When you see "Platform mt68 not supported on this version," the program you are executing is explicitly stating: "I recognize that your hardware is based on the mt68 architecture, but the specific version of the software/firmware you are using does not contain the instructions, drivers, or libraries required to interact with it." Common Scenarios Where This Error Occurs 1. Android ROM Flashing and Custom Firmware Step 3: Source the Correct Software Variant refers
To resolve the "Platform MT68 not supported on this version" error, the following solutions and workarounds can be considered:
The software development kit or Native Development Kit lacks the definition profile for the newer MT68 platform.