immortalwrt/target/linux/ramips/image
Stijn Tintel 72b674eec6
ramips: support TP-Link EAP615-Wall
Add support for the TP-Link EAP615-Wall, an AX1800 Wall Plate WiFi 6 AP.
The device is very similar to the TP-Link EAP235-Wall.

Hardware:
* SoC: MediaTek MT7621AT
* RAM: 128MiB
* Flash: 16MiB SPI-NOR
* Ethernet: 4x GbE
  * Back: ETH0 (PoE-PD)
  * Bottom: ETH1, ETH2, ETH3 (PoE passthrough)
* WiFi: MT7905DAN/MT7975DN 2.4/5 GHz 2T2R
* LEDS: 1x white
* Buttons: 1x LED, 1x reset

Stock firmware uses a random MAC address for ethernet. OpenWrt uses the
MAC address that is on the device label for ethernet and the wireless
interfaces. MAC address must not be incremented, as this will cause MAC
address conflicts in case you have two devices with consecutive MAC
addresses. Instead, different locally administered addresses will be
generated automatically, based on the MAC on the label.

Installation via stock firmware:
* Enable SSH in the TP-Link web interface
* SSH to the device
* Run `cliclientd stopcs`
* Upload the OpenWrt factory image via the TP-Link web interface

Installation via bootloader:
* Solder TTL header. Pinout: 1: TX, 2: RX, 3: GND, 4: VCC, with pin 1
  closest to ETH1. Baud rate 115200
* Interrupt boot process by holding a key during boot
* Boot the OpenWrt initramfs:
  # tftpboot 0x84000000 openwrt-ramips-mt7621-tplink_eap615-wall-v1-initramfs-kernel.bin
  # bootm
* Copy openwrt-ramips-mt7621-tplink_eap615-wall-v1-squashfs-sysupgrade.bin
  to /tmp and use sysupgrade to install it

Thanks to Sander Vanheule for his work on the EAP235-Wall, which made
adding support for the EAP615-Wall very easy.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Reviewed-by: Sander Vanheule <sander@svanheule.net>
Acked-by: Arınç ÜNAL <arinc.unal@arinc9.com>
(cherry picked from commit a1b8a4d7b3)
2022-06-03 19:55:27 +08:00
..
lzma-loader ramips: sync official source code 2020-09-12 15:01:12 +08:00
common-tp-link.mk treewide: call check-size before append-metadata 2021-07-11 12:13:31 +08:00
Makefile ramips: mt7620: use OKLI loader with Jboot devices 2021-12-26 23:53:52 +08:00
mt76x8.mk ramips: add support for ASUS RT-AC1200-V2 2022-04-22 10:58:10 +08:00
mt7620.mk ramips: add support for WeVO AIR DUO 2022-04-16 23:23:13 +08:00
mt7621.mk ramips: support TP-Link EAP615-Wall 2022-06-03 19:55:27 +08:00
rt288x.mk ramips: disable images for 4M devices 2021-09-13 09:01:58 +08:00
rt305x.mk ramips: Deactivate NETGEAR WNCE2001 by default 2022-05-13 19:32:46 +08:00
rt3883.mk rt3883: disable build for rt-n56u by default 2022-05-13 18:19:55 +08:00