· 7 years ago · Nov 24, 2017, 11:06 PM
1sudo apt-get install tftp-hpa
2sudo /etc/init.d/networking stop
3sudo ifconfig eth0 192.168.11.2
4sudo ifconfig eth0 netmask 255.255.255.0
5sudo arp -s 192.168.11.1 00:1D:12:34:56:78
6#change to the folder where you put the firmware image, if it's on desktop then it's
7#"/home/ubuntu/Desktop".
8cd /home/ubuntu/Desktop
9tftp 192.168.11.1
10*from this point, you're under tftp command prompt, the "tftp>" is the prompt tftp gives you, you just need to type the command AFTER that.
11tftp> verbose
12tftp> binary
13tftp> trace
14tftp> rexmt 1
15tftp> timeout 60
16tftp> put wzrg300nh-firmware.tftp