Danja Vasiliev 9 năm trước cách đây
mục cha
commit
10746b6298
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 - in console type
     setenv ipaddr 192.168.1.1
-    setenv serverip 192.168.1.1
+    setenv serverip 192.168.1.2
     tftpboot 0x81000000 <firmware-file.bin>
     erase 0x9f020000 +0x7C0000
     cp.b 0x81000000 0x9f020000 0x7C0000