Differences

This shows you the differences between two versions of the page.

toh:tp-link:tl-wr703n [2013/01/08 23:46]
ldc
toh:tp-link:tl-wr703n [2013/05/16 07:24] (current)
theamk
Line 13: Line 13:
| v1.3 | | Trunk (29283) | [[https://forum.openwrt.org/viewtopic.php?pid=149169#p149169|Confirmed working]] | | v1.3 | | Trunk (29283) | [[https://forum.openwrt.org/viewtopic.php?pid=149169#p149169|Confirmed working]] |
| v1.5 | December 2011 | Trunk | [[https://forum.openwrt.org/viewtopic.php?pid=155769#p155769|Confirmed working]] | | v1.5 | December 2011 | Trunk | [[https://forum.openwrt.org/viewtopic.php?pid=155769#p155769|Confirmed working]] |
-| v1.6 | March 2012 | Trunk (r30753) | Confirmed working | +| v1.6 | April 2013 | Trunk (r36145) | Confirmed working | 
-| v1.7 | December 2012 | **None** | **[[https://forum.openwrt.org/viewtopic.php?id=40986 | Ethernet not working]]** |+| v1.7 | December 2012 | AA(12.09)| AA confirmed working, trunk (r36641) broken|
Unlike many newer TP-Link devices, there appears to be no hardware differences between the version for the Chinese market and the version for the international market. Unlike many newer TP-Link devices, there appears to be no hardware differences between the version for the Chinese market and the version for the international market.
It was the first device that utilised the AR9331 chipset to be ported to OpenWrt. Newer TP-Link devices (such as the TL-WR741ND v4.x also use AR9331). It was the first device that utilised the AR9331 chipset to be ported to OpenWrt. Newer TP-Link devices (such as the TL-WR741ND v4.x also use AR9331).
- 
-===== Warnings / Gotchas ===== 
- 
-{{:meta:icons:tango:48px-dialog-warning.svg.png?nolink}} **WARNING: It has been [[https://forum.openwrt.org/viewtopic.php?id=40986 | reported]] that models shipped with a recent factory firmware onboard come with a new bootloader revision which disables the LAN port at boot. ** 
- 
-** __A fix has NOT YET been implemented in trunk.__ ** 
- 
-Please check the firmware version first, either: 
-  * in the Chinese webadmin interface: "Build 120925" correspond to a v1.7 firmware 
-  * on the internal sticker located on the Ethernet jack 
-  * ** DO NOT RELY ON THE VERSION GIVEN BY THE EXTERNAL STICKER ON CASE BOTTOM ** : it may report falsely "1.6", even if the firmware is actually a V1.7 
- 
-** We are working on a workaround for routers loaded with the newer firmware, to restore old bootloader BEFORE flashing openwrt. ** 
- 
-** But in the meantime __If you have a V1.7 firmware, do not flash OpenWrt, unless you have access to the serial console!__ ** 
- 
-Below is the version of the new bootloader (which disables the LAN port) of a version 1.7 hardware model (bought in December 2012). 
- 
-<code> 
-root@tpl2:~# grep -a U-Boot /dev/mtd0ro | cut -d'I' -f1 
-U-Boot 1.1.4 (Sep 25 2012 - 09:04:47) 
-</code> 
===== Features ===== ===== Features =====
Line 56: Line 34:
  - Please see [[doc:howto:generic.flashing]] for a generic description of the OpenWrt installation process.   - Please see [[doc:howto:generic.flashing]] for a generic description of the OpenWrt installation process.
   
 +
 +===== Warnings / Gotchas =====
 +Please check the firmware version first, either:
 +  * in the Chinese webadmin interface: "Build 120925" correspond to a v1.7 firmware
 +  * on the internal sticker located on the Ethernet jack (may have 12B042)
 +  * ** DO NOT RELY ON THE VERSION GIVEN BY THE EXTERNAL STICKER ON CASE BOTTOM ** : it may report falsely "1.6", even if the firmware is actually a V1.7
 +
 +{{:meta:icons:tango:48px-dialog-warning.svg.png?nolink}} **WARNING __If you have a V1.7 firmware, current OpenWrt trunk (r36641) will brick
 +your router, unless you have access to the serial console!__ **
 +
 +Below is the version of the new bootloader (which disables the LAN port) of a version 1.7 hardware model (bought in December 2012).
 +<code>
 +root@tpl2:~# grep -a U-Boot /dev/mtd0ro | cut -d'I' -f1
 +U-Boot 1.1.4 (Sep 25 2012 - 09:04:47)
 +</code>
 +
 +For more info visit this forum topic:
 +https://forum.openwrt.org/viewtopic.php?id=40986
==== Power consumption === ==== Power consumption ===
Line 74: Line 70:
==== Flashing ==== ==== Flashing ====
- 
-Snapshot image was broken around 18/11/2011, but from 26/11/2011 that was fixed. 
- 
-Snapshot image was broken around 29/05/2012, but from 01/06/2012 that was fixed. 
- 
-**Snapshot images are always risky. Check the forum discussion for latest opinions on available images.** 
Upload the latest snapshot via the web interface (default: 192.168.1.1 / admin / admin). Upload the latest snapshot via the web interface (default: 192.168.1.1 / admin / admin).
-Download latest [[http://downloads.openwrt.org/attitude_adjustment/12.09-beta/ar71xx/generic/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin|squashfs-factory.bin]] or [[http://downloads.openwrt.org/attitude_adjustment/12.09-beta/ar71xx/generic/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-sysupgrade.bin|squashfs-sysupgrade.bin]] firmware for WR703N.+Download latest [[http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin|squashfs-factory.bin]] or [[http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-sysupgrade.bin|squashfs-sysupgrade.bin]] firmware for WR703N.
Note that the factory default web interface won't accept a file with a long name. Rename it to openwrt.bin and you won't get a "23002 Error". Note that the factory default web interface won't accept a file with a long name. Rename it to openwrt.bin and you won't get a "23002 Error".
Line 91: Line 81:
  cd /tmp   cd /tmp
  wget http://downloads.openwrt.org/snapshots/trunk/ar71xx/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-sysupgrade.bin   wget http://downloads.openwrt.org/snapshots/trunk/ar71xx/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-sysupgrade.bin
-  mtd write openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-sysupgrade.bin firmware+  sysupgrade openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-sysupgrade.bin
  reboot   reboot
- 
-Note that this will not destroy the contents of the file system, so any old modules under /lib/modules/x.y.z will still get loaded. If you don´t get a telnet login after reboot, try rebooting again. 
To flash from the Chinese web interface, at the present time you would select the last menu item on the left, and then the third submenu item.  This initiates a popup with two buttons--the upper right one allows you to browse to find the file you want to flash on your PC, the lower left one initiates the flash. To flash from the Chinese web interface, at the present time you would select the last menu item on the left, and then the third submenu item.  This initiates a popup with two buttons--the upper right one allows you to browse to find the file you want to flash on your PC, the lower left one initiates the flash.
Line 116: Line 104:
  cp.b 0x81000000 0x9f020000 0x3c0000   cp.b 0x81000000 0x9f020000 0x3c0000
  bootm 9f020000   bootm 9f020000
 +
 +  * Instructions on the [[https://forum.openwrt.org/viewtopic.php?id=37361|forum]] for flashing wr703n with mr3020 firmware which is in english and not in chinese.
 +  * Detailed instructions on the [[https://forum.openwrt.org/viewtopic.php?pid=198336#p198336|forum]] for flashing
[[http://forums.openpilot.org/blog/52/entry-92-unbrick-wr703n-wifi-router/ | Unbrick Tutorial with TFTP and Serial]] [[http://forums.openpilot.org/blog/52/entry-92-unbrick-wr703n-wifi-router/ | Unbrick Tutorial with TFTP and Serial]]
Line 694: Line 685:
-===== Wi-Fi Client Bridging ===== 
- 
-This should be a recipe to set the WR703n into static Client Bridging Mode over Wi-Fi. \\ 
-https://forum.openwrt.org/viewtopic.php?pid=173467#p173467 
- 
-Additional and maybe outdated information to set your WR703n into Wi-Fi Client Bridge Mode, please read the following Links. \\ 
-http://trac.gateworks.com/wiki/relayd\\ 
-http://wiki.openwrt.org/doc/recipes/relayclient\\ 
===== GPS Tracking Example ===== ===== GPS Tracking Example =====
Here is a recipe for gps tracking using a usb gps module. Here is a recipe for gps tracking using a usb gps module.
https://forum.openwrt.org/viewtopic.php?pid=185438 https://forum.openwrt.org/viewtopic.php?pid=185438
 +
 +===== Software Mods =====
 +  *[[https://forum.openwrt.org/viewtopic.php?id=42996|Use reset boutton for other things]]
 +  *[[http://www.madox.net/blog/2013/02/23/tl-wr703n-example-project-4-webcam-streaming/|Webcam streaming with wr703n]]
 +  *[[http://www.madox.net/blog/2013/01/04/tl-wr703n-example-project-3-wireless-3d-printing-or-2d-printing-or-just-simply-wireless-usb/|Wireless USB (for printing or anything else)]]
 +  *[[https://forum.openwrt.org/viewtopic.php?id=33387|PulseAudio (audio streaming much like airplay) and NAS (network attached storage)]]
 +  *[[http://hackaday.com/2013/01/18/tp-link-tl-wr703n-specialized-firmware-generator/|TP-Link TL-WR703N specialized firmware generator]]
 +  *[[http://www.minipwner.com/index.php/minipwner-build|Use small TP-LINK TL-WR703N as pen-testing drop box (Miniowner)]]
 +  *[[http://cmikavac.net/2012/06/03/tp-link-wr703n-openwrt-post-installation-tips/|TP-Link WR703N OpenWrt post installation tips]]
 +  *[[http://en.code-bude.net/2013/02/16/how-to-increase-storage-on-tp-link-wr703n-with-extroot/|How to increase storage on TP-Link WR703N with ExtRoot]]
 +  *[[http://www.digifail.com/software/bluelog.shtml|Bluelog Bluetooth scanner/logger]]
 +  *[[http://penturalabs.wordpress.com/2013/04/25/blue-for-the-pineapple/|Pineapple wifi hacking device]]
 +
 +===== DIY Projects =====
 +
 +  *[[http://vonkonow.com/wordpress/2012/01/software-for-home-automation/|Web controlled home automation]]
 +  *[[http://forums.openpilot.org/blog/52/entry-89-tp-link-wr703n-as-telemetry-link-and-camera-broadcasting-part2-software/|TP-link WR703n as telemetry link and camera broadcasting]]
 +  *[[http://www.madox.net/blog/2012/10/10/tl-wr703n-example-project-2-cute-exterminator-remote-control-toy/|Cute Exterminator (Remote Control Toy)]]
 +  *[[http://diynews.info/page/usb-over-ip-server-on-wr703n|USB over IP server on WR703N]]
 +  *[[http://www.madox.net/blog/2012/10/08/tl-wr703n-example-project-1-bitbltblade/|BitBltBlade – WiFi controlled POV lightsaber]]
 +  *[[http://www.instructables.com/id/How-to-set-up-OpenWRT-on-a-pocket-router-WR703N/|Smart home automation webserver]]
 +  *[[http://www.bitartist.org/2012/02/motion-tracking-on-wireless-router.html|Motion Tracking on a wireless wr703n router]]
 +  *[[http://davidshamblin.com/building-a-piratebox-from-a-tp-link-wr703n-router/|Building a PirateBox from a TP-Link WR703N Router]]
 +  *[[http://hackaday.com/2013/02/21/self-waking-computer-for-diy-cloud-storage/|Self-waking computer for DIY cloud storage]]
 +  *[[http://www.jedge.com/wordpress/2012/11/tp-link-wr703n-custom-pwn-plug/|TP-Link WR703N Custom Pwn Plug]]
 +  *[[https://forum.openwrt.org/viewtopic.php?pid=185438|GPS tracker with WR703N]]
 +
===== Hardware Mods ===== ===== Hardware Mods =====
Line 713: Line 723:
  *[[https://forum.openwrt.org/viewtopic.php?id=34188|Internal USB hub and flashdrive upgrade]]   *[[https://forum.openwrt.org/viewtopic.php?id=34188|Internal USB hub and flashdrive upgrade]]
  *[[https://forum.openwrt.org/viewtopic.php?id=35682|Converting MicroB USB to USB2serial+Power on TP-WR703N]]   *[[https://forum.openwrt.org/viewtopic.php?id=35682|Converting MicroB USB to USB2serial+Power on TP-WR703N]]
-  *[[https://forum.openwrt.org/viewtopic.php?pid=152457#p152457|External SMA antenna connector]] 
  *[[https://forum.openwrt.org/viewtopic.php?id=28343|TL-MR3420 flash modification]] (also applies to TL-WR703N)   *[[https://forum.openwrt.org/viewtopic.php?id=28343|TL-MR3420 flash modification]] (also applies to TL-WR703N)
 +  *[[https://forum.openwrt.org/viewtopic.php?pid=200786#p200786|The modification of openwrt for a 16M binary after a 16M flash modification of the WR703N]]
  *[[http://wiki.villagetelco.org/index.php?title=Building_a_Serial_Port_for_TL-WR703N|Building an external Serial Port]] (using common 3.5mm headphone jack)   *[[http://wiki.villagetelco.org/index.php?title=Building_a_Serial_Port_for_TL-WR703N|Building an external Serial Port]] (using common 3.5mm headphone jack)
-  *[[https://forum.openwrt.org/viewtopic.php?pid=176845|POE]] +  *[[http://www.tl-wr703n.blogspot.com/2012/08/tl-wr703n-poe-power-over-ethernet-rj45.html|POE (Power Over Ethernet) RJ45]] and on the [[https://forum.openwrt.org/viewtopic.php?pid=176528#p176528|forum]] and on [[http://dev.wlan-si.net/wiki/Routers/TP-LINK/WR703N|wlan-si web site]] 
- +  *[[https://forum.openwrt.org/viewtopic.php?pid=196884|POE and USB to serial mod]] 
 + *[[http://hackaday.com/2013/01/07/adding-an-lcd-screen-terminal-for-tp-link-routers/|Adding an LCD screen terminal for TP-Link routers]] 
 + *[[http://youtu.be/My8FMgp2ES4|Solder inside ttl for TL-WR703N (Youtube video)]] 
 +  *[[http://dangerousprototypes.com/2012/07/20/hacking-and-moding-the-tp-link-wr703n-openwrt-wi-fi-router/|GPIO hack that gives you access to a software I2C port]] 
 +  *[[https://forum.openwrt.org/viewtopic.php?pid=187967#p187967|Let's Get More,Make WR703 With 16M Flash]] 
 +  *[[https://forum.openwrt.org/viewtopic.php?pid=200786#p200786|Allow a larger WR703 firmware image to utilize a 16 MB Flash]]   
 +*[[http://vonkonow.com/wordpress/2011/12/serial-communication-on-a-router/|Access serial communication on a mini router (no extra connector)]] 
 +  * Antenna mods 
 +    *[[http://blagg.tadkom.net/2012/09/15/better-wr703n-antenna-mod/|Better WR703N Antenna mod]] 
 +    *[[http://blagg.tadkom.net/2012/09/01/wr-703n-external-antenna-mod-diy/|WR-703N External Antenna Mod (DIY)]] 
 +    *[[https://forum.openwrt.org/viewtopic.php?pid=152457#p152457|External SMA antenna connector]] 
 +    *[[http://diynews.info/page/elegantnoe-podkljuchenie-vneshnej-antenny-k-tp-link-tl-wr703n|Internal uFL antenna connector mod]]
==== Webradio device ==== ==== Webradio device ====
Line 824: Line 844:
  * The GPIO connector is intended to be a standard 2x5 box header.   * The GPIO connector is intended to be a standard 2x5 box header.
  * See the schematic for pin outs of the GPIO and serial ports. Due to space restrictions, the extra 8 GPIO's from PORTB are not routed out.   * See the schematic for pin outs of the GPIO and serial ports. Due to space restrictions, the extra 8 GPIO's from PORTB are not routed out.
- 
- 
- 
-===== Custom IPv6 image for wr703n ===== 
- 
-a custom image with ipv6 support: radvd, wide-dhcpv6, 3g stick support, made for RCS-RDS Fiberlink dual stack PPPoE service, 
-but should be okay for static wan settings on other ISPs: 
-http://www.ip6.ro/firmware/wr703n/ 
===== Tags ===== ===== Tags =====
---- ----
{{tag>FastEthernet 1Port USB 1USB Serial 802.11bgn 1Radio 1Ant integrated 32RAM 4Flash MIPS MIPS32 24k AP121 AR7240 AR9331 ath9k}} {{tag>FastEthernet 1Port USB 1USB Serial 802.11bgn 1Radio 1Ant integrated 32RAM 4Flash MIPS MIPS32 24k AP121 AR7240 AR9331 ath9k}}

Back to top

toh/tp-link/tl-wr703n.1357685161.txt.bz2 · Last modified: 2013/01/08 23:46 by ldc