Yes, only this part must be change:
I followed instructions from here: http://tplink-forum.pl/porady-serwisowe … /#msg20225
Connect your router and computer with LAN cable and USB->TTL converter (GND->GND, RX->TX, TX->RX)
Set static IP for your computer's network card: 192.168.1.100
Run putty (serial settings: 115200 8n1) - of couse the same setting should have installed converter.
Run tftpd server ("tftpd32" for Winows or "atftpd" for Linux) and copy image file (openwrt-lantiq-xrx200-TDW8970-sysupgrade.image) to server's main folder
Turn on the router and hit "t" until you stop booting process:
ROM VER: 1.1.4
CFG 05
ROM VER: 1.1.4
CFG 05
DDR autotuning Rev 0.3ff
DDR size from 0xa0000000 - 0xa3ffffff
DDR check ok... start booting...
U-Boot 2010.06-LANTIQ-v-2.0.40-svn4469 (Aug 28 2013 - 09:28:56)
CLOCK CPU 500M RAM 250M
DRAM: 64 MiB
Using default environment
In: serial
Out: serial
Err: serial
Net: Internal phy(GE) firmware version: 0x8434
vr9 Switch8192 KiB W25Q64 at 0:3 is now current device
Type "run flash_nfs" to mount root filesystem over NFS
Hit any key to stop autoboot: 0
VR9 #
Paste in putty command:
tftpboot 0x80800000 openwrt-lantiq-xrx200-TDW8970-sysupgrade.image
You'll see someting like that:
VR9 # tftpboot 0x80800000 openwrt-lantiq-xrx200-TDW8970-sysupgrade.image
8192 KiB W25Q64 at 0:3 is now current device
Using vr9 Switch device
TFTP from server 192.168.1.100; our IP address is 192.168.1.1
Filename 'openwrt-lantiq-xrx200-TDW8970-sysupgrade.image'.
Load address: 0x80800000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
################################################
done
Bytes transferred = 6422532 (620004 hex)
Now the image file is loaded to router's RAM
Next step is to erase official firmware, putty command:
sf erase 0x20000 0x7a0000
And you'll see:
VR9 # sf erase 0x20000 0x7a0000
...
Successfully erased 7995392 bytes @ 0x20000
Now it's time to write image from router's RAM:
sf write 0x80800000 0x20000 0x620004
Please note: you must change this part of command "0x620004" to the proper hex value (received while image was transfered to RAM).
You'll see something like that:
VR9 # sf write 0x80800000 0x20000 0x620004
..................................................................................................
Successfully programmed 6422532 bytes @ 0x20000
VR9 #
Now you have to type:
That's all folks. Router should reboot and start openwrt.
(Last edited by Scotch's on 3 Nov 2015, 12:29)