mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 01:52:51 +00:00
This adds initial support for the YunCore AX840, an IPQ6010 based 802.11ax ceiling AP. Specifications: - Qualcomm IPQ6010 - 1 GB of RAM (DDR3) - 8 MB of serial flash (SPI NOR) - 256 MB of parallel flash (NAND) - 2x2 2.4 GHz WiFi (IPQ6010) - 2x2 5 GHz WiFi (IPQ6010) - 2x IPEX/U.FL antenna connectors - 4x 3 dBi dual-band antennas - 2x 1 Gbps Ethernet (QCA8075) with 802.3at PoE input support - 1x RGB LED - 1x push-button (reset) - DC jack for main power input (12 V) - UART (4-pin, 2.54 mm pitch) header on PCB Flash instruction under stock QSDK image: sysupgrade -n openwrt-ipq807x-yuncore_ax840-squashfs-nand-factory.bin Flash instruction under U-Boot: tftpb 0x44000000 openwrt-ipq807x-yuncore_ax840-squashfs-nand-factory.ubi flash rootfs reset Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>