openwrt-pf/target/linux
David Bauer 1b467a902e ath79: add support for Aruba AP-115
Hardware
========

CPU   Qualcomm Atheros QCA9558
RAM   256MB DDR2
FLASH 2x 16M SPI-NOR (Macronix MX25L12805D)
WIFI  Qualcomm Atheros QCA9558
      Atheros AR9590

Installation
============

1. Attach to the serial console of the AP-105.
   Interrupt autoboot and change the U-Boot env.

   $ setenv rb_openwrt "setenv ipaddr 192.168.1.1;
     setenv serverip 192.168.1.66;
     netget 0x80060000 ap115.bin; go 0x80060000"
   $ setenv fb_openwrt "bank 1;
     cp.b 0xbf100040 0x80060000 0x10000; go 0x80060000"
   $ setenv bootcmd "run fb_openwrt"
   $ saveenv

2. Load the OpenWrt initramfs image on the device using TFTP.
   Place the initramfs image as "ap105.bin" in the TFTP server
   root directory, connect it to the AP and make the server reachable
   at 192.168.1.66/24.

   $ run rb_openwrt

3. Once OpenWrt booted, transfer the sysupgrade image to the device
   using scp and use sysupgrade to install the firmware.

Signed-off-by: David Bauer <mail@david-bauer.net>
2023-06-23 00:20:56 +02:00
..
airoha
apm821xx apm821xx: switch over from DTB_SIZE to DEVICE_DTC_FLAGS 2023-06-09 22:28:45 +02:00
archs38
armsr uboot-armsr: add support for QEMU armv7/armv8 2023-06-10 21:50:22 +02:00
at91
ath25 kernel: bump 5.15 to 5.15.116 2023-06-12 20:39:38 +02:00
ath79 ath79: add support for Aruba AP-115 2023-06-23 00:20:56 +02:00
bcm27xx kernel: bump 6.1 to 6.1.34 2023-06-16 19:42:56 +02:00
bcm47xx
bcm53xx bcm53xx: add testing support for kernel 6.1 2023-06-16 11:19:06 +02:00
bcm63xx bcm63xx: fix the Home Hub 2a power LED 2023-06-16 14:39:39 +02:00
bcm4908
bmips bmips: add support for Arcadyan AR7516 2023-06-22 17:53:32 +02:00
gemini
generic generic: 6.1: backport LEDs patch adding additional modes 2023-06-21 12:43:33 +02:00
imx kernel: backport NVMEM patches queued for the v6.5 2023-06-16 09:45:38 +02:00
ipq40xx
ipq806x ipq806x: 6.1: restore missing dts for Netgear XR450 2023-06-17 02:21:53 +02:00
kirkwood
lantiq lantiq: replace random_ether_addr with eth_random_addr 2023-06-10 12:40:29 +02:00
layerscape kernel: backport NVMEM patches queued for the v6.5 2023-06-16 09:45:38 +02:00
malta
mediatek filogic: add support for Netgear WAX220 2023-06-21 23:32:26 +02:00
mpc85xx mpc85xx: 5.15: refresh kernel patches 2023-06-10 06:56:19 +02:00
mvebu
mxs
octeon
octeontx
omap
oxnas
pistachio
qoriq
qualcommax qualcommax: ipq807x: use upstreamed thermal trips patch 2023-06-17 12:30:10 +02:00
ramips ramips: mt7621: add support for Zbtlink ZBT-WG1608 (32M) 2023-06-20 21:48:23 +08:00
realtek
rockchip rockchip: fix setup network config for nanopi r2c 2023-06-17 12:20:10 +02:00
sifiveu kernel: bump 5.15 to 5.15.117 2023-06-16 19:44:28 +02:00
sunxi
tegra
uml
x86
zynq
Makefile