ASUS WL-550gE

This device is NOT RECOMMENDED for future use with OpenWrt due to low flash/ram.
DO NOT BUY DEVICES WITH 4MB FLASH / 32MB RAM if you intend to flash an up-to-date and secure OpenWrt version onto it! See 4/32 warning for details.

1) This device does not have sufficient resources (flash and/or RAM) to provide secure and reliable operation.
This means that even setting a password or changing simple network settings might not be possible any more, rendering the device effectively useless. See OpenWrt on 4/32 devices what you can do now.

2) OpenWrt support for this device has ended in 2022.
19.07.10 was the last official build for 4/32 devices.

NAT-router, wireless access point standard IEEE 802.11g with the ability to use the mode of accelerated data transfer Afterburner, 5-port switch with automatic polarity detection on the ports (Auto MDI / MDI-X).

To install a new firmware, you need to switch the router to the diagnostic mode.

Note: In diag mode, the router takes the address stored in nvram, usually 192.168.1.1, but if you changed the router's IP address in its original firmware or in the previously installed OpenWrt, it will use that. Once the installation is complete, the router's IP address will always be 192.168.1.1. In the further sections 192.168.1.1 is assumed.

To put the router in the diag mode, do this:

  • Unplug the router's power cord.
  • Confirm your PC is configured to use a fixed IP in the 192.168.1.0/24 range (do not use .1).
  • Connect the router's LAN1 port directly to your PC.
  • Push the black RESTORE button using a pen or such, and keep the button pushed down.
  • Plug the power on while keeping the RESTORE button pushed for few seconds.
  • When you see a slowly blinking power light, you are in diag mode.
  • Now the router should accept an image via TFTP or via the ASUS firmware restoration tool.

It responds to ping, so you can confirm that it is in diag mode and ready for the tftp by using “ping 192.168.1.1”.

It is possible to install OpenWrt using a TFTP client when the router is in diag mode.

  • Execute the TFTP commands below:
    • Linux (or Mac OS X)
      tftp 192.168.1.1 (replace it with its real ip address)
      tftp> binary
      tftp> trace
      tftp> put openwrt-brcm-2.4-squashfs.trx
    • Windows
      tftp -i 192.168.1.1 PUT openwrt-brcm-2.4-squashfs.trx
  • After the TFTP upload is complete, wait at least six minutes. The firmware is first loaded into the RAM, and then flashed. This process takes a little time, and to ensure that the router is not bricked you should wait six minutes.
  • The router will reboot itself automatically after the upgrade is complete. Rebooting may take a while. It might be the case that the router does not reboot by itself; if this happens it should be safe to wait for the period mentioned and then to do a manual reboot (pull the power-cord).
  • You are done! You should be able to telnet to your router (IP address: 192.168.1.1 - even if you were using another one previously) and start configuring.

NOTES:

  • Windows 7 does not install its tftp client as default, you have to manually add it. Earlier version do include it in their default installations.
  • Netkit's tftp doesn't work quite often; use atftp.
  • After TFTP upload is complete, DON'T reboot (replug) too early! It might brick your router.

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2024/02/12 08:58
  • by 127.0.0.1