ar71xx: add support for TP-LINK Archer C7 v5
authorArvid E. Picciani <aep@exys.org>
Mon, 16 Apr 2018 11:18:37 +0000 (13:18 +0200)
committerJohn Crispin <john@phrozen.org>
Wed, 20 Jun 2018 13:36:19 +0000 (15:36 +0200)
commit55159a4ca8e221c36e0492b80660642a095f2498
treeb7446d117e59f1e677fb1a2c4e78e743f1153ee9
parent34cc1ca10054a034cc3c71ee82119183f7ae9e78
ar71xx: add support for TP-LINK Archer C7 v5

TP-Link Archer C7 v5 is a dual-band AC1750 router, based on Qualcomm/Atheros
QCA9563+QCA9880.

Specification:

- 750/400/250 MHz (CPU/DDR/AHB
- 128 MB of RAM (DDR2)
- 16 MB of FLASH (SPI NOR)
- 3T3R 2.4 GHz
- 3T3R 5 GHz
- 5x 10/100/1000 Mbps Ethernet
- 10x LED, 2x button
- UART header on PCB

Flash instruction:
1. Upload lede-ar71xx-generic-archer-c7-v5-squashfs-factory.bin via Web interface

Flash instruction using TFTP recovery:
1. Set PC to fixed ip address 192.168.0.66
2. Download lede-ar71xx-generic-archer-c7-v5-squashfs-factory.bin
and rename it to ArcherC7v5_tp_recovery.bin
3. Start a tftp server with the file tp_recovery.bin in its root directory
4. Turn off the router
5. Press and hold Reset button
6. Turn on router with the reset button pressed and wait ~15 seconds
7. Release the reset button and after a short time
the firmware should be transferred from the tftp server
8. Wait ~30 second to complete recovery.

Signed-off-by: Arvid E. Picciani <aep@exys.org>
src/tplink-safeloader.c