FIRMWARE: Update Menggunakan TFTP

From OnnoWiki
Revision as of 11:24, 20 July 2012 by Onnowpurbo (talk | contribs) (New page: Install a TFTP client, when running some Linux distribution, do e.g. sudo apt-get update sudo apt-get install tftp Prepare the interface of your PC: sudo ifconfig eth0:1 192.168.11.2...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Install a TFTP client, when running some Linux distribution, do e.g.

sudo apt-get update
sudo apt-get install tftp

Prepare the interface of your PC:

sudo ifconfig eth0:1 192.168.11.2

Temporarily add a static arp entry for the router's MAC address:

sudo arp -s 192.168.11.1 02:aa:bb:cc:dd:1a

Contoh

tftp -m binary 192.168.11.1 -c put openwrt-ar71xx-generic-wzr-hp-g300nh-squashfs-tftp.bin