immortalwrt/target/linux/ath79
Robert Balas 729694614d ath79: add support for TP-Link TL-WA1201 v2
This device is a wireless access point working on the 2.4 GHz and 5 GHz
band, based on Qualcomm/Atheros QCA9563 + QCA9886.

Specification
- 775 MHz CPU
- 128 MB of RAM (DDR2)
- 16 MB of FLASH (SPI NOR)
- QCA9563: 2.4 GHz 3x3
- QCA9886: 5 GHz
- AR8033: 1x 1 Gbs Ethernet
- 4x LED, WPS factory reset and power button
- bare UART on PCB (accessible through testpoints)

Methods for Flashing:
- Apply factory image in OEM firmware web-gui. Wait a minute after the
  progress bar completes and restart the device.
- Sysupgrade on top of existing OpenWRT image
- Solder wires onto UART testpoints and attach a terminal.
  Boot the device and press enter to enter u-boot's menu. Then issue the
  following commands
  1. setenv serverip your-server-ip
     setenv ipaddr your-device-ip
  2. tftp 0x80060000 openwrt-squashfs.bin (Rembember output of size in
    hex, henceforth "sizeinhex")
  3. erase 0x9f030000 +"sizeinhex"
  4. cp.b 0x80060000 0x9f030000 0x"sizeinhex"
  5. reboot

Recover:
- U-boot serial console

Signed-off-by: Robert Balas <balasr@iis.ee.ethz.ch>
[convert to nvmem]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2021-09-06 23:29:12 +08:00
..
base-files/etc/hotplug.d/ieee80211 ath79: add WiFi migration for AR913x 2020-09-29 11:23:24 +08:00
dts ath79: add support for TP-Link TL-WA1201 v2 2021-09-06 23:29:12 +08:00
files ath79: remove obsolete pci-ath9k-fixup.[c,h] files 2021-08-27 12:31:21 +08:00
generic ath79: add support for TP-Link TL-WA1201 v2 2021-09-06 23:29:12 +08:00
image ath79: add support for TP-Link TL-WA1201 v2 2021-09-06 23:29:12 +08:00
mikrotik ath79: add support for MikroTik RouterBOARD 912UAG-2HPnD 2021-06-21 20:39:04 +08:00
nand treewide: remove redundant ubifs kconfig symbols 2021-04-22 23:09:52 +08:00
patches-5.4 ath79: fix the AR7{1,2}00 USB PHY patches 2021-08-09 12:04:43 +08:00
patches-5.10 ath79: fix the AR7{1,2}00 USB PHY patches 2021-08-09 12:04:43 +08:00
tiny ath79: consolidate testing kernel 2021-04-11 23:26:07 +08:00
config-5.4 ath79: add missing MTD_NAND_RB91X symbol 2021-07-11 12:06:24 +08:00
config-5.10 ath79: add missing GPIO_LATCH symbol 2021-06-22 15:36:45 +08:00
Makefile ath79: consolidate testing kernel 2021-04-11 23:26:07 +08:00
modules.mk Merge branch master of https://github.com/coolsnowwolf/lede 2019-01-03 19:29:28 +08:00