Difference between revisions of "OpenWRT: Flash Linksys WRT160NL"

From OnnoWiki
Jump to navigation Jump to search
Line 6: Line 6:
  
 
  cd openwrt.trunk/openwrt/bin/ar71xx
 
  cd openwrt.trunk/openwrt/bin/ar71xx
  cp openwrt-ar71xx-wrt160nl-squashfs-factory.bin code.bin
+
  cp openwrt-ar71xx-generic-wrt160nl-squashfs-factory.bin code.bin
  
 
* ketik di shell
 
* ketik di shell
  
  ifconfig eth0 192.168.1.4
+
  ifconfig eth0 192.168.1.254
 
  echo -e "binary\nrexmt 1\ntimeout 60\ntrace\nput code.bin\n" | tftp 192.168.1.1
 
  echo -e "binary\nrexmt 1\ntimeout 60\ntrace\nput code.bin\n" | tftp 192.168.1.1
  

Revision as of 09:48, 10 April 2013

Sumber: http://wiki.openwrt.org/toh/linksys/wrt160nl#jtag

  • Matikan router
  • Sambungkan kabel LAN laptop ke LAN di router
  • rename code.bin
cd openwrt.trunk/openwrt/bin/ar71xx
cp openwrt-ar71xx-generic-wrt160nl-squashfs-factory.bin code.bin
  • ketik di shell
ifconfig eth0 192.168.1.254
echo -e "binary\nrexmt 1\ntimeout 60\ntrace\nput code.bin\n" | tftp 192.168.1.1
  • Nyalakan router


Referensi

Pranala Menarik