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/06 23:28] – [Initial installation] admin | projects:routers:tp-link:tl-wr703n [2024/09/04 23:12] (current) – [Information and links] admin | ||
---|---|---|---|
Line 152: | Line 152: | ||
==== 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 221: | Line 236: | ||
</ | </ | ||
- | Electrically upgrading | + | === Flashing with buspirate === |
- | | + | Use your [[http:// |
+ | flashrom -p buspirate_spi: | ||
+ | If ttyUSB0 is not correct, find out with following command which device it should be: | ||
+ | | ||
+ | |||
+ | === Flashing with JTAG === | ||
+ | If you have no buspirate at hand, you can also flash via JTAG. You can use several different JTAG interfaces with flashrom. I tried it with two, an openmoko debug board v3 and a [[http://www.tiaowiki.com/w/ | ||
- | I try to program this chip before soldering it onto the board. | + | For the system |
- | For the system to recognize | + | ==== Connecting after flashing ==== |
+ | After the chip has been soldered onto the board and powered on, connect with telnet: | ||
+ | telnet 192.168.1.1 | ||
- | As an alternative | + | Then set a password for root: |
- | flashrom -p buspirate_spi: | + | passwd |
+ | Now it is possible | ||
+ | ssh root@192.168.1.1 | ||
===== Network configurations ===== | ===== Network configurations ===== | ||
* [[http:// | * [[http:// | ||
Line 280: | Line 305: | ||
</ | </ | ||
===== Information and links ===== | ===== Information and links ===== | ||
- | * [[http:// | + | * [[https:// |
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// |