tftp-flashing-howto.txt 456 B

1234567891011121314
  1. from OpenWRT wiki http://wiki.openwrt.org/toh/tp-link/tl-wr710n
  2. - connect to the device with FTDI
  3. - type 'tpl' at boot time to get U-boot console
  4. - in console type
  5. setenv ipaddr 192.168.1.1
  6. setenv serverip 192.168.1.2
  7. tftpboot 0x81000000 <firmware-file.bin>
  8. erase 0x9f020000 +0x7C0000
  9. cp.b 0x81000000 0x9f020000 0x7C0000
  10. bootm 9f020000
  11. the same goes for restoring to the original fw, it is available here
  12. wr710vn1-130419-orig.bin