openwrt/target/linux/ath79
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
..
base-files/etc/hotplug.d/ieee80211 ath79: migrate Archer C5 5GHz radio device paths 2022-03-31 18:07:29 +02:00
dts ath79: add support for Aruba AP-115 2023-06-23 00:20:56 +02:00
files kernel: remove obsolete kernel version switches 2023-05-20 15:19:14 +02:00
generic ath79: add support for Aruba AP-115 2023-06-23 00:20:56 +02:00
image ath79: add support for Aruba AP-115 2023-06-23 00:20:56 +02:00
mikrotik ath79: add support for MikroTik RB951Ui-2HnD 2023-05-16 14:55:18 +02:00
nand ath79: add Cisco Meraki MR18 2023-05-14 00:08:35 +02:00
patches-5.15 kernel: bump 5.15 to 5.15.117 2023-06-16 19:44:28 +02:00
tiny treewide: replace wpad-basic-wolfssl default 2023-02-04 02:35:03 +01:00
config-5.15 kernel: mtd: backport SafeLoader parser 2022-10-19 07:07:14 +02:00
Makefile ath79: switch to 5.15 as default kernel 2022-09-24 13:04:24 +02:00
modules.mk