Merge branch 'master' of sudoman/libreCMC-wiki into master
[librecmc/librecmc-wiki.git] / TL WR842ND.md
1 # TL-WR842ND\r
2 \r
3 ## Specs\r
4 \r
5 * SoC : AR7241 (v1) AR9341 (v2)\r
6 * RAM: 32 MB\r
7 * Flash: 8 MB\r
8 \r
9 ## Versions Supported\r
10 \r
11 * v1\r
12 * v2\r
13 \r
14 ## Flashing TL-WR842ND using tftp recovery mode\r
15 \r
16 * Press and hold WPS/Reset button, and power on router\r
17 * Wait until Lock LED lights up before releasing WPS/Reset button\r
18 * Router has IP address: 192.168.0.86\r
19 * Router is standing by for a tftp server to appear with `wr842nv2_tp_recovery.bin` file using IP address: 192.168.0.66\r
20 \r
21 ### Example commands using [Parabola GNU/Linux](https://www.parabola.nu/)\r
22 \r
23 Configure PC IP address to `192.168.0.66`\r
24 \r
25     ip addr add 192.168.0.66/24 dev enp3s0\r
26     \r
27 Copy downloaded image into tftp server directory also renaming it to `wr842nv2_tp_recovery.bin`\r
28 \r
29     cp librecmc-ar71xx-generic-tl-wr842n-v2-squashfs-factory.bin /srv/tftp/wr842nv2_tp_recovery.bin\r
30 \r
31 Start tftpd\r
32 \r
33 `systemctl start tftpd.socket`\r
34 \r
35 `systemctl start tftpd.service`\r
36 \r
37 * After a short time all LEDs will flash once then router will reboot normally\r
38 \r
39 ## Reset instructions\r
40 \r
41 ???