Flashing RT-N18U how?

Dear All,

I've got an Asus RT-N18U, and I would like to install openwrt on it.
The official "Firmware Update" refuses to accept the trx file, saying "Invalid firmware". I've tried the factory firmware and the latest Asus firmware for this model as well.

I'm using the image linked here in the Installation section: https://openwrt.org/toh/asus/rt-n18u
Which btw has a nice "FIX ME" icon saying "Please add the installation procedure here."
I've also checked https://openwrt.org/toh/hwdata/asus/asus_rt-n18u_a1 which has "Installation method(s): unknown". I've read more posts on this forum stating that people have installed openwrt on this particular router, so I'm sure it can be done somehow.
I was wondering if the CFE bootloader supports tftp, but if so how? Should I have the reset button pressed during turn on or what? And what IP does it use? The router came with absoultely no documentation.

Please advise, how can I install openwrt 18.06.2 on RT-N18U?

Thanks

Hi,

I've figured it out. Could someone please update the openwrt.org device page? I'm not getting the registration email so I can't log in to do it myself.

https://openwrt.org/toh/asus/rt-n18u
The official web interface "Firmware Update" will refuse the openwrt image, so you have to flash the router via tftp:

  1. turn off your router
  2. press and hold the RESET button (one between the WAN and USB ports)
  3. turn on the router
  4. wait until the power led begin to blink slowly, then release the RESET button (approx. 20-30 sec)
  5. connect your PC with one of the router's LAN port
  6. on your PC, configure static IP 192.168.1.2 netmask 255.255.255.0
  7. use atftp 192.168.1.1
    7.1 tftp> mode octet
    7.2 tftp> put openwrt-*.trx
    7.3 tftp> quit
  8. if the image received successfully, the power led will stop blinking
  9. wait several minutes until the router reboots and other leds came up (approx. 10 min)

https://openwrt.org/toh/hwdata/asus/asus_rt-n18u_a1
Installation method(s): bootloader tftp only

Thanks

4 Likes

I updated the page, thank you!

1 Like