NEC Aterm WG2600HP
From TechInfoDepot
Jump to navigationJump to search
| abgn+ac (AC2600) | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| WiFi Router | |||||||||||||||||
|
| |||||||||||||||||
| Homepage | Product page | ||||||||||||||||
| 3rd Party Firmware | |||||||||||||||||
| dd-wrt | Status Unknown | ||||||||||||||||
| OpenWrt | Supported | ||||||||||||||||
| Tomato any flavor | Incompatible | ||||||||||||||||
| Gargoyle | Status Unknown | ||||||||||||||||
| Platform | |||||||||||||||||
| Brand • Model • Rev | NEC WG2600HP | ||||||||||||||||
| FCC ID | none specified | ||||||||||||||||
| Type | wireless router | ||||||||||||||||
| CPU1 | Qualcomm IPQ8064 | ||||||||||||||||
| CPU1 Type | ARMv7-A Cortex-A15 | ||||||||||||||||
| CPU1 Speed | 1.4 GHz ( 2 cores ) | ||||||||||||||||
| Flash1 Chip | Brand? Model? | ||||||||||||||||
| Flash1 Size | 32 MiB 33,554,432 B <br />262,144 Kib <br />32,768 KiB <br />256 Mib <br />0.0313 GiB <br /> (SPI) | ||||||||||||||||
| RAM1 Size | 512 MiB 536,870,912 B <br />4,194,304 Kib <br />524,288 KiB <br />4,096 Mib <br />0.5 GiB <br /> | ||||||||||||||||
| RAM1 Chip | Brand? Model? | ||||||||||||||||
| ETH chip1 | Qualcomm IPQ8064 | ||||||||||||||||
| Switch | Qualcomm Atheros QCA8337 | ||||||||||||||||
| Ethernet Port Count |
1-1GbE-WAN 4-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 | ||||||||||||||||
| Serial Port (UART) | yes, 3.3V TTL, (115200 8N1) | ||||||||||||||||
|
| |||||||||||||||||
|
| |||||||||||||||||
| Other | |||||||||||||||||
|
| |||||||||||||||||
| 3rd Party Firmware Support |
OpenWrt • (List | Dev | DLs) | ||||||||||||||||
| Retail | |||||||||||||||||
| Availability | End of Life | ||||||||||||||||
| End of Life date | 2019 | ||||||||||||||||
| Radio 1 | |||||||||||||||||
| Chip1 | Qualcomm Atheros QCA9980 | ||||||||||||||||
| Wireless interface OUI | none specified | ||||||||||||||||
| Antenna Connector Type | none specified | ||||||||||||||||
| MIMO status | 4x4:4 | ||||||||||||||||
| Wireless Standard | IEEE 802.11b/g/n | ||||||||||||||||
| n-QAM | up to 800 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 Atheros QCA9980 | ||||||||||||||||
| 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 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 NEC devices with specifications, see NEC.
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: 18.06.0
Current supported version: 24.10.4
Subtarget: generic
Package architecture: arm_cortex-a15_neon-vfpv4
Supported Since Commit
Support started version: 18.06.0
Current supported version: 24.10.4
LAN Hardware: Qualcomm Atheros QCA8337
WLAN Hardware: 2x Qualcomm Atheros QCA9980
Installation method(s):
U-Boot TFTP + serial recovery, see git-commit
WLAN Hardware: 2x Qualcomm Atheros QCA9980
Installation method(s):
U-Boot TFTP + serial recovery, see git-commit
| git • >> |
|---|
ipq806x: add support for NEC Aterm WG2600HP NEC Aterm WG2600HP is a 2.4/5 GHz band 11ac router, based on Qualcomm IPQ8064. Specification: - IPQ8064 (384 - 1,400 MHz) - 512 MB of RAM - 32 MB of Flash (SPI) - 4T4R 2.4/5 GHz - 5x 10/100/1000 Mbps Ethernet - 12x LEDs, 4x keys - 1x USB 3.0 Type-A - UART header on PCB - RX, TX, NC, GND, Vcc from power connector side - baudrate: 115200 bps Flash instruction using initramfs image: 1. Connect serial cable to UART header 2. Connect power cable and turn on the router 3. When the "Press the [f] key and hit [enter] to enter failsafe mode" message is displayed on the console, press the "f" key and Enter key sequentially to enter the failsafe mode 4. create fw_env.config file with following contents on failsafe mode: /dev/mtd9 0x0 0x10000 0x10000 5. Execute following commands to add and change the environment variables of U-Boot fw_setenv ipaddr "192.168.0.1" fw_setenv serverip "192.168.0.2" fw_setenv autostart "yes" fw_setenv bootcmd "tftpboot 0x44000000 wg2600hp-initramfs.bin; bootipq" 6. Set the IP address of the computer to 192.168.0.2, connect to the LAN port of WG2600HP, and start the TFTP server on the computer 7. Rename OpenWrt initramfs image for WG2600HP to "wg2600hp-initramfs.bin" and place it in the TFTP directory 8. Remove power cable from WG2600HP, reconnect it and restart WG2600HP 9. WG2600HP downloads initramfs image from TFTP server on the computer, loads it and boot with initramfs image 10. On the initramfs image, execute "mtd erase firmware" to erase stock firmware and execute sysupgrade with the sysupgrade image 11. Wait ~180 seconds to complete flashing |
Categories:
- NEC
- Embedded system/wireless router
- Embedded System Qualcomm
- Embedded System IPQ8064
- Qualcomm
- Embedded System ARMv7-A
- Embedded System Cortex-A15
- Embedded System Qualcomm Atheros
- Embedded System QCA8337
- Qualcomm Atheros
- OpenWrt Supported
- Embedded System QCA9980
- 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