Differences

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

toh:buffalo:wzr-hp-ag300h [2012/10/06 15:27]
blackrock
toh:buffalo:wzr-hp-ag300h [2013/02/13 10:17] (current)
bittorf.bastian layout/cleanup howto tftp on linux
Line 70: Line 70:
  * Flash should have reset all settings as well.  The IP address of the router should be 192.168.1.1 now since 192.168.11.1 is only for the bootloader at boot-time   * Flash should have reset all settings as well.  The IP address of the router should be 192.168.1.1 now since 192.168.11.1 is only for the bootloader at boot-time
  * If your router has two red flashes of the DIAG LED followed by no flash and repeats then the flash failed or the image given is corrupt.  Start over and try again.   * If your router has two red flashes of the DIAG LED followed by no flash and repeats then the flash failed or the image given is corrupt.  Start over and try again.
 +
 +=== 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]]
 +
 +This is how to do it from serial console:
 +
 +  - Hold the STRG+C pressed while poweron the Router.
 +  - After prompt apears do:
 +    * setenv accept_open_rt_fmt 1
 +    * setenv region EU
 +    * saveenv
 +    * reset
 +    * (it reboots now)
 +  - After Reboot Power your Device down!
 +  - 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:
 +    * 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)**
 +  - 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)
 +
==== Upgrading OpenWrt ==== ==== Upgrading OpenWrt ====
Line 164: Line 193:
   
====Network Port Assignments==== ====Network Port Assignments====
- 
-FIXME - a visual diagram that details each switch port to network config port mapping as well as eth0 and eth1 would be helpful 
|**port 0**| CPU | |**port 0**| CPU |
Line 172: Line 199:
|**port 3**| LAN 2| |**port 3**| LAN 2|
|**port 4**| LAN 1| |**port 4**| LAN 1|
 +
 +{{:toh:buffalo:wzr-hp-ag300h.png|}}
==== Buttons ==== ==== Buttons ====

Back to top

toh/buffalo/wzr-hp-ag300h.1349530054.txt.bz2 · Last modified: 2012/10/06 15:27 by blackrock