Danja Vasiliev 9 years ago
parent
commit
10746b6298
1 changed files with 1 additions and 1 deletions
  1. 1 1
      openwrt/tools/tftp-flashing-howto.txt

+ 1 - 1
openwrt/tools/tftp-flashing-howto.txt

@@ -4,7 +4,7 @@ from OpenWRT wiki http://wiki.openwrt.org/toh/tp-link/tl-wr710n
 - type 'tpl' at boot time to get U-boot console
 - type 'tpl' at boot time to get U-boot console
 - in console type
 - in console type
     setenv ipaddr 192.168.1.1
     setenv ipaddr 192.168.1.1
-    setenv serverip 192.168.1.1
+    setenv serverip 192.168.1.2
     tftpboot 0x81000000 <firmware-file.bin>
     tftpboot 0x81000000 <firmware-file.bin>
     erase 0x9f020000 +0x7C0000
     erase 0x9f020000 +0x7C0000
     cp.b 0x81000000 0x9f020000 0x7C0000
     cp.b 0x81000000 0x9f020000 0x7C0000