Hi everyone,
I flashed my AX3000T with OpenWrt using a Winbond NAND chip, following a guide for the snapshot version. Everything was working fine, then I installed sing-box, but after rebooting, the board turned into a brick. I tried to recover it via UART. Before opening the case, when holding the reset button, the indicator was blinking rapidly, so there seemed to be a chance for TFTP recovery. Now, however, it’s just slowly blinking orange and doesn’t respond to any buttons. The UART shows no signs of life, and TX/RX lines on the oscilloscope are empty. So it looks like all hope is gone. Does anyone know of any ways to restore it?
Hi, I have the same problem, but with ESMT and stable firmware. After installing L2TP packages, the device didn't start. The reset button responds with rapid blinking.
Show filename and add checksum of file.
History om github does not show any change specifically targetting device. General change would brik multiple models en masse.
Its doesnt work for me. Because uart is dead, I can't enter failsafe mode, I don't see any logs when loading and the buttons don't accept them. LED status does not change.
Thank you, I restored the stock firmware using TFTP. Now I’ll try everything again, but it’s very strange that not only my device crashed after installing the packages. I’ll describe the results later.
"Basically, I spent the whole day trying to get this to work. I didn’t mess with the configs or do anything strange, I was just trying to install packages for L2TP. The router randomly crashes when installing packages, it can get bricked from a random power outage, and after a reboot, it might boot up and become inaccessible for no apparent reason. I restored it three times using TFTP and entered failsafe mode three times. For now, I’ll probably stick with the stock firmware or return the device to the store."
ubiformat /dev/mtd8 -y -f /tmp/openwrt-23.05.5-mediatek-filogic-xiaomi_mi-router-ax3000t-initramfs-factory.ubi
nvram set boot_wait=on
nvram set uart_en=1
nvram set flag_boot_rootfs=0
nvram set flag_last_success=0
nvram set flag_boot_success=1
nvram set flag_try_sys1_failed=0
nvram set flag_try_sys2_failed=0
nvram commit
reboot
If you've no TFTP connectivity, no UART/serial signal and spamming the 'Mesh' button while powering up the device does nothing, you're kind of screwed.
I believe they come with UART disabled, which is why the flashing instructions have this line: nvram set uart_en=1
Did you do this one at some point?
WIFIRepairTool is just a DHCP server + TFTP server configured to the bootloader's expected paramaters.
mtk_uartboot, as their repository describes, A third-party tool to load and execute binaries over UART for Mediatek SoCs.
Not sure how you are going to make use of it if you can't get UART to work.