FIRMWARE: Update Menggunakan TFTP

From OnnoWiki
Jump to navigation Jump to search

Sumber: http://wiki.openwrt.org/toh/buffalo/wzr-hp-g300h#oem.installation.using.the.tftp.method

Install TFTP client,

sudo apt-get update
sudo apt-get install tftp

Siapkan interface PC anda

# untuk UBNT
sudo ifconfig eth0:1 192.168.1.100
# untuk Buffalo
sudo ifconfig eth0:1 192.168.11.2

Cek MAC address Router

# untuk UBNT
ping 192.168.1.10
# untuk Buffalo
ping 192.168.11.1

Ketik

arp -n

Akan keluar seperti

Address                  HWtype  HWaddress           Flags Mask            Iface
192.168.1.20             ether   00:15:6d:db:d1:6b   C                     eth0


Masukan ke tabel arp statik, misalnya

# untuk UBNT
sudo arp -s 192.168.1.20 00:15:6d:db:d1:6b
# untuk Buffalo
sudo arp -s 192.168.11.1 02:aa:bb:cc:dd:1a

Siapkan tftp

tftp -m binary 192.168.1.20 -c put PicoStation2-v4.0.1.build4978.bin
tftp -m binary 192.168.11.1 -c put openwrt-ar71xx-generic-wzr-hp-g300nh-squashfs-tftp.bin
tftp -v 192.168.2.1 -m binary -c put dd-wrt.v23_mini_generic.bin

Langsung nyalakan router dalam waktu secepat-cepatnya

Di ubuntu rupanya tidak bisa menggunakan command line seperti di atas harus secara manual

tftp 192.168.1.20
tftp> binary
tftp> trace
fttp> put PicoStation2-v4.0.1.build4978.bin flash_update
..
..
received ACK <block=6569>
sent DATA <block=6570, 379 bytes>
received ACK <block=6570>
Sent 3363707 bytes in 19.4 seconds
tftp> 


Referensi

Pranala Menarik