You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux
Piotr Dymacz e5d4c09667 ath79: add support for YunCore XD4200 and A782
YunCore XD4200 ('XD4200_W6.0' marking on PCB) is Qualcomm/Atheros based
(QCA9563, QCA9886, QCA8334) dual-band, Wave-2 AC1200 ceiling AP with PoE
(802.3at) support. A782 model ('T750_V5.1' marking on PCB) is a smaller
version of the XD4200, with similar specification but lower TX power.

Specification:

- QCA9563 (775 MHz)
- 128 MB of RAM (DDR2)
- 16 MB of FLASH (SPI NOR)
- 2x 10/100/1000 Mbps Ethernet (QCA8334), with 802.3at PoE support (WAN)
- Wi-Fi 2.4 GHz:
  - XD4200: 2T2R (QCA9563), with ext. PA (SKY65174-21) and LNA
  - A782: 2T2R (QCA9563), with ext. FEM (SKY85329-11)
- Wi-Fi 5 GHz:
  - XD4200: 2T2R (QCA9886), with ext. FEM (SKY85728-11)
  - A782: 2T2R (QCA9886), with ext. FEM (SKY85735-11)
- LEDs:
  - XD4200: 5x (2x driven by SOC, 1x driven by AC radio, 2x Ethernet)
  - A782: 3x (1x RGB, driven by SOC and radio, 2x Ethernet)
- 1x button (reset)
- 1x UART (4-pin, 2.54 mm pitch) header on PCB
- 1x DC jack (12 V)

Flash instructions:

If your device comes with generic QSDK based firmware, you can login
over telnet (login: root, empty password, default IP: 192.168.188.253),
issue first (important!) 'fw_setenv' command and then perform regular
upgrade, using 'sysupgrade -n -F ...' (you can use 'wget' to download
image to the device, SSH server is not available):

  fw_setenv bootcmd "bootm 0x9f050000 || bootm 0x9fe80000"
  sysupgrade -n -F openwrt-...-yuncore_...-squashfs-sysupgrade.bin

In case your device runs firmware with YunCore custom GUI, you can use
U-Boot recovery mode:

1. Set a static IP 192.168.0.141/24 on PC and start TFTP server with
   'tftp' image renamed to 'upgrade.bin'
2. Power the device with reset button pressed and release it after 5-7
   seconds, recovery mode should start downloading image from server
   (unfortunately, there is no visible indication that recovery got
   enabled - in case of problems check TFTP server logs)

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
5 years ago
..
apm821xx treewide: kernel config: remove runtime options 5 years ago
ar7 kernel: bump 4.9 to 4.9.194 5 years ago
ar71xx ar71xx: ubnt-(xm,xw): add rssileds package 5 years ago
arc770 treewide: remove kmod-usb-core from DEVICE_PACKAGES 5 years ago
archs38 treewide: remove kmod-usb-core from DEVICE_PACKAGES 5 years ago
armvirt armvirt: fix overlay support by updating to f2fs/ext4 based overlays 5 years ago
at91 at91: split up remaining DEVICE_TITLE definitions 5 years ago
ath25 ath25: split up DEVICE_TITLE 5 years ago
ath79 ath79: add support for YunCore XD4200 and A782 5 years ago
bcm53xx bcm53xx: sysupgrade: support Luxul NAND devices 5 years ago
brcm47xx kernel: bump 4.19 to 4.19.85 5 years ago
brcm63xx kernel: bump 4.19 to 4.19.85 5 years ago
brcm2708 treewide: kernel config: remove runtime options 5 years ago
cns3xxx cns3xxx: use proper macros for defining partition regions 5 years ago
gemini treewide: remove kmod-usb-core from DEVICE_PACKAGES 5 years ago
generic treewide: kernel config: remove runtime options 5 years ago
imx6 imx6: install-dtb as separate IMAGE 5 years ago
ipq40xx kernel: bump 4.19 to 4.19.85 5 years ago
ipq806x kernel: bump 4.14 to 4.14.155 5 years ago
ixp4xx treewide: remove kmod-usb-core from DEVICE_PACKAGES 5 years ago
kirkwood kirkwood: Fix FS#505 - Can't install LEDE on Linksys EA3500 5 years ago
lantiq lantiq: remove redundant WiFi LED on FRITZ!Box 7320 5 years ago
layerscape kernel: bump 4.14 to 4.14.155 5 years ago
malta malta: fix overlay support by updating to f2fs/ext4 based overlays 5 years ago
mediatek treewide: kernel config: remove runtime options 5 years ago
mpc85xx mpc85xx: correct TP-LINK TL-WDR4900 MAC addresses 5 years ago
mvebu treewide: kernel config: remove runtime options 5 years ago
mxs treewide: kernel config: remove runtime options 5 years ago
octeon octeon: split up remaining DEVICE_TITLE 5 years ago
octeontx octeontx: fix thunderx BGX underflow irq name 5 years ago
omap omap: switch from uEnv.txt to generic distro booting 5 years ago
orion orion: replace backticks by $(...) 5 years ago
oxnas oxnas: convert DEVICE_TITLE to new variables 5 years ago
pistachio pistachio: split up DEVICE_TITLE 5 years ago
ramips ramips: reorganize NETGEAR sercomm boards 5 years ago
rb532 rb532: split up DEVICE_TITLE 5 years ago
samsung samsung: split up DEVICE_TITLE 5 years ago
sunxi treewide: kernel config: remove runtime options 5 years ago
tegra x86,tegra,mvebu: image: use common reproducible IMG_PART_SIGNATURE 5 years ago
uml kernel: Deactivate CONFIG_BINFMT_MISC 5 years ago
x86 kernel: bump 4.19 to 4.19.84 5 years ago
zynq treewide: kernel config: remove runtime options 5 years ago
Makefile