openwrt/package
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 base-files: upgrade: nand: add JFFS2 cleanmarkers support 2023-06-15 10:49:41 +02:00
boot ath79: add support for Aruba AP-115 2023-06-23 00:20:56 +02:00
devel valgrind: update to 3.21.0 2023-06-03 11:28:49 +02:00
firmware ipq807x: rename target to qualcommax 2023-06-16 11:11:08 +02:00
kernel qualcommax: move ipq807x support to subtarget 2023-06-16 11:11:09 +02:00
libs openssl: passing cflags to configure 2023-06-14 21:16:15 +08:00
network netifd: update to the latest version 2023-06-22 15:58:44 +02:00
system selinux-policy: update to 1.2.5 2023-05-31 22:00:48 +02:00
utils firmware-utils: add missing build dependencies 2023-06-01 23:54:20 +02:00
Makefile build: generate index.json 2023-05-09 23:56:49 +02:00