Edge-corE ECW5410
From TechInfoDepot
Jump to navigationJump to search
| abgn+ac (AC2400) | |
|---|---|
| Indoor Wi-Fi 5 Access Point | |
|
| |
| Homepage | Product page |
| 3rd Party Firmware | |
| dd-wrt | Status Unknown |
| OpenWrt | Supported |
| Tomato any flavor | Incompatible |
| Gargoyle | Status Unknown |
| Platform | |
| Brand • Model • Rev | Edge-corE ECW5410 |
| FCC ID | none specified |
| Type | access point |
| CPU1 | Qualcomm Atheros IPQ8068 |
| CPU1 Type | ARMv7 Cortex-A15 |
| CPU1 Speed | 1.4 GHz ( 2 cores ) |
| Flash1 Chip | Spansion S34MS01G2 |
| 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 /> (Parallel NAND) |
| Flash2 Size | 16 MiB16,777,216 B <br />131,072 Kib <br />16,384 KiB <br />128 Mib <br />0.0156 GiB <br /> (SPI NOR) |
| RAM1 Size | 256 MiB 268,435,456 B <br />2,097,152 Kib <br />262,144 KiB <br />2,048 Mib <br />0.25 GiB <br /> (DDR3) |
| RAM1 Chip | Brand? Model? |
| ETH chip1 | Qualcomm Atheros IPQ8068 |
| ETH chip2 | Atheros AR8033 |
| ETH chip3 | Atheros AR8033 |
| Ethernet Port Count | 2-1GbE-LAN |
| Wired Standard | IEEE 802.3i/3u/3ab |
|
802dot11 OUI: none specified | |
| Stock bootloader | U-Boot |
| Expansion IF types | USB 3.0 |
| USB ports | 1 |
| USB Hub Compatible | Untested |
| PoE | 802.3at, standard |
| Power | 12 VDC, 2.5 A |
| Connector type | barrel |
| Serial Port (UART) | yes, (115200 8N1) |
|
Flags: | |
|
| |
| Other | |
|
| |
| 3rd Party Firmware Support |
OpenWrt • (List | Dev | DLs) |
| Retail | |
| Availability | End of Life |
| Radio 1 | |
| Chip1 | Qualcomm Atheros QCA9984 |
| Wireless interface OUI | none specified |
| Antenna Connector Type | none specified |
| MIMO status | 4x4:4 |
| Wireless Standard | IEEE 802.11b/g/n |
| 802.11n | up to 600 Mbps |
| 802.11g | up to 54 Mbps |
| 802.11b | up to 11 Mbps |
| WiFi Operating Frequency | 2.412 – 2.472 GHz |
| Radio 2 | |
| Chip1 | Qualcomm Atheros QCA9984 |
| Wireless interface OUI | none specified |
| Antenna Connector Type | none specified |
| MIMO status | 4x4:4 |
| Wireless Standard | IEEE 802.11a/n/ac |
| 802.11ac | up to 1733 Mbps |
| 802.11n | up to 600 Mbps |
| 802.11a | up to 54 Mbps |
| WiFi Operating Frequency | 5.180 – 5.825 GHz |
For a list of all currently documented Atheros (QCA) chipsets with specifications, see Atheros.
For a list of all currently documented Qualcomm Atheros (QCA) chipsets with specifications, see Qualcomm Atheros.
For a list of all currently documented Edge-corE devices with specifications, see Edge-corE.
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
| Since OpenWRT version 24.10, CPU target ipq806x has switched to DSA architecture. Hence upgrading from earlier versions to 24.10.x or later requires complete reset of all router configuration. |
Target: ipq806x
Subtarget: generic
Package architecture: arm_cortex-a15_neon-vfpv4
Supported Since Commit
Support started version: 21.02.0
Current supported version: 24.10.4
Subtarget: generic
Package architecture: arm_cortex-a15_neon-vfpv4
Supported Since Commit
Support started version: 21.02.0
Current supported version: 24.10.4
LAN Comment: Atheros AR8033 Gbe Phy, TI CC2540 BT
WLAN Hardware: 2x Qualcomm Atheros QCA9984
Installation method(s):
GUI OEM, see git-commit
WLAN Hardware: 2x Qualcomm Atheros QCA9984
Installation method(s):
GUI OEM, see git-commit
| git • >> |
|---|
ipq806x: add Edgecore ECW5410 support This patch adds support for the Edgecore ECW5410 indoor AP. Specification: - SoC: Qualcomm Atheros IPQ8068 ARMv7 2x Cortex A-15 - RAM: 256MB(225 usable) DDR3 - NOR Flash: 16MB SPI NOR - NAND Flash: 128MB S34MS01G2 Parallel NAND - Ethernet: 2 x 1G via 2x AR8033 PHY-s connected directly to GMAC2 and GMAC3 via SGMII (802.3af POE IN on eth0) - USB: 1 x USB 3.0 SuperSpeed - WLAN: 2x QCA9994 AC Wawe 2 (1x 2GHz bgn, 1x 5GHz acn) - CC2540 BLE - UART console on RJ45 next to ethernet ports exposed. Its Cisco pin compatible, 115200 8n1 baud. Installation instructions: Through stock firmware or initramfs. 1.Connect to console 2. Login with root account, if password is unknown then interrupt the boot with f and reset it in failsafe. 3. Transfer factory image 4. Flash the image with ubiformat /dev/mtd1 -y -f <your factory image path> This will replace the rootfs2 with OpenWrt, if you are currently running from rootfs2 then simply change /dev/mtd1 to /dev/mtd0 Note Initramfs: 1. Connect to console 2. Transfer the image from TFTP server with tftpboot, or by using DHCP advertised image with dhcp command. 3. bootm 4. Run ubiformat /dev/mtd1 You need to interrupt the bootloader after rebooting and run: run altbootcmd This will switch your active rootfs partition to one you wrote to and boot from it. So if rootfs1 is active, then it will change it to rootfs2. This will format the rootfs2 partition, if your active partition is 2 then simply change /dev/mtd1 with /dev/mtd0 If you dont format the partition you will be writing too, then sysupgrade will find existing UBI rootfs and kernel volumes and update those. This will result in wrong ordering and OpenWrt will panic on boot. 5. Transfer sysupgrade image 6. Flash with sysupgrade -n. Note that sysupgrade will write the image to rootfs partition that is not currently in use. |
Categories:
- Edge-corE
- Embedded system/access point
- Embedded System Qualcomm Atheros
- Embedded System IPQ8068
- Qualcomm Atheros
- Embedded System ARMv7
- Embedded System Cortex-A15
- Embedded System AR8033
- Embedded System Atheros
- Atheros
- OpenWrt Supported
- Embedded System QCA9984
- Has Mimo Status
- Embedded System IEEE 802.11b/g/n
- Embedded System IEEE 802.11a/n/ac
- Dual-Radio Wireless Embedded System
- Wireless Embedded System
- Dual-Band
- Embedded System
- English Documentation