История изменений
Исправление Black_Shadow, (текущая версия) :
http://wiki.openwrt.org/toh/netgear/wnr2200
Flashing from factory firmware
On the WNR2200, Netgear have made it such that you can't flash OpenWRT through their web interface, so to flash (without a serial console), you'll have to use tftp and recovery mode. So, let's get started.
1. Turn the router off
2. Use a long, thin object (e.g. a toothpick) to hold down the button marked «Restore Factory Settings» (or something similar).
3. Turn the router on, still holding down the button with the long, thin object
4. The 'power' LED will start to flash. Wait for it to flash while green.
5. Set your computer a static IP of 192.168.1.2 and connect to the router
Linux
1. Open a terminal in the directory where you have downloaded the firmware
2. Type 'tftp'. (If you don't have tftp installed, install it.) Type the following commands:
connect 192.168.1.1 binary rexmt 1 timeout 60 put <TYPE FIRMWARE FILE NAME HERE>
Исходная версия Black_Shadow, :
http://wiki.openwrt.org/toh/netgear/wnr2200
Flashing from factory firmware
On the WNR2200, Netgear have made it such that you can't flash OpenWRT through their web interface, so to flash (without a serial console), you'll have to use tftp and recovery mode. So, let's get started.
Turn the router off Use a long, thin object (e.g. a toothpick) to hold down the button marked «Restore Factory Settings» (or something similar). Turn the router on, still holding down the button with the long, thin object The 'power' LED will start to flash. Wait for it to flash while green. Set your computer a static IP of 192.168.1.2 and connect to the router Linux
Open a terminal in the directory where you have downloaded the firmware Type 'tftp'. (If you don't have tftp installed, install it.) Type the following commands: connect 192.168.1.1
binary
rexmt 1
timeout 60
put <TYPE FIRMWARE FILE NAME HERE>