Differences

This shows you the differences between two versions of the page.

toh:buffalo:wzr-hp-ag300h [2013/01/03 08:17]
hnyman TFTP flash region change and example
toh:buffalo:wzr-hp-ag300h [2013/02/13 10:17] (current)
bittorf.bastian layout/cleanup howto tftp on linux
Line 73: Line 73:
=== TFTP advice, wrong region === === TFTP advice, wrong region ===
-There are apparently several regional versions of the OEM firmware. You may have to adjust the region in u-boot first. Below is example of a succesful region change and flash procedure Source: [[https://forum.openwrt.org/viewtopic.php?pid=187714#p187714 | forum article]]+There are apparently several regional versions of the OEM firmware. You may have to adjust the region in u-boot first. Below is example of a succesful region change and flash procedure. Source: [[https://forum.openwrt.org/viewtopic.php?pid=187714#p187714 | forum article]]
This is how to do it from serial console: This is how to do it from serial console:
Line 86: Line 86:
  - After Reboot Power your Device down!   - After Reboot Power your Device down!
  - Set Your LAN IP to 192.168.11.2   - Set Your LAN IP to 192.168.11.2
 +  - In a linux terminal use these commands
 +    * wget -O myfirmware.bin "http://downloads.openwrt.org/snapshots/trunk/ar71xx/openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-factory.bin"
 +    * sudo ip neigh add 192.168.11.1 dev eth0 lladdr 02:aa:bb:cc:dd:20 nud permanent <enter>
 +    * tftp 192.168.11.1 <enter>
 +    * verbose <enter>
 +    * bin <enter>
 +    * <powerup your device and wait 5 seconds>
 +    * put myfirmware.bin <enter>
  - In Windows cmd put that Line:   - In Windows cmd put that Line:
    * arp -s 192.168.11.1 02-AA-BB-CC-DD-20     * arp -s 192.168.11.1 02-AA-BB-CC-DD-20
    * tftp -i 192.168.11.1 PUT wzrhpag300h-pro-v24sp2-19154.enc  **(don't hit enter, yet)**     * tftp -i 192.168.11.1 PUT wzrhpag300h-pro-v24sp2-19154.enc  **(don't hit enter, yet)**
  - Power on the Device and 10 Seconds after that **hit enter in Windows CMD** to start the TFTP. (it tooks about ten Minutes to Complete the flash procedure)   - Power on the Device and 10 Seconds after that **hit enter in Windows CMD** to start the TFTP. (it tooks about ten Minutes to Complete the flash procedure)
- 

Back to top

toh/buffalo/wzr-hp-ag300h.1357197479.txt.bz2 · Last modified: 2013/01/03 08:17 by hnyman