TP-LINK EAP660 HD V1
From TechInfoDepot
Jump to navigationJump to search
| abgn+ac+ax (AX3600) | |
|---|---|
| AX3600 High Density Multi-Gigabit Ceiling Mount Wi-Fi 6 Access Point | |
|
| |
| Homepage | Product page |
| Wikipedia | TP-Link |
| 3rd Party Firmware | |
| dd-wrt | Status Unknown |
| OpenWrt | Supported |
| Tomato any flavor | Incompatible |
| Gargoyle | Status Unknown |
| Platform | |
| Brand • Model • Rev | TP-LINK EAP660 HD V1 |
| FCC ID | 2AXJ4EAP660HD |
| Type | access point |
| CPU1 | Qualcomm IPQ8072A |
| CPU1 Type | ARM Cortex-A53 |
| CPU1 Speed | 2.2 GHz ( 4 cores ) 64-bit |
| Flash1 Chip | Winbond W29N01HZSINF |
| Flash1 Size | 128 MiB 134,217,728 B <br />1,048,576 Kib <br />131,072 KiB <br />1,024 Mib <br />0.125 GiB <br /> (NAND) |
| RAM1 Size | 1 GiB 1,024 MiB <br />1,073,741,824 B <br />8,388,608 Kib <br />1,048,576 KiB <br />8,192 Mib <br /> (DDR3 -1866) |
| RAM1 Chip | ESMT M15T4G16256A-DEBG2G x 2 |
| ETH chip1 | Qualcomm IPQ8072A |
| ETH chip2 | Qualcomm Atheros QCA8081 |
| Ethernet Port Count | 1-2.5GbE-LAN |
| Wired Standard | IEEE 802.3i/3u/3ab/3bz |
|
802dot11 OUI: none specified | |
| Stock bootloader | U-Boot |
| Expansion IF types | none specified |
| PoE | 802.3at, standard |
| Power | 12 VDC, 2 A |
| Connector type | barrel |
| Serial Port (UART) | yes, 3.3V TTL, (115200 8N1) |
|
Flags: | |
|
| |
| Other | |
|
| |
| 3rd Party Firmware Support |
OpenWrt • (List | Dev | DLs) |
| Radio 1 | |
| Chip1 | Qualcomm QCN5024 |
| Wireless interface OUI | none specified |
| Antenna Connector Type | none specified |
| MIMO status | 4x4:4 |
| Wireless Standard | IEEE 802.11b/g/n/ax |
| 802.11ax | up to 1148 Mbps |
| 802.11n | up to 600 Mbps |
| 802.11g | up to 54 Mbps |
| 802.11b | up to 11 Mbps |
| WiFi Operating Frequency | 2.4 GHz |
| Radio 2 | |
| Chip1 | Qualcomm QCN5054 |
| Wireless interface OUI | none specified |
| Antenna Connector Type | none specified |
| MIMO status | 4x5:4 |
| Wireless Standard | IEEE 802.11a/n/ac/ax |
| 802.11ax | up to 2402 Mbps |
| 802.11ac | up to 1733 Mbps |
| 802.11n | up to 600 Mbps |
| 802.11a | up to 54 Mbps |
| WiFi Operating Frequency | 5 GHz |
For a list of all currently documented Qualcomm chipsets with specifications, see Qualcomm.
For a list of all currently documented Qualcomm Atheros (QCA) chipsets with specifications, see Qualcomm Atheros.
For a list of all currently documented TP-LINK devices with specifications, see TP-LINK.
Flashing
| NOTE: During configuration or flashing a device, the only things that should be hooked to the device is the computer and power. |
Flashing OpenWrt
Target: qualcommax
Subtarget: ipq807x
Package architecture: aarch64_cortex-a53
Supported Since Commit
Support started version: 24.10.0
Current supported version: 24.10.5
Subtarget: ipq807x
Package architecture: aarch64_cortex-a53
Supported Since Commit
Support started version: 24.10.0
Current supported version: 24.10.5
WLAN Hardware: Qualcomm QCN5024, Qualcomm QCN5054
WLAN Comment: 4x4:4 MU-MIMO on both bands
Installation method(s):
unknown
WLAN Comment: 4x4:4 MU-MIMO on both bands
Installation method(s):
unknown
| git • >> |
|---|
ipq807x: add support for TP-Link EAP660 HD v1 Specifications: * SoC: Qualcomm IPQ8072A (64-bit Quad-core Arm Cortex-A53 @ 2200MHz) * Memory: 2x ESMT M15T4G16256A-DEBG2G (1 GiB DDR3-1866 13-13-13) * Serial Port: 3v3 TTL 115200n8 * Wi-Fi: QCN5054 (4x4 5 GHz 802.11ax) * Wi-Fi: QCN5024 (4x4 2.4 GHz 802.11b/g/n/ax) * Ethernet: QCA8081 (10/100/1000/2.5GBASE-T) * Flash: Winbond W29N01HZSINF (128 MiB) * LEDs: 1x Blue Status (GPIO 42 Active High) * Buttons: 1x Reset (GPIO 50 Active Low) Installation Instructions (Serial+TFTP): 1. Solder 4 pin header to JP1 and bridge pads of R58 and R62. 2. Connect 3V3 TTL port to TX, RX, and GND, which are positions 1, 2, and 3 respectively. Be sure to crossover TX and RX. 3. Copy RAM firmware image openwrt-qualcommax-ipq807x-tplink_eap660hd-v1-initramfs-uImage.itb to TFTP server root, available at 192.168.10.1. 4. Connect PoE ethernet cable to the RJ45 port and hold Ctrl+B in the serial console (115200 baud) until autoboot is halted. 5. Run the following commands in the U-boot prompt: # tftpboot 0x44000000 openwrt-qualcommax-ipq807x-tplink_eap660hd-v1-initramfs-uImage.itb # bootm You may need to type Ctrl+C and Enter before running these commands to clear invisible characters from the buffer. 6. Run the following command in a terminal to copy the sysupgrade image to be installed (check IP address): $ scp openwrt-qualcommax-ipq807x-tplink_eap660hd-v1-squashfs-sysupgrade.bin root@192.168.1.1:/tmp/ 7. Activate the OpenWrt serial console and run the following commands: # cd /tmp # sysupgrade -n openwrt-qualcommax-ipq807x-tplink_eap660hd-v1-squashfs-sysupgrade.bin 8. The AP will reboot and OpenWrt will be successfully installed. |
Categories:
- TP-LINK
- Embedded system/access point
- Embedded System Qualcomm
- Embedded System IPQ8072A
- Qualcomm
- Embedded System ARM
- Embedded System Cortex-A53
- Embedded System QCA8081
- Embedded System Qualcomm Atheros
- Qualcomm Atheros
- OpenWrt Supported
- Embedded System QCN5024
- Has Mimo Status
- Embedded System IEEE 802.11b/g/n/ax
- Embedded System QCN5054
- Embedded System IEEE 802.11a/n/ac/ax
- Dual-Radio Wireless Embedded System
- Wireless Embedded System
- Dual-Band
- Embedded System
- English Documentation