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/11 15:20] – [Increase flash memory] 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 the flash memory requires to have a compatible chip. I planned to upgrade | + | === Flashing |
- | * w25q128 (16MB instead of 4) See [[https:// | + | Use your [[http:// |
- | + | ||
- | Instead of programming the memory in a running system with the chip (except for R/W pins) connected in parallel, it is recommended to program this chip externally and then solder it onto the board. For this I decided to use a JTAG interface. Many interfaces exist, I have two, an openmoko debug board v3 and a [[http:// | + | |
- | + | ||
- | For the system to recognize the interface please read more [[software: | + | |
- | + | ||
- | As an alternative to flash via JTAG -and probably easier to handle- is to use your [[http:// | + | |
flashrom -p buspirate_spi: | flashrom -p buspirate_spi: | ||
If ttyUSB0 is not correct, find out with following command which device it should be: | If ttyUSB0 is not correct, find out with following command which device it should be: | ||
dmesg | grep -A 4 Pirate | grep tty | dmesg | grep -A 4 Pirate | grep tty | ||
+ | |||
+ | === 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:// | ||
+ | |||
+ | For the system to recognize the interface please read more [[software: | ||
+ | |||
+ | ==== 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 to connect with ssh: | ||
+ | ssh root@192.168.1.1 | ||
===== Network configurations ===== | ===== Network configurations ===== | ||
* [[http:// | * [[http:// | ||
Line 282: | Line 305: | ||
</ | </ | ||
===== Information and links ===== | ===== Information and links ===== | ||
- | * [[http:// | + | * [[https:// |
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// |