I bought an RT-AX53U router. I want to install openwrt on it.
Attempt 1
I used this manual: https://openwrt.org/toh/asus/rt-ax53u
I used this version: openwrt-24.10.2-ramips-mt7621-asus_rt-ax53u-squashfs-factory.bin
mtd-write -i openwrt-24.10.2-ramips-mt7621-asus_rt-ax53u-squashfs-factory.bin -d Kernel
It took 10-15 secundum, it is not gave any output. I thinked, that if no output, there is no error. I than rebooted, but the Original firmware was intact.
Attempt 2
I found on my router the mtd-unlock command.
mtd-unlock -d Kernel
It was output, it said that unlock was successfull.
mtd-write -i openwrt-24.10.2-ramips-mt7621-asus_rt-ax53u-squashfs-factory.bin -d Kernel
It gave no output, so i restart. It was bricked...
I restored with ASUS restoration tool. It took 3 hour, it helped when i changed my laptop NIC configruation. (100mbps full duplex, i disabled flow control, energy efficiency, etc.)
Attempt 3
I tried this command:
mtd-write -i openwrt-24.10.2-ramips-mt7621-asus_rt-ax53u-squashfs-factory.bin -d Kernel2
but it is not worked. Stock firmware.
Attempt 4
I tried install openwrt-24.10.2-ramips-mt7621-asus_rt-ax53u-squashfs-factory.bin with Asus restoration tool. It is flashed, but did not worked.
I readed on reddit, that other people had the same issue:
How to install OpenWrt on ASUS RT-AX53U?
https://www.reddit.com/r/openwrt/comments/1hdhngk/comment/m2ojngi/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button
but there is no answer.
I found this on this forum:
It is recommended to do like this:
"
I used the Asus firmware restoration tool, to flash initramfs-kernel.bin.
After that i flashed the squashfs-sysupgrade.bin.
Now its working.
"
In a different thread i read, that never should install initramfs on this type...
I found this too:
ASUS RT-AX53U SSH install –> bootloop
hs303
"
Warning! Due to some devices being shipped with uninitialized flash, please use versions >= 22.03.6 or >= 23.05.2 for initial install. One can downgrade later if really needed
...
But I've tried to reproduce the solution from the github issue
"