: Newer or secure-boot MediaTek devices often require a specific custom DA file to be selected in the "Download Agent" field of the tool. How to resolve it Update SP Flash Tool : Download the latest version of the SP Flash Tool
# In BoardConfig.mk TARGET_ARCH := arm64 TARGET_BOARD_PLATFORM := mt6755 # or mt6735, etc. TARGET_NO_BOOTLOADER := false
Rarely, a misidentified USB port (e.g., the device connecting as "MT65xx Preloader" instead of "MT67xx Preloader") can confuse the flashing tool into thinking an older, unsupported chip is connected.
Among these, SP Flash Tool is the primary culprit. platform mt67 not supported on this version
"platform mt67 not supported on this version" typically occurs when using the SP Flash Tool
In SP Flash Tool:
You connect your MediaTek device to your computer, open your flashing tool, and prepare to update or unbrick your phone. Suddenly, a frustrating error pops up on your screen: : Newer or secure-boot MediaTek devices often require
If you are using a specifically locked device (e.g., in a "Red State"), loading a customized DA file is often the only solution. If you'd like, I can:
: 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
The text-based scatter file inside your firmware package contains formatting or platform names that the flashing software cannot parse. Among these, SP Flash Tool is the primary culprit
Once the bypass application successfully forces the bootrom connection and outputs Protection Disabled , immediately run your flashing tool to execute the download script without being blocked by firmware handshakes. Switch to Custom Recovery or Fastboot Flashing
If you are running any variant of SP Flash Tool v3 or v5, you will frequently hit platform walls with newer MT67 series chipsets.