immortalwrt/target/linux/ath79
Sander Vanheule 6135abd8dc
ath79: support for TP-Link EAP225-Outdoor v1
TP-Link EAP225-Outdoor v1 is an AC1200 (802.11ac Wave-2) pole or wall
mount access point. Debricking requires access to the serial port, which
is non-trivial.

Device specifications:
* SoC: QCA9563 @ 775MHz
* Memory: 128MiB DDR2
* Flash: 16MiB SPI-NOR
* Wireless 2.4GHz (SoC): b/g/n 2x2
* Wireless 5GHz (QCA9886): a/n/ac 2x2 MU-MIMO
* Ethernet (AR8033): 1× 1GbE, PoE

Flashing instructions:
* ssh into target device with recent (>= v1.6.0) firmware
* run `cliclientd stopcs` on target device
* upload factory image via web interface

Debricking:
To recover the device, you need access to the serial port. This requires
fine soldering to test points, or the use of probe pins.
* Open the case and solder wires to the test points: RXD, TXD and TPGND4
  * Use a 3.3V UART, 115200 baud, 8n1
* Interrupt bootloader by holding ctrl+B during boot
* upload initramfs via built-in tftp client and perform sysupgrade
    setenv ipaddr 192.168.1.1 # default, change as required
    setenv serverip 192.168.1.10 # default, change as required
    tftp 0x80800000 initramfs.bin
    bootelf $fileaddr

MAC addresses:
MAC address (as on device label) is stored in device info partition at
an offset of 8 bytes. ath9k device has same address as ethernet, ath10k
uses address incremented by 1.
From stock ifconfig:

    ath0      Link encap:Ethernet  HWaddr D8:...:2E
    ath10     Link encap:Ethernet  HWaddr D8:...:2F
    br0       Link encap:Ethernet  HWaddr D8:...:2E
    eth0      Link encap:Ethernet  HWaddr D8:...:2E

Tested by forum user PolynomialDivision on firmware v1.7.0.
UART access tested by forum user arinc9.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
2020-11-28 18:25:34 +08:00
..
base-files/etc/hotplug.d/ieee80211 ath79: add WiFi migration for AR913x 2020-09-29 11:23:24 +08:00
dts ath79: support for TP-Link EAP225-Outdoor v1 2020-11-28 18:25:34 +08:00
files ath79: add QCA956x SERDES init workaround 2020-11-24 23:27:08 +08:00
generic ath79: support for TP-Link EAP225-Outdoor v1 2020-11-28 18:25:34 +08:00
image ath79: support for TP-Link EAP225-Outdoor v1 2020-11-28 18:25:34 +08:00
mikrotik ath79: move the squashfs feature to the parent target 2020-11-24 23:20:48 +08:00
nand ath79: move the squashfs feature to the parent target 2020-11-24 23:20:48 +08:00
patches-5.4 kernel: bump 5.4 to 5.4.79 2020-11-24 23:28:30 +08:00
tiny ath79: move the squashfs feature to the parent target 2020-11-24 23:20:48 +08:00
config-5.4 ath79: enable elf mtd splitter 2020-09-10 17:28:10 +08:00
Makefile ath79: move the squashfs feature to the parent target 2020-11-24 23:20:48 +08:00
modules.mk Merge branch master of https://github.com/coolsnowwolf/lede 2019-01-03 19:29:28 +08:00