OpenWRT: Flash Linksys WRT54GL

From OnnoWiki
Revision as of 07:09, 19 September 2012 by Onnowpurbo (talk | contribs)
Jump to navigation Jump to search

OpenWRT dapat di instalasi langsung melalui Web GUI Linksys. Jika anda pertama kali menginstall OpenWRT, maka menggunakan Web GUI Linksys adalah cara yang paling mudah.


Router anda harusnya dapat di telnet di 192.168.1.1. Interface web juga tersedia di http://192.168.1.1 . Telnet akan disabled dan ssh akan enabled saat password di set.

Ketik perintah berikut melalui telnet/ssh. Ini akan menjamin bahwa tftp tersedia, jika router kita bricked.

nvram set boot_wait=on
nvram set boot_time=10
nvram commit && reboot
   *
     You're done! At this point, you are free to continue using brcm-2.4. However, if you wish to use brcm47xx, proceed below.
   *
     Download the image openwrt-brcm47xx-squashfs.trx here: http://downloads.openwrt.org/backfire/10.03.1/brcm47xx/
   *
     Upload using luci at System > Flash Firmware
   *
     OR, you can simply ssh into the router,
cd /tmp
wget http://downloads.openwrt.org/backfire/10.03.1/brcm47xx/openwrt-brcm47xx-squashfs.trx
sysupgrade /tmp/openwrt-brcm47xx-squashfs.trx
   *
     Wait for the router to reboot and login! In case you somehow found out that you can't telnet, then ssh should be possible since your previous settings before flashing remained (unless you used sysupgrade -n)



Referensi

Pranala Menarik