Difference between revisions of "OpenWRT: Flash Linksys WRT54GL"

From OnnoWiki
Jump to navigation Jump to search
(New page: Using the Linksys web GUI It is possible to install OpenWrt directly with the Linksys web GUI. If you are initially installing OpenWrt use the Linksys web GUI, this is the easiest way. ...)
 
Line 1: Line 1:
Using the Linksys web GUI
+
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.
  
It is possible to install OpenWrt directly with the Linksys web GUI. If you are initially installing OpenWrt use the Linksys web GUI, this is the easiest way.
 
  
    *
+
* Download openwrt-wrt54g-squashfs.bin firmware image dari folder brcm-2.4 ke folder PC.
      Download the openwrt-wrt54g-squashfs.bin firmware image from the brcm-2.4 folder to your PC.
+
* Anda dapat menemukan image di http://downloads.openwrt.org/backfire/10.03.1/brcm-2.4/
    *
+
* Buka http://192.168.1.1/Upgrade.asp di browser atau secara manual mengakses http://192.168.1.1 → Administration → Firmware Upgrade
      You can find that image at: http://downloads.openwrt.org/backfire/10.03.1/brcm-2.4/
+
* Upload openwrt-wrt54g-squashfs.bin
    *
+
* Tunggu 2 menit, router akan reboot sendiri secara automatik setelah upgrade selesai.
      Open http://192.168.1.1/Upgrade.asp in your browser or manually go to http://192.168.1.1 → Administration → Firmware Upgrade
+
 
    *
+
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.
      Upload openwrt-wrt54g-squashfs.bin
+
 
    *
+
Ketik perintah berikut melalui telnet/ssh. Ini akan menjamin bahwa tftp tersedia, jika router kita bricked.
      Wait 2 minutes. The router will reboot itself automatically after the upgrade is complete.
 
    *
 
      Your router should now be telnettable at 192.168.1.1. The web interface luci is also available at http://192.168.1.1 . Telnet is disabled and ssh is enabled once a password has been set.
 
    *
 
      Type these commands out in telnet/ssh. This is to ensure that tftp is available, in case your router gets bricked.
 
  
nvram set boot_wait=on
+
nvram set boot_wait=on
nvram set boot_time=10
+
nvram set boot_time=10
nvram commit && reboot
+
nvram commit && reboot
  
 
     *
 
     *
Line 31: Line 25:
 
       OR, you can simply ssh into the router,
 
       OR, you can simply ssh into the router,
  
cd /tmp
+
cd /tmp
wget http://downloads.openwrt.org/backfire/10.03.1/brcm47xx/openwrt-brcm47xx-squashfs.trx
+
wget http://downloads.openwrt.org/backfire/10.03.1/brcm47xx/openwrt-brcm47xx-squashfs.trx
sysupgrade /tmp/openwrt-brcm47xx-squashfs.trx
+
sysupgrade /tmp/openwrt-brcm47xx-squashfs.trx
  
 
     *
 
     *

Revision as of 07:09, 19 September 2012

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