Differences
This shows you the differences between two versions of the page.
|
toh:buffalo:wzr-hp-ag300h [2012/09/15 19:48] alphalt |
toh:buffalo:wzr-hp-ag300h [2013/02/13 10:17] (current) bittorf.bastian layout/cleanup howto tftp on linux |
||
|---|---|---|---|
| Line 44: | Line 44: | ||
| The easiest way to install OpenWrt is by using the firmware utility of the OEM web interface: | The easiest way to install OpenWrt is by using the firmware utility of the OEM web interface: | ||
| - Connect to the WebInterface at [[http://192.168.11.1]] and go to //"Administration"// -> //"Firmware Upgrade"// | - Connect to the WebInterface at [[http://192.168.11.1]] and go to //"Administration"// -> //"Firmware Upgrade"// | ||
| - | - Upload the OpenWrt-Image you want to install, e.g. [[http://downloads.openwrt.org/snapshots/trunk/ar71xx/openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-factory.bin]] | + | - Upload the OpenWrt-Image you want to install, e.g. [[http://downloads.openwrt.org/attitude_adjustment/12.09-beta/ar71xx/generic/openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-factory.bin]] |
| - Make your PC obtain a new IP address from OpenWrt (''dhclient eth0'' or ''pump -i eth0'' or ''ipconfig /renew'') | - Make your PC obtain a new IP address from OpenWrt (''dhclient eth0'' or ''pump -i eth0'' or ''ipconfig /renew'') | ||
| - proceed with [[doc:howto:basic.config]] to complete installation | - proceed with [[doc:howto:basic.config]] to complete installation | ||
| Line 57: | Line 57: | ||
| | Bootloader tftp server IPv4 address | 192.168.11.1 | | | Bootloader tftp server IPv4 address | 192.168.11.1 | | ||
| | Bootloader MAC address (special) | 02:aa:bb:cc:dd:20 | | | Bootloader MAC address (special) | 02:aa:bb:cc:dd:20 | | ||
| - | | Latest firmware tftp image | [[http://downloads.openwrt.org/snapshots/trunk/ar71xx/openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-tftp.bin]] (**''NOTE:''** Name must contain //"tftp"//) | | + | | Latest firmware tftp image | [[http://downloads.openwrt.org/attitude_adjustment/12.09-beta/ar71xx/generic/openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-tftp.bin]] (**''NOTE:''** Name must contain //"tftp"//) | |
| | TFTP Transfer Window | 4 seconds | | | TFTP Transfer Window | 4 seconds | | ||
| | TFTP Window Start | approximately 10-20 seconds after power on | | | TFTP Window Start | approximately 10-20 seconds after power on | | ||
| 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 ==== | ||
toh/buffalo/wzr-hp-ag300h.1347731294.txt.bz2 · Last modified: 2012/09/15 19:48 by alphalt
This text is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
