I have Xiaomi AX3000T, RD23, stock firmware was 1.31, Windbond chips.
The XMir-Patcher installation process has started. I did it according to the instructions in the script, but did not follow the steps from Change to OpenWRT U-Boot
After rebooting, the router stopped starting, the orange indicator was on constantly, blinking 1 time about once every 30 seconds.
Then I can't say exactly what I did in u-boot, but the result is this - when I turn on the network, the indicator does not light up at all.
After connecting via UART, I see the following message:
F0: 102B 0000
FA: 1040 0000
FA: 1040 0000 [0200]
F9: 3903 0041
F3: 1001 0000 [0200]
F3: 1001 0000
F6: 102C 0000
F5: 480A 0031
00: 1005 0000
FA: 1040 0000
FA: 1040 0000 [0200]
F9: 3903 0041
F3: 1001 0000 [0200]
F3: 1001 0000
F6: 102C 0000
01: 102A 0001
02: 1005 0000
BP: 2000 00C0 [0001]
EC: 0000 0000 [1000]
T0: 0000 00ED [010F]
System halt!
Now I'm doing the following steps, please help me, what am I doing wrong
- On Windows, I configure the ip address for the router (ip - 192.168.1.1, mask - 255.255.255.0, gateway - 192.168.1.1, DNS - 192.168.1.1)
- I run fftpd by putting openwrt-mediatek-filogic-xiaomi_mi-router-ax3000t-ubootmod-initramfs-recovery.itb
- Running
mtk_uartboot -s COM3 --payload bl2-mt7981-bga-ddr3-ram.bin --aarch64 --fip openwrt-mediatek-filogic-xiaomi_mi-router-ax3000t-ubootmod-bl31-uboot.fip && putty.exe -serial COM3 -sercfg 115200,8,n,1,N
At this point, the router starts, if you runapk --update-cache add luci
, I can use the page http://192.168.1.1 - In putty, when executing the
ubidetach -p /dev/mtd8
command, I get an error:
ubidetach: error!: cannot detach "/dev/mtd8"
error 16 (Resource busy)
What am I doing wrong, how can I fix this error?
Next, as I understand it, the following steps will need to be performed, am I right?
ubiformat/dev/mtd8 -y -f /tmp/openwrt-mediatek-filogic-xiaomi_mi-router-ax3000t-initramfs-factory.ubi
reboot
sysupgrade -n /tmp/openwrt-mediatek-filogic-xiaomi_mi-router-ax3000t-squashfs-sysupgrade.bin
I will be very glad of any help.