[PATCH 0/1] ipq806x: add support for Linksys E8350-v1

Todor Colov todorcolov at abv.bg
Sat Jul 25 12:21:02 EDT 2020


Linksys E8350 is AC2350 (802.11ac Wave-2) router

Device specifications:
Architecture 	ARM (armv7l cortex-a15+neon vfpv4)
Vendor 	Linksys
Bootloader 	U-Boot
System-On-Chip 	Qualcomm IPQ8064 @ 1.4 GHz
CPU/Speed 	2 x 1.4 GHz
Flash-Chips 	SPI MX25U3235F + NAND MT29F1G08ABBDAH4
Flash sizes 	4 MiB SPI + 128 MiB NAND
RAM 	512 MiB (491 MiB for the OS)
Wireless 1 	Qualcomm QCA9880 2.4GHz 802.11bgn
Wireless 2 	Quantenna QSR1000 5GHz 802.11ac ( driver not supported )
Ethernet 	4 x 10/100/1000 Mbit/s w/ vlan support
Switch 	Qualcomm Atheros QCA8337
USB 	1 x 3.0 + 1 x 2.0(combo with eSata port)
eSata 	1 (combo with one of the USB ports)
Serial 	Yes|Not populated
JTAG 	Not populated

https://openwrt.org/inbox/toh/linksys/linksys_ea8350_1

Flashing instructions:
* Upgrade with factory image via web interface

Debricking:

Get the original firmware: https://downloads.linksys.com/downloads/firmware/FW_E8350_1.0.03.003_20180929.bin
1. power off the device and disconnect the WAN port. (Only LAN port to be connected)
2. press & hold the “Reset” button
3. power on the deiece & wait for 10 seconds with pressed “Reset” button
- the Router will open Firmware Recovery “http” server on IP: 192.168.1.1
4. set IP on your PC from 192.168.1.0/24 network ( Router is on IP 192.168.1.1 )
5. open in browser URL:
http://192.168.1.1/index.shtml 

MAC addresses:
MAC address (as on device label) is stored in u-boot env
WLAN uses address incremented by 1.

Todor Colov (1):
  ipq806x: Add support for Linksys E8350-v1

 .../ipq806x/base-files/etc/board.d/01_leds    |   3 +
 .../ipq806x/base-files/etc/board.d/02_network |   1 +
 .../base-files/lib/upgrade/platform.sh        |   3 +-
 .../arm/boot/dts/qcom-ipq8064-e8350-v1.dts    | 246 ++++++++++++++++++
 target/linux/ipq806x/image/Makefile           |  29 +++
 .../0069-arm-boot-add-dts-files.patch         |   3 +-
 6 files changed, 283 insertions(+), 2 deletions(-)
 create mode 100644 target/linux/ipq806x/files-5.4/arch/arm/boot/dts/qcom-ipq8064-e8350-v1.dts

-- 
2.27.0




More information about the openwrt-devel mailing list