OpenWrt support for Xiaomi AX3000T

I made it! special thanks to
@alexq for linking the important posts that pointed me in the right direction
@Lotoss for the detailed walk through to debrick a device with Foresee NAND with bad blocks

If anyone with similar issues finds his way through this 3.000+ posts megathread and accidentally stumbles over this post, here is a summary:

  1. read and understand OpenWrt support for Xiaomi AX3000T - #3349 by Lotoss
  2. prepare your files using the snapshot linked here OpenWrt support for Xiaomi AX3000T - #3409 by alexq
  3. perform the debrick. If you can't access luci in the last step to upload the sysupgrade-file (which was the case for me) just use WinSCP, transfer the file to the /tmp folder and run the command
    sysupgrade -v /tmp/openwrt-mediatek-filogic-xiaomi_mi-router-ax3000t-ubootmod-squashfs-sysupgrade.itb
    You can install luci with
apk update
apk add luci
5 Likes