Linksys EA4500 v3

From TechInfoDepot
Jump to navigationJump to search
multiple revisions of this device, use caution
abgn (AN900)
Dual-Band N900 Router with Gigabit and USB
Homepage Product page
Support Support page
Wikipedia Linksys routers
WikiDevi.wi-cat.ru Linksys EA4500 v3
3rd Party Firmware
dd-wrt Status Unknown
OpenWrt Supported
Tomato any flavor Incompatible
Gargoyle Status Unknown
Platform
BrandModelRev Linksys EA4500 v3
FCC ID Q87-EA4500V3
Type wireless router
CPU1 checkY Qualcomm Atheros QCA9558
CPU1 Type MIPS 74Kc
CPU1 Speed 720 MHz
Flash1 Chip Spansion S34ML01G100TFI00
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 /> (SPI NAND)
RAM1 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 /> (DDR2)
RAM1 Chip Winbond W971GG6KB-25
ETH chip1 Qualcomm Atheros QCA9558
Switch Atheros AR8337
Ethernet Port Count 1-1GbE-WAN
4-1GbE-LAN
Wired Standard IEEE 802.3i/3u/3ab

802dot11 OUI: 94:10:3E (4 E, 2 W)
Ethernet OUI: 94:10:3E (4 E, 2 W)

Stock bootloader U-Boot
Expansion IF types USB 2.0
USB ports 1
USB Hub Compatible Untested
Power 12 VDC, 2 A
Connector type barrel
Serial Port (UART) yes, 3.3V TTL, (115200 8N1)
Other

Default IP address: 192.168.1.1
the IP 192.168.1.1 is used by 1359 additional devices
of which 155 are Linksys devices
Default login user: admin
Default login password: admin
admin:admin credentials used by 1358 additional devices
of which 59 are Linksys devices

Manuf/OEM/ODM Wistron NeWeb SAQ1-L1
3rd Party Firmware Support OpenWrt • (List | Dev | DLs)
Retail
Availability End of Life
End of Life date 2023
FCC approval date 12 February 2015
ASIN B007IL7AKM
multiple uses
Country of manuf China
Radio 1
Chip1 Qualcomm Atheros QCA9558
Wireless interface OUI 94:10:3E
Antenna Connector Type none specified
MIMO status 3x3:3
Wireless Standard IEEE 802.11b/g/n
802.11n up to 450 Mbps
802.11g up to 54 Mbps
802.11b up to 11 Mbps
WiFi Operating Frequency 2.4 GHz
Radio 2
Chip1 Atheros AR9580
Wireless interface OUI 94:10:3E
Antenna Connector Type U.FL
MIMO status 3x3:3
Wireless Standard IEEE 802.11a/n
802.11n up to 450 Mbps
802.11a up to 54 Mbps
WiFi Operating Frequency 5 GHz
 CPU1 brandRadio1 chip1 brandRadio2 chip1 brand
Linksys EA4500 v1 (Cisco)MarvellMarvellMarvell
Linksys EA4500 v2MarvellMarvellMarvell
Linksys EA4500 v3Qualcomm AtherosQualcomm AtherosAtheros

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 Linksys devices with specifications, see Linksys.

450 Mbps - 3SS 2.4GHz 802.11n (40MHz chan.),
450 Mbps - 3SS 5GHz 802.11n (40MHz chan.) = AN900 class

Links of Interest

Hardware

Flashing

Flashing OpenWrt

Target: ath79
Subtarget: nand
Package architecture: mips_24kc
Supported Since Commit
Support started version: 22.03.3
Current supported version: 25.12.0
Unsupported Functions:
dual firmware layout
LAN Hardware: Atheros AR8337
WLAN Hardware: Qualcomm Atheros QCA9558, Atheros AR9580
WLAN Comment: MIMO 3T3R
Installation method(s):
GUI OEM, U-Boot TFTP + serial recovery
Recovery method(s):
U-Boot TFTP recovery
git • >>
Add support for the Linksys EA4500 v3 wireless router

Hardware
--------
SoC:    Qualcomm Atheros QCA9558
RAM:    128M DDR2 (Winbond W971GG6KB-25)
FLASH:  128M SPI-NAND (Spansion S34ML01G100TFI00)
WLAN:   QCA9558 3T3R 802.11 bgn
        QCA9580 3T3R 802.11 an
ETH:    Qualcomm Atheros QCA8337
UART:   115200 8n1, same as ea4500 v2
USB:	1 single USB 2.0 host port
BUTTON: Reset - WPS
LED:    1x system-LED
        LEDs besides the ethernet ports are controlled
        by the ethernet switch

MAC Address:
 use        address(sample 1)    source
 label      94:10:3e:xx:xx:6f   caldata@cal_macaddr
 lan        94:10:3e:xx:xx:6f   $label
 wan        94:10:3e:xx:xx:6f   $label
 WiFi4_2G   94:10:3e:xx:xx:70   caldata@cal_ath9k_soc
 WiFi4_5G   94:10:3e:xx:xx:71   caldata@cal_ath9k_pci

Installation from Serial Console
------------

1. Connect to the serial console. Power up the device and interrupt
   autoboot when prompted

2. Connect a TFTP server reachable at 192.168.1.0/24
   (e.g. 192.168.1.66) to the ethernet port. Serve the OpenWrt
   initramfs image as "openwrt.bin"

3. To test OpenWrt only, go to step 4 and never execute step 5;
   To install, auto_recovery should be disabled first, and boot_part
   should be set to 1 if its current value is not.

   ath> setenv auto_recovery no
   ath> setenv boot_part 1
   ath> saveenv

4. Boot the initramfs image using U-Boot

   ath> setenv serverip 192.168.1.66
   ath> tftpboot 0x84000000 openwrt.bin
   ath> bootm

5. Copy the OpenWrt sysupgrade image to the device using scp and
   install it like a normal upgrade (with no need to keeping config
   since no config from "previous OpenWRT installation" could be kept
   at all)

   # sysupgrade -n /path/to/openwrt/sysupgrade.bin

Note: Like many other routers produced by Linksys, it has a dual
      firmware flash layout, but because I do not know how to handle
      it, I decide to disable it for more usable space. (That is why
      the "auto_recovery" above should be disabled before installing
      OpenWRT.) If someone is interested in generating factory
      firmware image capable to flash from stock firmware, as well as
      restoring the dual firmware layout, commented-out layout for the
      original secondary partitions left in the device tree may be a
      useful hint.

Installation from Web Interface
------------

1. Login to the router via its web interface (default password: admin)

2. Find the firmware update interface under "Connectivity/Basic"

3. Choose the OpenWrt factory image and click "Start"

4. If the router still boots into the stock firmware, it means that
   the OpenWrt factory image has been installed to the secondary
   partitions and failed to boot (since OpenWrt on EA4500 v3 does not
   support dual boot yet), and the router switched back to the stock
   firmware on the primary partitions. You have to install a stock
   firmware (e.g. 3.1.6.172023, downloadable from
   https://www.linksys.com/support-article?articleNum=148385 ) first
   (to the secondary partitions) , and after that, install OpenWrt
   factory image (to the primary partitions). After successful
   installation of OpenWrt, auto_recovery will be automatically
   disabled and router will only boot from the primary partitions.