|
This section describes actions that might damage your device or firmware. Proceed with care! |
TP-Link TL-WR1043ND is currently supported!
This router has the following versions/models.
| Version/Model | S/N | Release Date | Bootloader Date 1) 2) | OpenWrt Version Supported 3) | Model Specific Notes |
|---|---|---|---|---|---|
| (DE)v1.0 | - | Backfire 10.03.1 | Similar, German WebUI | ||
| v1.1 | - | Backfire 10.03.1 | Similar to WR941ND. | ||
| (DE)v1.1 | - | Attitude Adjustment 12.09-beta2 | German WebUI, V1.1 in S/N sticker | ||
| v1.4 | - | Backfire 10.03.1 | Same v1 board as v1.1 | ||
| v1.5 | - | Backfire 10.03.1 | Same v1 board as v1.1 | ||
| v1.6 | - | Backfire 10.03.1 | |||
| v1.7 | - | Backfire 10.03.1 | |||
| v1.8 | - | 2010-08-04 | Backfire 10.03.1 | ||
| - | 2012-02-02, 2012-03-31 and later | Attitude Adjustment 12.09-rc1 | Tested OK with Backfire 10.03.1 but require bootloader downgrade. Suspect of hardware bug that bring down WiFi after a while. | ||
| v1.9 | - | 2012-03-31 | Tested OK with Backfire 10.03.1 but require bootloader downgrade. | ||
| v1.10 | - | Attitude Adjustment 12.09-rc1 | Similar v1.1 board. Backfire 10.03.1 = BRICK |
||
| v1.11 | - | Attitude Adjustment 12.09 | Not tested with 10.03.1 (downgrade bootloader if you attempt). | ||
| (DE)v1.2 | - | 2013-03 |
Attitude Adjustment 12.09-rc1 | Backfire 10.03.1 = BRICK |
TP-Link Ultimate Wireless N Gigabit Router (TL-WR1043ND)
| CPU | Ram | Flash | Network | Gigabit | USB | Serial | JTag |
|---|---|---|---|---|---|---|---|
| Atheros AR9132@400MHz | 32MB | 8MB | 4x1 | Yes | Yes | Yes | Yes |
See paragraphs Hardware or Tags for more details.
Manufacture advertised features:
This section is mess and needs clean up.
WAN port disable bug (newer models v1.8+ with U-boot 2012-02-02 and later). It has been reported that recent TP-Link stock firmware packages include a new bootloader revision, which disables the WAN (port 0) at boot. This was a unhelpful fix to deal with the switch leakage, which has been implemented in trunk between r32942 - r32944 (45-46 fixes the leakage).
WAN port disable bug in 1.10 As of today (20130529) installing Attitude Adjustment 12.09 on a 1.10 device works flawless and do not exhibit the WAN port disable bug.
ALL newer hardware models v1.8 or above (from ~April 2012) is affected by this WAN port bug. Below is the code for the affected bootloader that disables the WAN port at boot after flashing.
root@tpl2:~# grep -a U-Boot /dev/mtd0ro | cut -d'I' -f1 U-Boot 1.1.4 (Feb 6 2012 - 17:03:51) U-Boot
U-Boot 1.1.4 (Mar 31 2012 - 10:40:21) U-Boot
WAN port disable bug (inelegant) workaround. The older german stock firmware (v3.9.17/100331) does not feature this bug. The work around involves webreverting/downgrading to this older version and then reflashing OpenWRT.
grep -a U-Boot /dev/mtd0ro | cut -d'I' -f1
U-Boot 1.1.4 (Nov 17 2009 - 11:56:26) U-Boot
USB 3G modem issue (insufficient power). The device does NOT deliver enough power for most USB 3G modems, which can lead to erratic behavior, droped/failed connections. If a 3G USB modem is to be used, consider other routers. (e.g. Buffalo WZR-HP-AG300H)
Precompiled image
Generic flash instructions
Notes:
Wireless issues
Firmware flashing bug for older models
Please read the article Flash Layout for a better understanding. It contains a couple of explanations. Then let's have a quick view at flash layout of this particular device:
| TP-Link WR1043ND Flash Layout stock firmware | ||||||
|---|---|---|---|---|---|---|
| Layer0 | m25p80 spi0.0: m25p64 8192KiB | |||||
| Layer1 | mtd0 | mtd1 | mtd3 | |||
| Size in KiB | 128KiB | 8000KiB | 64KiB | |||
| Name | u-boot | firmware | art | |||
| mountpoint | none | / | none | |||
| filesystem | none | SquashFS? | none | |||
| TP-Link WR1043ND Visual Flash Layout OpenWrt | ||||||
| Offset | 0 | 128 | 1408 | 2944 | 8128 | |
| x64KiB Blocks | 2 | 20 | 24 | 81 | 1 | |
| TP-Link WR1043ND Flash Layout | ||||||
| Layer0 | m25p80 spi0.0: m25p64 8192KiB | |||||
| Layer1 | mtd0 u-boot 128KiB | mtd5 firmware 8000KiB | mtd4 art 64KiB | |||
| Layer2 | mtd1 kernel 1280KiB | mtd2 rootfs 6720KiB | ||||
| mountpoint | / |
|||||
| filesystem | mini_fo | |||||
| Layer3 | mtd3 rootfs_data 5184KiB | |||||
| Size in KiB | 128KiB | 1280KiB | 1536KiB | 5184KiB | 64KiB | |
| Name | u-boot | kernel | rootfs_data | art | ||
| mountpoint | none | none | /rom |
/overlay |
none | |
| filesystem | none | none | SquashFS | JFFS2 | none | |
ART = Atheros Radio Test - it contains mac addresses and calibration data for the wifi (EEPROM). If it is missing or corrupt, ath9k won't come up anymore.
Here is a LibreOffice Calc ODS for better understanding: http://ubuntuone.com/2aPBH9pwkxtYzy93S0cS1z .
Install openwrt-ar71xx-tl-wr1043ndv1-squashfs-factory.bin using the "Firmware Upgrade" page of web interface of the original firmware.
Flashing hundreds of devices using the web interface can be a real pain. You can use this shell script to automate it:
#!/bin/bash # Pass the firmware image file to be flashed as the first and only # command line argument. # # The second curl call will time out, but it is expected. Once the # script exits, you can unplug the ethernet cable and proceed to the # next router, but do KEEP each router ON POWER until the new image is # fully written! When flashing is done the router reboots # automatically (as shown by all the leds flashing once). curl \ --user admin:admin \ --user-agent 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:12.0) Gecko/20100101 Firefox/12.0' \ --referer 'http://192.168.1.1/userRpm/SoftwareUpgradeRpm.htm' \ --form "Filename=@$1" -F 'Upgrade=Upgrade' \ http://192.168.1.1/incoming/Firmware.htm > /dev/null sleep 1 curl \ --max-time 2 \ --user admin:admin \ --user-agent 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:12.0) Gecko/20100101 Firefox/12.0' \ --referer 'http://192.168.1.1/incoming/Firmware.htm' \ http://192.168.1.1/userRpm/FirmwareUpdateTemp.htm > /dev/null
If you want to upgrade using TFTP you follow these steps (as an alternative to the above install process).
Quick howto recover from bad flash. (full log)
Requirements:
setenv command, printenv first if unsure)
The simplest tftpd server to use is dnsmasq. Install and run with dnsmasq –enable-tftp –tftp-root=/code.bindirectory
Commands:
After you see Autobooting in 1 seconds type tpl and hit enter to get into command promt.
erase 0xbf020000 +7c0000 # 7c0000: size of the firmware (be aware that you may have a different size thus bricking your router) tftpboot 0x81000000 code.bin cp.b 0x81000000 0xbf020000 0x7c0000 bootm 0xbf020000
If you do not want to bother with running a tftpd server on your computer, especially considering the security concerns, you can also use a Kermit client to transfer the new image. It may take forever and a half (15-20min) to copy, but it's easier and more secure than running a tftpd server. These instructions assume you're using a Linux system, but they will give you all you need to do the same on a Windows box.
Requirements:
In your terminal program you type:
erase 0xbf020000 +7c0000 # 7c0000: size of the firmware (be aware that you may have a different size thus bricking your router) loadb 0x81000000
Hint: After you see Autobooting in 1 seconds type tpl and hit enter to get into command promt.
Fire up C-Kermit and run the following commands (or configure your Kermit client to these parameters):
set line /dev/ttyUSB0 # Just make sure you got the right USB interface set speed 115200 set carrier-watch off set handshake none set flow-control none robust set file type bin set file name lit set rec pack 1000 set send pack 1000 set window 5 send code.bin # Make sure you include a proper path to the file. That's why I just kept it in /home/$user
After the 15-20min file transfer, the new firmware should be on your router and you can continue in terminal:
cp.b 0x81000000 0xbf020000 0x7c0000 bootm 0xbf020000
WARNING: Recent versions of trunk are reported to brick the 1043ND and other devices:
https://forum.openwrt.org/viewtopic.php?pid=176604
Unless you know what you're doing, use the latest stable version.
|
This section describes actions that might damage your device or firmware. Proceed with care! |
With the WR1043ND router, there is a catch: the stock firmware is obtained from the OEM: http://www.tplink.com/en/support/download/?model=TL-WR1043ND
An example of an image file with the word "boot" in it is wr1043nv1_en_3_9_17_up_boot(091118).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:
mtd -r write tplink.bin linux
This has been confirmed by supertom64
After flashing, proceed with Basic configuration.
Set up your Internet connection, configure wireless, configure USB port, etc.
Since this is the same for all TP-LINK products, see TP-LINK firmware features.
The default network configuration is:
| Interface Name | Description | Default configuration |
|---|---|---|
| br-lan | LAN & WiFi | 192.168.1.1/24 |
| eth0 | LAN ports (1 to 4) + WAN | None |
| wlan0 | WiFi | Disabled |
Numbers 1-4 are Ports 1-4 as labeled on the unit, number 0 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself.
| Port | Switch port |
|---|---|
| Internet (WAN) | 0 |
| LAN 1 | 1 |
| LAN 2 | 2 |
| LAN 3 | 3 |
| LAN 4 | 4 |
| Gigabit Media Independent Interface | 5 |
Some issues with 10.03.1-rc4 on Hardware Ver.1.8 see this post for workaround.
There is a problem with VLAN-IDs > 9 (at least on v1.4 with 10.03.1-RC6 r28680 and v1.8 with 12.09-rc1 r34185). Using a VLAN-ID > 9 makes the router inaccessible on this interface.
See OpenWrt Failsafe Mode for general information. Based on generic failsafe, here are peculiarities :
You will see something like this:
. No valid address in Flash. Using fixed address : cfg1 0xf cfg2 0x7114 eth0 up eth0 Autobooting in 1 seconds
Type
tplduring this 1 second period. Then continue with OEM installation using the TFTP and RS232 method
| Architecture: | MIPS |
| Vendor: | Qualcomm Atheros |
| Bootloader: | U-Boot |
| System-On-Chip: | AR9132 rev 2 (MIPS 24Kc V7.4) |
| CPU/Speed | 24Kc V7.4 400 Mhz |
| Flash-Chip: | ST 25P64V6P |
| Flash size: | 8192 KiB |
| RAM: | 32 MiB |
| Wireless: | Atheros AR9103 2.4ghz 802.11bgn |
| Wireless Power: | Maximal power output is 27 dBm (500 mW) |
| 802.11n: | 3 x 3 : 2 |
| Ethernet: | RealTek RTL8366RB 5-port Gigabit switch w/ vlan support, swconfig |
| Internet: | n/a |
| USB: | Yes 1 x 2.0 (OHCI platform; device name 1-1) |
| Power: | 12V DC 1.5A |
| Serial: | Yes |
| JTAG: | Yes |
The Realtek 8366RB supports: VLAN, Jumbo Frames (not supported by the SoC), bandwidth control, port priority, storm filtering, QoS, ACL. Not all of these features are actually supported by OpenWrt. Supported VLAN IDs are 1-15 (VLAN Configuration Mode 2 ?). See: Ticket #7977
This router gets around 180 Megabits/s WAN to LAN throughput, tested using nuttcp.
With a cheap Wattmeter i measured 6.9W idle and 9W under load.
My TL-WR1043ND DE (v1.0) came bundled with the following PSU:
Specifications:
| Brand/Model | Leader Electronics Inc / LEI F7 |
| Input | 100-240V~ (50/60Hz, 0.6A) |
| Output | 12.0V 1.5A |
| Measured output | 12.25V |
| The plug (on the router side) has the following specifications: | |
| Outer diameter | 5.5mm |
| Inner diameter | 2.1mm |
| Length of the shaft | 9.5mm |
I successfully used the ATX PSU (from my computer) to power the router. All I did was buying a plug with above specifications and soldered a Molex-plug to the other end.
WARNING: For sure you will lose your warranty if you run the router with to high voltage and I don't guarantee it will works for you. Your router might break, so just run it with to high voltage if you know what you are doing and you don't care if the router breaks.
Because I wanted to run the router directly from solar and the 12V battery can have between 10.4V and 14.8V I tested the router with different voltages and it runs fine with voltages between 10V and 15V. Could not see any failures or loss in performance.
I have measured simultaneously Voltage and Current on the DC-Side of the Router with 2 analogue Multimeters.
It looks like my AC-DC Adapter is stabilized and delivers exactly 12 Volts.
1. Without LAN Connected, without any USB device, Openwrt Running with WLAN 10dBm (b/g AP mode) : 250mA 2. With 1x100MBit LAN, 1xHuawei E1750 in idle (not connected) : 320 mA 3. With HSDPA Connection active : 400mA
The HSDPA Modem seems draw a lot of Power as soon as any Data is transferred. In total i guess approx. 500mA. (Was NOT possible to measure exactly because my Amperemeter is very slow…)
Note: This will void your warranty! The case of the WR1043N is composed of 4 pieces:
There are only two screws at the back of the device, under the rubber feet. The rest of the case is kept together by two latches at the front of the device, and a system of guides and hooks in the front.
Pictures can be found here
→ port.serial general information about the serial port, serial port cable, etc. How to connect to Serial Port:
Solder a header as shown in the picture or wires with a connector directly. The device uses TTL @ 3.3V and not a standard RS-232 Serial that operates between 3 and 15V, so do not try to connect it to a common serial adapter: you will certainly fry the serial circuit or even the whole board. There are plenty of USB to TTL and RS-232 to TTL available on the market, just be careful with the voltage: the standard is 5V and it may also damage your board. Look for the ones with 3.3V or with both voltages and a way to switch between them.
Don’t forget that the TX pin of the serial port must linked to the RX pin of the router and the RX to TX!
Speed: 115200 baud
If you use the serial connection more often or want to have a permanent modification you can build a stereo audio jack at the back of the router and use the FTDI serial cable TTL-232R-3V3-AJ. As jumper wire you can recycle an old floppy drive power cable.
Some revisions require a jumper between the RX serial pin and the resistor R362 to enable serial writes. See this post for details:
https://forum.openwrt.org/viewtopic.php?pid=176448#p176448
If you find that the serial console will not accept write commands, check with a multimeter that you have continuity between RX and R362.
If you don't have continuity you will need to jumper them, here is my working example:
I went to the right hand side of the resistor for ease of soldiering, but there may be better solutions.
I also noticed that the small hole just below R362 has continuity to the RX pin so that may provide a cleaner solution with a much smaller jumper.
→ port.JTAG general information about the JTAG port, JTAG cable, etc.
JTAG Line:
http://forum.openwrt.org/viewtopic.php?pid=79931#p79931
Software:
Download EJTAG Debrick Utility 3.0.1
Backup:
Backup whole flash:
tjtag3.exe -backup:custom /fc:25 /window:bf000000 /start:bf000000 /length:00800000
Backup UBoot:
tjtag3.exe -backup:custom /fc:25 /window:bf000000 /start:bf000000 /length:00020000
Backup Firmware:
tjtag3.exe -backup:custom /fc:25 /window:bf000000 /start:bf020000 /length:00800000W A R N I N G
At the moment it is NOT possible to UNBRICK the router by JTAG (no write access to flashrom).
so be very careful not to overwrite the u-boot.
→ port.GPIO The AR913x platform provides 22 GPIOs. Some of them are used by the router for status LEDs, buttons and to communicate with the RTL8366RB. The table below shows the results of some investigation:
| Voltage level at GPIO in output-mode | gpioX/value in input-mode when GPIO is: | ||||||
|---|---|---|---|---|---|---|---|
| GPIO | Common Name | PCB Name | gpioX/value=1 | gpioX/value=0 | Floating | Pulled to GND | Pulled to Vcc |
| 0 | |||||||
| 1 | USB | D18=D9 | 0V | 3.3V | 1 | 1 | 1 |
| 2 | SYS | D19=D8 | 0V | 3.3V | 1 | 1 | 1 |
| 3 | RESET | SW6 | 3.3V | 0V | 1 | 0 | 1 |
| 4 | |||||||
| 5 | QSS | D31=D10 | 3.3V | 0V | 0 | 0 | 1 |
| 6 | |||||||
| 7 | QSS-Button | SW8=SW9 | 3.3V | 0V | 1 | 0 | 1 |
| 8 | Setting data direction to output and value to 0 causes hard reset of the SoC | ||||||
| 9 | WLAN | D11=D7 | 0V | 3.3V | 1 | 1 | 1 |
| 10 | P1-Tx | overriden by tty-kernel module | 1 | 0 | 1 | ||
| 11 | |||||||
| 12 | |||||||
| 13 | P1-Rx | 3.3V | 0V | 0 | 0 | 1 | |
| 14 | |||||||
| 15 | USB PSU EN? | →R711 | 3.3V | 0V | 1 | 1 | |
| 16 | USB PSU CHK? | →R708 | 3.3V | 0V | 1 | ||
| 17 | |||||||
| 18 | Data line of the RTL8366RB | ||||||
| 19 | Clock line of the RTL8366RB | ||||||
| 20 | GPIO20 | 3.3V | 0V | 1 | 0 | 1 | |
| 21 | |||||||
To make the GPIOs available via sysfs, the required ones have to be exported to userspace, as it is explained on a page of the Squidge-Project. Kernel modules occupying that resource need to be removed before (e.g. "leds-gpio" and "gpio-buttons"). In output-mode, voltage levels of the GPIOs were measured against GND, after the value 1 or 0 had been written to /sys/class/gpio/gpioX/value. In input-mode, the value of the file /sys/class/gpio/gpioX/value was read when the GPIO was floating (initial state), pulled to GND or pulled to Vcc.
How to configure LEDs in general, see the LED section in the system.
The WR1043ND has 10 LEDs:
| LED name | LED print | Internal name | Trigger |
|---|---|---|---|
| Power | PWR | tl-wr1043nd:green:power | N/A |
| System | SYS | tl-wr1043nd:green:system | heartbeat |
| Wireless LAN | WLAN | tl-wr1043nd:green:wlan | netdev:wlan0 |
| LAN Port 4 | 4 | unknown | N/A |
| LAN Port 3 | 3 | unknown | N/A |
| LAN Port 2 | 2 | unknown | N/A |
| LAN Port 1 | 1 | unknown | N/A |
| Wide Area Network | WAN | tl-wr1043nd:green:wan | N/A |
| Universal Serial Bus | USB | tl-wr1043nd:green:usb | ledtrig-usbdev |
| Quick Security Setup | QSS | tl-wr1043nd:green:qss | User preference |
ledtrig-usbdev is only available in attitude adjustment (Trunk) and in self-built Backfire images using this set of patches.
→ hardware.buttons. For custom action on pressing button the easy way with 00-button script works nicely.
The TP-Link TL-WR1043ND has two buttons:
| BUTTON | Event | Backfire ID | Attitude Adjustment ID |
|---|---|---|---|
| Reset | reset | BTN_0 | reset |
| Quick Security Setup | QSS | BTN_1 | wps |
The QSS button is located at the front and can be easily pressed with a finger. The Reset button is located at the back and cannot be pressed with a finger, you need a small item (pen typically) to push it in.
Note: you don't need to configure or activate buttons to get the Failsafe mode working, it will work by default.
NOTE: If you accidentally bricked your router by overwriting the bootloader, try the following:
take a current mainline version of uboot and simply cross-compile it for WR1043ND! TP-Link-Version: http://www.tp-link.com/support/gpl.asp. It contains the file u-boot-ap83.tar.bz2 which is about 6,06 MiB in size, deflate this as well. The deflated source code will occupy about 37MiB of space, start with reading the README.Problem: you cannot test your bootloader, because for some obscure reason, you don't have write access to the flash via JTAG.Look at target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr1043nd.c (in trunk it's target/linux/ar71xx/files/drivers/mtd/tplinkpart.c)
static struct mtd_partition tl_wr1043nd_partitions[] = { { .name = "u-boot", .offset = 0, .size = 0x020000, .mask_flags = MTD_WRITEABLE, } , { .name = "kernel", .offset = 0x020000, .size = 0x140000, } , { .name = "rootfs", .offset = 0x160000, .size = 0x690000, } , { .name = "art", .offset = 0x7f0000, .size = 0x010000, .mask_flags = MTD_WRITEABLE, } , { .name = "firmware", .offset = 0x020000, .size = 0x7d0000, } };Remove the line
.mask_flags = MTD_WRITEABLE,for the partition named "u-boot" to make it writeable.
cp /dev/mtd0ro /tmp/uboot.org
cmp -l /dev/mtd0ro /tmp/uboot.org
tar -czf /tmp/uboot.tar.gz -C /tmp uboot.org ln -s /tmp/uboot.tar.gz /www/uboot.tar.gzand download via http://192.168.1.1/uboot.tar.gz
hexdump -n 6 -s 130048 -e '"%06.6_ax " 5/1 "%02X:" 1/1 "%02X""\n"' /tmp/uboot.org
newmac=00:BA:AD:BE:EF:69 echo $newmac | awk -v FS="[: -]" '{for (i=1; i<=NF; i++) printf "%c", ("0x" $i)+0 }' | dd conv=notrunc bs=1 count=6 seek=130048 of=/tmp/uboot.org mv /tmp/uboot.org /tmp/uboot.mod
hexdump -C -n 16 -s 130048 /tmp/uboot.mod cmp -l /dev/mtd0ro /tmp/uboot.mod
mtd write /tmp/uboot.mod u-bootwhere "uboot.mod" is the filename of your modified uboot image.
uci set wireless.radio0.macaddr=$newmac uci commit wireless reboot & exit
uci set wireless.radio0.macaddr=$(uci get wireless.radio1.macaddr) uci delete wireless.@wifi-iface[-1] uci delete wireless.radio1 uci commit wireless
The Device uses a DDR1 16Mbit x 16bit (16Mibit*16=256 mebibit. 256 mebibit/8=32MiByte) 400MHz chip. Replace it with any 32Mbit x 16bit chip. 333MHz instead of 400MHz also works fine. It's quite hard to find these chips. The best chance is to have a look at DDR-SODIMM. Since there are no 64Mbit x 16Bit DDR1 Chips available → no 128 MB mod!
Working chips:
Additional list that may work:
| Type | ID Code | Vendor | ||
|---|---|---|---|---|
| DDR | 32Mx16 | PC400 TSOP Pb Free | HY5DU121622DTP-D43-C | Hynix |
| DDR | 32Mx16 | PC400 TSOP Pb Free | H5DU5162ETR-E3C | Hynix |
| DDR | 32Mx16 | PC400 Pb Free | K4H511638G-LCCC | Samsung |
| DDR | 32Mx16 | PC400 Pb Free | K4H511638J-LCCC | Samsung |
| DDR | 32Mx16 | PC400 | A3S12D40ETP-G5 | Zentel |
| DDR | 32Mx16 | PC400 | NT5DS32M16BS-5T | Nanya |
| DDR | 32Mx16 | PC400 PB Free | P3S12D40ETP-GUTT | Mira |
| DDR | 32Mx16 | PC333 CL2.5 TSOP | MT46V32M16TG-6T:F | Micron |
| DDR | 32Mx16 | PC333 CL2.5 TSOP | MT46V32M16P-6T:F | Micron |
| DDR | 32Mx16 | PC333 PB Free TSOP | EDD5116ADTA-6B-E | Elpida |
| DDR | 32Mx16 | PC333 PB Free TSOP | HYB25D512160CE-6 | Qimonda |
| DDR | 32Mx16 | PC333 PB Free TSOP | HYB25D512160CEL-6 | Qimonda |
| DDR | 32Mx16 | PC333 PB Free TSOP | HYB25D512160DE-6 | Qimonda |
root@OpenWrt:~# free total used free shared buffers Mem: 62104 17472 44632 0 1392 Total: 62104 17472 44632
An I²C-bus can easily be added using the GPIO-lines of the AR913x-SoC. So far, the only usable ones which have been confirmed to work are GPIO 5 (the QSS-LED, easily solderable at D10,left pin with '+') as SDA and GPIO 20 (labeled on the pcb, next to the RAM chip) as SCL. There are only two pull-up resistors of 4,7k-10k needed, which have to be soldered between the apropriate GPIO line and Vcc (found at the spot labeled TP3V3, about 2 cm above the WiFi-shielding). The common ground can be obtained from the TP_GND spot (between P1 and the flash chip). Remember this bus runs at 3.3V level, when connecting I²C-devices.
To improve signal integrity (in this case namely a solid logic low level on GPIO5), you can replace R373 with a piece of wire and remove the LED D31. R373 seems to be the current limit resistor for the LED D31.
Unfortunately the precompiled packages don't seem to work properly, so building from sources is most likely necessary. Therefore, make sure the apropriate part of your OpenWRT-config file looks like that:
# # I2C support # CONFIG_PACKAGE_kmod-i2c-core=y CONFIG_PACKAGE_kmod-i2c-algo-bit=y # CONFIG_PACKAGE_kmod-i2c-algo-pca is not set # CONFIG_PACKAGE_kmod-i2c-algo-pcf is not set CONFIG_PACKAGE_kmod-i2c-gpio=y CONFIG_PACKAGE_kmod-i2c-gpio-custom=y
Besides that, check in the kernel-config, that the support for I²C character device is selected. In the kernel config file the appropriate line should look like that:
CONFIG_I2C_CHARDEV=mTo load the kernel module, do a:
insmod i2c-gpio-custom bus0=0,5,20In many cases, GPIO 5 will already be occupied by the leds-gpio kernel module - causing the above command to fail. In case you don't need the leds at all, you can just unload the leds-gpio kernel module, remove the package or disable it in the OpenWRT-configuration. As an alternative, you can just release the binding of the QSS-LED in sysfs - thus keeping the function of the other LEDs.
Though not really a modification of the internal hardware, the I²C Tiny-USB adapter allows you to extend your router with an I²C bus over USB. It is not as cheap as the I²C-GPIO mod, but will not risk your warranty. Remember this bus runs at 5V level, when connecting I²C-devices.
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/wr1043nd/
grep U-Boot /dev/mtd0rotoh/tp-link/tl-wr1043nd.txt · Last modified: 2013/06/17 20:50 by jmac928
This text is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.