mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-02 04:12:29 +00:00
6e03304c76
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> |
||
---|---|---|
.. | ||
board-aruba_ap-365.qca4019 | ||
board-devolo_magic-2-wifi-next.qca4019 | ||
board-edgecore_eap102.ipq8074 | ||
board-edgecore_ecw5410.qca9984 | ||
board-edgecore_oap100.qca4019 | ||
board-edimax_cax1800.ipq8074 | ||
board-extreme-networks_ws-ap3915i.qca4019 | ||
board-glinet_gl-a1300.qca4019 | ||
board-glinet_gl-ap1300.qca4019 | ||
board-glinet_gl-s1300.qca4019 | ||
board-linksys_ea8300.qca4019 | ||
board-linksys_ea8300.qca9888 | ||
board-linksys_whw03v2.qca4019 | ||
board-linksys_whw03v2.qca9888 | ||
board-p2w_r619ac.qca4019 | ||
board-pakedge_wr-1.qca4019 | ||
board-qnap_301w.ipq8074 | ||
board-qxwlan_e2600ac-c1.qca4019 | ||
board-qxwlan_e2600ac-c2.qca4019 | ||
board-qxwlan_e2600ac.qca4019 | ||
board-redmi_ax6.ipq8074 | ||
board-sony_ncp-hg100-cellular.qca4019 | ||
board-teltonika_rutx.qca4019 | ||
board-xiaomi_ax3600.ipq8074 | ||
board-xiaomi_ax3600.qca9889 | ||
board-xiaomi_ax9000.ipq8074 | ||
board-xiaomi_ax9000.qca9889 | ||
board-xiaomi_ax9000.qcn9074 | ||
board-zte_mf18a.qca99x0 | ||
board-zte_mf18a.qca4019 | ||
board-zte_mf289f.qca4019 | ||
board-zte_mf289f.qca9984 | ||
Makefile |