TP-Link TL-WDR3500
Dual Band (concurrent) and 100Mbps Ethernet. Advertised as 600 Mbps it is Dual-Stream (2×2) on the 2.4 GHz Band and Dual-Stream (2×2) on the 5 GHz Band.
Supported Versions
Version/Model | Release Date | OpenWrt Version Supported | Model Specific Notes |
---|---|---|---|
1.0 | 2012/?? | Barrier Breaker (14.07) factory sysupgrade | Similar to TP-Link TL-WDR3600 |
1.2 | 2012/?? | Chaos Calmer (15.05) sysupgrade , Barrier Breaker (14.07) | same as above |
1.3 | ?? | Chaos Calmer (15.05) factory sysupgrade | Same as above. |
Chaos Calmer (15.05), Barrier Breaker (14.07). Chaos Calmer tested and installed through the sysupgrade image.
Hardware Highlights
NOTE: After upgrading to Chaos Calmer, kernel output (dmesg) reports that this device actually has gigabit ethernet. Unfortunately tests shows just 100Mbit connections.
Installation
Flash from OEM firmware
EASIEST WAY TO REFLASH STRAIGHT OUT OF BOX:
- Download the OpenWrt factory firmware for this router above and rename it from “openwrt-ar71xx-generic-tl-wdr3500-v1-squashfs-factory.bin” to “wdr3500v1_tp_recovery.bin”
- Plug the router directly into your ethernet and turn the router on. (You may have to turn off wifi (easy) or change the order of devices your computer connects to network (google it) so the ethernet device takes precedence.
- Open Browser and navigate to
http://192.168.0.1/
, login= admin password= password. (in my case, it was password=admin) - On the left, navigate to SYSTEM TOOLS
- Click on FIRMWARE UPGRADE
- Point the router to the file “wdr3500v1_tp_recovery.bin” you renamed in step 1.
- Click UPGRADE.....that's it.
- DO NOT UNPLUG OR POWER OFF YOUR ROUTER DURING UPGRADE or you will likely have a Brick
- login to
192.168.1.1
to confirm firmware upgrade. - it may be possible to do this firmware upgrade wirelessly, however it is not recommended. Use Ethernet to reflash firmware whenever possible.
Thanks to the inspiration from http://www.theoutpost.org/6-techy/tp-link-wdr3600-recovery-without-serial/ who made me brave enough to try it.
Factory Restore
With the TL-WDR3500 router, there is a catch: the stock firmware is obtained from the OEM: http://www.tplink.com/en/support/download/?model=TL-WDR3500
- in case the file name of this firmware file does not contain the word “boot” in it, you can simply revert back to original firmware
- in case the file name of this firmware file does contain the word “boot” in it, you need to cut off parts of the image file before flashing it:
An example of an image file with the word “boot” in it is wdr3500v1_en_3_14_1_up_boot(141113).bin
.
Cut the first 0x20200 (that is 131,584 = 257*512) Bytes from original firmware:
dd if=orig.bin of=tplink.bin skip=257 bs=512
You should transfer the firmeware image to the /tmp folder and revert back to original firmware (if availlable you can flash the firmware via the webinterface as well):
Via the safer method using sysupgrade:
sysupgrade /tmp/tplink.bin
Or you use the mtd method:
mtd -r write /tmp/tplink.bin firmware
OEM TP-Link firmware for the TL-WDR3500 with the boot part removed to revert to the original OEM firmware:
- TL-WDR3500 V1 TL-WDR3500-V1-stripped.zip
Failsafe mode
For general failsafe help, consult the OpenWrt Failsafe Mode page.
For this specific TP-Link model there is an alternative way of flashing the firmware to the router. Thanks to http://www.theoutpost.org/?/archives/385-TP-Link-WDR3600-recovery-without-serial.html for finding this.
EDIT--- THE GUIDE BELOW IS FOR DIFFERENT HARDWARE, THE 3600, not the 3500.
This method may work if you have a brick already, but see above for an alternative method using the factory firmware upgrade function.
This guide assumes you are using Ubuntu.
- Change your ip address to 192.168.0.66
- Connect your cable to one of the LAN ports on the router (WAN port won't work for this)
- Setup a tftp server on your machine by entering
sudo apt-get install xinetd tftpd tftp
- Download the OpenWrt factory firmware and rename
openwrt-ar71xx-generic-tl-wdr3500-v1-squashfs-factory.bin
towdr3500v1_tp_recovery.bin
- Put the renamed firmware in your tftp folder (/var/lib/tftpboot/)
- Start the tftp server with
tftp 192.168.0.66
- Hold down the WPS/Reset button on the router
- Power on the router. The router will show the two arrow symbol when done correctly.
- After approximately 7 seconds release the reset button
- The router will now download the firmware from your server and upgrade
- After about a minute the router will indicate a restart.
- Change your IP to 192.168.1.2 and try to connect to Openwrt by telnet.
Hardware
Info
Architecture | MIPS MIPS 74Kc |
---|---|
Vendor | Qualcomm Atheros |
bootloader | U-Boot *** How to upgrade *** |
System-On-Chip | AR9344 (MIPS) |
CPU/Speed | 560 MHz |
Flash-Chip | cFeon Q64-104HIP |
Flash size | 8192 KiB |
RAM | 128 MiB |
Wireless | Atheros AR9340 2.4GHz 802.11bgn Atheros AR9300 5GHz 802.11an |
Ethernet | Atheros AG71xx: eth0 , eth1 |
switch | AR934X built-in switch |
USB | Yes 1 x 2.0 |
Switch Ports (for VLANs)
Port | Switch port |
---|---|
CPU | 0 |
LAN 1 | 4 |
LAN 2 | 3 |
LAN 3 | 2 |
LAN 4 | 1 |
The “Ports” above are the port numbers as designated on the case.
Physical interface eth0
is connected to the switch.
WAN port is on separate physical interface eth1
.