openwrt/target/linux
Matthew Hagan 6e03304c76 ipq807x: add Edgecore EAP102
The Edgecore EAP102 is a wall/ceiling mountable AP. The AP can be
powered by either PoE or AC adapter.

Device info:
 - IPQ8071-A SoC
 - 1GiB RAM
 - 256MiB NAND flash
 - 32MiB SPI NOR
 - 2 Ethernet ports
 - 1 Console port
 - 2GHz/5GHz AX WLAN
 - 2 USB 2.0 ports

Install instructions:

Prerequistes - TFTP server, preferrably within 192.168.1.0/24
	       Console cable plugged in (115200 8N1 no flow control)

1. Power on device and interrupt u-boot to obtain u-boot CLI

2. set serverip to IP address of the TFTP server:

	`setenv serverip 192.168.1.250`

3. Download image from TFTP server:

	`tftpboot 0x44000000 openwrt-ipq807x-generic-edgecore_eap102-squashfs-nand-factory.ubi`

4. Flash ubi image to both partitions and reset:

	`sf probe
	 imxtract 0x44000000 ubi
	 nand device 0
	 nand erase 0x0 0x3400000
	 nand erase 0x3c00000 0x3400000
	 nand write $fileaddr 0x0 $filesize
	 nand write $fileaddr 0x3c00000 $filesize
	 reset`

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2023-01-16 12:42:23 +01:00
..
airoha
apm821xx
archs38 archs38: mark as source-only 2023-01-16 11:05:34 +01:00
armvirt
at91 kernel: bump 5.10 to 5.10.163 2023-01-14 22:31:38 +01:00
ath25
ath79 kernel: bump 5.10 to 5.10.163 2023-01-14 22:31:38 +01:00
bcm27xx
bcm47xx
bcm53xx
bcm63xx kernel: bump 5.10 to 5.10.163 2023-01-14 22:31:38 +01:00
bcm4908
bmips
gemini
generic kernel: 5.15: add missing kernel configuration options 2023-01-16 12:42:23 +01:00
imx
ipq40xx ipq40xx: add support for Linksys WHW03 V2 2023-01-15 12:55:38 +01:00
ipq806x kernel: bump 5.10 to 5.10.163 2023-01-14 22:31:38 +01:00
ipq807x ipq807x: add Edgecore EAP102 2023-01-16 12:42:23 +01:00
kirkwood
lantiq kernel: bump 5.10 to 5.10.163 2023-01-14 22:31:38 +01:00
layerscape
malta
mediatek
mpc85xx
mvebu kernel: bump 5.10 to 5.10.163 2023-01-14 22:31:38 +01:00
mxs
octeon
octeontx
omap
oxnas
pistachio kernel: bump 5.10 to 5.10.163 2023-01-14 22:31:38 +01:00
qoriq
ramips ramips: mt7621: Add Arcadyan WE420223-99 support 2023-01-15 13:41:02 +01:00
realtek realtek: Follow kernel comment style recommendation 2023-01-13 22:34:16 +01:00
rockchip
sunxi
tegra
uml
x86 kernel/x86: fix typo 2023-01-15 13:30:09 +01:00
zynq
Makefile