ar71xx: add support for TP-Link TL-WA850RE v2
authorPiotr Dymacz <pepe2k@gmail.com>
Fri, 10 Feb 2017 12:44:06 +0000 (13:44 +0100)
committerJohn Crispin <john@phrozen.org>
Tue, 14 Feb 2017 11:25:33 +0000 (12:25 +0100)
commitee23829bf812337f3903eeb4e344600d5c4ac037
treee6c7ea2fb655a2cfe7031f984f30c89f3b325ca2
parent6b80b7b07248c92739363ce973585c3f371b0b35
ar71xx: add support for TP-Link TL-WA850RE v2

TP-Link TL-WA850RE v2 is a wall-plug N300 Wi-Fi range extender,
based on Qualcomm/Atheros QCA9533 v2.

Short specification:

- 550/391/195 MHz (CPU/DDR/AHB)
- 1x 10/100 Mbps Ethernet
- 32 MB of RAM (DDR1)
- 4 MB of FLASH
- 2T2R 2.4 GHz
- 2x internal antennas (embedded on PCB)
- 9x LED (all can be turned off with GPIO15), 2x button
- UART (J3) header on PCB

Flash instruction: use "factory" image directly in vendor GUI.

Warning: this device does not include any kind of recovery mechanism
in the bootloader and disassembling process is not trivial.

You can access vendor firmware over serial line using:
- login: root
- password: sohoadmin

Image was tested only in US version of the device, but should work
also with the same device version sold in other countries.

Available FLASH space, with LEDE trunk, is only 240 KB.

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
src/tplink-safeloader.c