So I'm pretty much a noob at installing OpenWRT. This is my first time, and I'm having lots of issues. I was going through the guides, documentation, and forum, but I couldn't find a clear way to install OpenWRT on my ASUS RT-AX1800S.
Steps I did:
Go into ASUS web admin portal and turn on SSH and change default port number
Type this command in my PC terminal cat openwrt-ramips-mt7621-asus_rt-ax54-squashfs-factory.bin | ssh admin@192.168.50.1 -p2345 "cat > /root/openwrt-ramips-mt7621-asus_rt-ax54-squashfs-factory.bin"
Connect to ssh again ssh admin@192.168.50.1 -p23451
While in ssh session, mtd-write in router mtd-write -i openwrt-ramips-mt7621-asus_rt-ax54-squashfs-factory.bin -d Kernel
Type reboot in terminal and wait
Open web portal at 192.168.50.1 again and see that it still has the Asus firmware.
I was wondering why the instructions made me download factory.bin instead of the kernel.bin. My suspicions were right.
If anybody is reading this wondering why it's not working for them, make sure to use the kernel.bin with the exact same process. Everything should work now.