tplink-safeloader: add support for cpe710-v2
authortimnoack <tim@noack.id>
Sun, 13 Oct 2024 08:49:14 +0000 (10:49 +0200)
committerSander Vanheule <sander@svanheule.net>
Mon, 14 Oct 2024 11:32:13 +0000 (13:32 +0200)
commitca444f1fa5d58255f5663d0705ccbdab024017df
treebd73247357b81236ed7dfdb8e252e8b1cbe55f78
parent5192cf9063d669b23a3d1ede532d85af365eb073
tplink-safeloader: add support for cpe710-v2

TP-Link CPE710-v2 is an outdoor wireless CPE for 5 GHz with one Ethernet
port based on the AP152 reference board. In contrast to the CPE710-v1,
the factory firmware updater expects the software version to be > 0.0.X
and the compatibility level to be >= 1.

Specifications:
- SoC: QCA9563-AL3A MIPS 74kc @ 775MHz, AHB @ 258MHz
- RAM: 128MiB DDR2 @ 650MHz
- Flash: 16MiB SPI NOR Based on the GD25Q128
- Wi-Fi 5Ghz: ath10k chip (802.11ac for up to 867Mbps on 5GHz wireless
  data rate), based on the QCA9896
- Ethernet: one 1GbE port
- 23dBi high-gain directional 2×2 MIMO parabolic antenna
- Power, LAN, WLAN5G Blue LEDs

Flashing instructions:
Flash factory image through stock firmware WEB UI or through TFTP
To get to TFTP recovery just hold reset button while powering on for
around 30-40 seconds and release.
Rename factory image to recovery.bin
Stock TFTP server IP:192.168.0.100
Stock device TFTP address:192.168.0.254

Signed-off-by: Tim Noack <tim@noack.id>
src/tplink-safeloader.c