ramips: add support for 7Links WLR-1230
authorSebastian Schaper <openwrt@sebastianschaper.net>
Mon, 20 May 2024 21:43:09 +0000 (23:43 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 10 Jun 2024 22:09:06 +0000 (00:09 +0200)
commit3d6cbe287afb445f06059d78b8467228ec1e57de
tree9eeaec7b7db1a20c9d9283063c2690d3733bea58
parentfe5fe3c8e708913afc9c1e50bf7347ef1304353c
ramips: add support for 7Links WLR-1230

The WLR-1230 (ZX-5207) is an AC1200 Wave 2 outdoor repeater
with sector antennas for wall or pole mounting.
The device is manufactured by Todaair and meant to be used with
a tuya-based app, there is no webinterface for configuration.

Specifications:
- MT7628AN, 8 MiB SPI NOR flash, 64 MiB RAM, 2x2 802.11n
- MT7613 2x2 802.11ac Wave 2
- 802.3af PoE or 12V 1A 5.5x2.1 power supply (included)
- 3 LEDs WLAN, LAN, RES; PWR LED is not software-controllable

TFTP installation:
- rename sysupgrade to `firmware_auto.bin`
- provide at 192.168.1.10 during boot

HTTP installation:
- keep reset button pressed for 5 seconds during power on (LEDs
  flash slowly, then quickly to confirm, then remain steady on)
- recovery web interface is at 192.168.1.1, upload sysupgrade

Opening the device
- two screws are located in the bottom left and right corners
  underneath the label, inner tray slides out easily

initramfs boot
- open device, connect serial console (pins are labelled)
- keep pressing `4` during second tftp attempt to enter uboot shell
- run `tftpboot 82000000` to avoid memory overlap, then `bootm`

Signed-off-by: Sebastian Schaper <openwrt@sebastianschaper.net>
target/linux/ramips/dts/mt7628an_7links_wlr-1230.dts [new file with mode: 0644]
target/linux/ramips/dts/mt7628an_7links_wlr-12xx.dtsi [new file with mode: 0644]
target/linux/ramips/image/mt76x8.mk
target/linux/ramips/mt76x8/base-files/etc/board.d/01_leds
target/linux/ramips/mt76x8/base-files/etc/board.d/02_network