This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
projects:routers:tp-link:tl-wr703n [2015/10/05 00:11] – [Increase flash memory] admin | projects:routers:tp-link:tl-wr703n [2024/09/04 23:12] (current) – [Information and links] admin | ||
---|---|---|---|
Line 2: | Line 2: | ||
* Version 1.6 | * Version 1.6 | ||
+ | This page has some information how to upgrade the ram and flash memory of a TP-LINK TL-WR703N router. | ||
==== Initial installation ==== | ==== Initial installation ==== | ||
Installed via web menu (default username and password are: admin), (following [[http:// | Installed via web menu (default username and password are: admin), (following [[http:// | ||
Line 22: | Line 23: | ||
mtd write openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-sysupgrade.bin firmware | mtd write openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-sysupgrade.bin firmware | ||
reboot | reboot | ||
- | After the reboot all your settings are gone, so repeat steps from above: connect with telnet, set password, and change ip address.\\ | + | After the reboot all your settings are gone, so repeat steps from above: connect with telnet, set password, and change ip address.\\ |
< | < | ||
root@OpenWrt: | root@OpenWrt: | ||
Line 146: | Line 147: | ||
==== Increase ram memory ==== | ==== Increase ram memory ==== | ||
The original ram memory chip (Zentel A3S56D40FTP-G5) has a size of 4MB. To verify this, the free command should give you roughly this amount. To get an exact value, use the following command: | The original ram memory chip (Zentel A3S56D40FTP-G5) has a size of 4MB. To verify this, the free command should give you roughly this amount. To get an exact value, use the following command: | ||
- | | + | |
- | And find this hex number: | + | And find this hex number: |
- | After upgrading the ram memory chip (Micron MT46V32M16P) it should be 16MB in total. The output from dmesg is 0x04000000 which is correctly | + | After upgrading the ram memory chip (Micron MT46V32M16P) it should be 16MB in total. The output from / |
==== Increase flash memory ==== | ==== Increase flash memory ==== | ||
- | Before removing the flash memory, first make a backup of the art partition and the u-boot partition. Once done, you can use the following script to build an image for the larger memory. | + | Before removing the flash memory, first make a backup of the art partition and the u-boot partition. |
+ | === Backing up u-boot and art partitions === | ||
+ | Logon to your TL-WR703N with ssh and issue following commands: | ||
+ | cat /dev/mtd0 > / | ||
+ | cat /dev/mtd4 > / | ||
+ | Then exit and copy the two files to your system with: | ||
+ | scp root@IPADDRESS:/ | ||
+ | scp root@IPADDRESS:/ | ||
+ | While you are at it, also download the newest firmware from openwrt and u-boot which has better support for larger memory. See the script from below where to find these files. | ||
+ | |||
+ | === Removing the old flash chip === | ||
+ | Unsolder the 8-pin flash chip from the back of the board. Remove excessive solder with wick. Then search for your replacement chip: | ||
+ | * w25q128 (Which has 16MB instead of 4MB) See [[https:// | ||
+ | |||
+ | === Creating a flash binary for the new chip === | ||
+ | Once done, you can use the following script to build an image for the larger memory. | ||
<code bash> | <code bash> | ||
#!/bin/sh | #!/bin/sh | ||
Line 194: | Line 210: | ||
exit | exit | ||
fi | fi | ||
- | # | ||
echo "This script creates an image ready to flash onto the TL-WR703N..." | echo "This script creates an image ready to flash onto the TL-WR703N..." | ||
+ | # | ||
echo " | echo " | ||
rm $outf | rm $outf | ||
Line 220: | Line 236: | ||
</ | </ | ||
- | Electrically upgrading the flash memory requires to have a compatible chip. I planned to upgrade | + | === Flashing |
- | * w25q128 (16MB instead of 4) See [[https://forum.openwrt.org/viewtopic.php? | + | Use your [[http://www.flashrom.org/Bus_Pirate|Bus Pirate]]. If the buspirate is accessible on / |
+ | flashrom -p buspirate_spi: | ||
+ | If ttyUSB0 is not correct, find out with following command which device it should be: | ||
+ | dmesg | grep -A 4 Pirate | grep tty | ||
- | I try to program this chip before soldering it onto the board. For this I decided to use a JTAG interface. Many interfaces | + | === Flashing with JTAG === |
+ | If you have no buspirate at hand, you can also flash via JTAG. You can use several different | ||
- | For the system to recognize the interface please read more [[software: | + | For the system to recognize the interface please read more [[software: |
- | As an alternative to flash with flashrom -and probably easier to handle- | + | ==== Connecting after flashing ==== |
+ | After the chip has been soldered onto the board and powered on, connect with telnet: | ||
+ | telnet 192.168.1.1 | ||
+ | |||
+ | Then set a password for root: | ||
+ | passwd | ||
+ | Now it is possible | ||
+ | ssh root@192.168.1.1 | ||
===== Network configurations ===== | ===== Network configurations ===== | ||
* [[http:// | * [[http:// | ||
Line 278: | Line 305: | ||
</ | </ | ||
===== Information and links ===== | ===== Information and links ===== | ||
- | * [[http:// | + | * [[https:// |
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// |