openwrt/target/linux
David Lutz a7abc7ec3b ath79: Add support for Sophos AP15C
The Sophos AP15C uses the same hardware as the AP15, but has a reset button.

Based on:
commit 6f1efb2898 ("ath79: add support for Sophos AP100/AP55 family")
author    Andrew Powers-Holmes <andrew@omnom.net>
          Fri, 3 Sep 2021 15:53:57 +0200 (23:53 +1000)
committer Hauke Mehrtens <hauke@hauke-m.de>
          Sat, 16 Apr 2022 16:59:29 +0200 (16:59 +0200)

Unique to AP15C:
 - Reset button
 - External RJ45 serial console port

Flashing instructions:

This firmware can be flashed either via a compatible Sophos SG or XG
firewall appliance, which does not require disassembling the device, or via
the U-Boot console available on the internal UART header.

To flash via XG appliance:
 - Register on Sophos' website for a no-cost Home Use XG firewall license
 - Download and install the XG software on a compatible PC or virtual
   machine, complete initial appliance setup, and enable SSH console access
 - Connect the target AP device to the XG appliance's LAN interface
 - Approve the AP from the XG Web UI and wait until it shows as Active
   (this can take 3-5 minutes)
 - Connect to the XG appliance over SSH and access the Advanced Console
   (Menu option 5, then menu option 3)
 - Run `sudo awetool` and select the menu option to connect to an AP via
   SSH. When prompted to enable SSH on the target AP, select Yes.
 - Wait 2-3 minutes, then select the AP from the awetool menu again. This
   will connect you to a root shell on the target AP.
 - Copy the firmware to /tmp/openwrt.bin on the target AP via SCP/TFTP/etc
 - Run `mtd -r write /tmp/openwrt.bin astaro_image`
 - When complete, the access point will reboot to OpenWRT.

To flash via U-Boot serial console:
 - Configure a TFTP server on your PC, and set IP address 192.168.99.8 with
   netmask 255.255.255.0
 - Copy the firmware .bin to the TFTP server and rename to 'uImage_AP15C'
 - Open the target AP's enclosure and locate the 4-pin 3.3V UART header [4]
 - Connect the AP ethernet to your PC's ethernet port
 - Connect a terminal to the UART at 115200 8/N/1 as usual
 - Power on the AP and press a key to cancel autoboot when prompted
 - Run the following commands at the U-Boot console:
    - `tftpboot`
    - `cp.b $fileaddr 0x9f070000 $filesize`
    - `boot`
 - The access point will boot to OpenWRT.

Signed-off-by: David Lutz <kpanic@hirnduenger.de>
2024-11-09 03:21:36 +01:00
..
airoha airoha: an7581: replace TRNG patch with upstream version 2024-10-28 14:01:52 +01:00
apm821xx apm821xx: move CONFIG_GENERIC_PHY up 2024-10-24 00:25:28 +02:00
archs38 kernel: activate *_FS_SECURITY and *_FS_ACL_ATTR options for all big flash targets 2024-09-06 22:46:59 +02:00
armsr armsr: don't limit kmods to armsr armv8 subtarget 2024-10-29 00:07:55 +01:00
at91 at91: drop 6.1 support 2024-09-20 18:42:56 +01:00
ath79 ath79: Add support for Sophos AP15C 2024-11-09 03:21:36 +01:00
bcm27xx kernel: bump 6.6 to 6.6.59 2024-11-04 23:40:12 +01:00
bcm47xx generic: 6.6: add backported bmips CBR patches 2024-08-06 14:06:09 +02:00
bcm53xx kernel: bump 6.6 to 6.6.59 2024-11-04 23:40:12 +01:00
bcm4908 bcm4908: drop 6.1 support 2024-08-30 11:39:44 +02:00
bmips bmips: fix kernel panic caused by missing CBR address 2024-10-01 19:15:45 +02:00
d1 kernel: Reorder config files 2024-10-22 21:13:26 +02:00
gemini kernel: bump 6.6 to 6.6.57 2024-10-19 16:21:32 +02:00
generic kernel: bump 6.6 to 6.6.59 2024-11-04 23:40:12 +01:00
imx kernel: Reorder config files 2024-10-22 21:13:26 +02:00
ipq40xx ipq40xx: use devm for mutex_init 2024-11-02 12:15:12 +01:00
ipq806x ipq806x: Revert "ipq806x: swap lan leds for Meraki MR52" 2024-10-30 15:51:18 +01:00
ixp4xx ixp4xx: Add back support for D-Link DSM G600 A 2024-05-25 09:17:19 +02:00
kirkwood kirkwood: dns320l: export mcu_power GPIO 2024-10-28 09:24:32 +01:00
lantiq treewide: remove platform_get_resoruce 2024-10-22 00:44:33 +02:00
layerscape layerscape: drop fmc and fmc-eth-config package 2024-10-29 00:07:55 +01:00
loongarch64 kernel: activate *_FS_SECURITY and *_FS_ACL_ATTR options for all big flash targets 2024-09-06 22:46:59 +02:00
malta kernel: activate *_FS_SECURITY and *_FS_ACL_ATTR options for all big flash targets 2024-09-06 22:46:59 +02:00
mediatek mediatek: set 7 MACs per wifi band in board.json on OpenWrt One 2024-11-05 10:11:44 +01:00
mpc85xx mpc85xx: move CONFIG_MTD_SPLIT_FIRMWARE up 2024-10-24 00:30:11 +02:00
mvebu mvebu: cortexa9: drop removal of firewall4 package 2024-10-30 14:17:33 +01:00
mxs mxs: drop removal of firewall4 package 2024-10-30 14:17:33 +01:00
octeon octeon: set Linux 6.6 as the default kernel 2024-09-09 18:24:34 +02:00
omap omap: remove 6.1 support 2024-09-16 00:19:49 +02:00
pistachio pistachio: drop files for Linux 6.1 2024-09-20 18:57:33 +01:00
qoriq kernel: move CONFIG_DRM_OFDRM to generic 2024-10-22 00:50:55 +02:00
qualcommax ipq807x: sax1v1k: fix sysupgrade not touching rootfs_data 2024-09-24 00:07:55 +02:00
ramips rampis: mt7621: Edgerouter-X adjust IMAGE_SIZE to reflect new kernel size 2024-11-08 12:37:14 +00:00
realtek realtek: ethernet: Improve SMI polling configuration based on DTS 2024-10-27 22:26:25 +01:00
rockchip kernel: bump 6.6 to 6.6.59 2024-11-04 23:40:12 +01:00
sifiveu kernel: Reorder config files 2024-10-22 21:13:26 +02:00
siflower siflower: gpio: use gpiochip_get_data 2024-10-21 09:18:21 +08:00
starfive kernel: bump 6.6 to 6.6.59 2024-11-04 23:40:12 +01:00
sunxi kernel: Reorder config files 2024-10-22 21:13:26 +02:00
tegra tegra: promote kernel 6.6 as default 2024-07-13 14:29:16 +02:00
uml uml: fix glibc-static check with GCC14 2024-06-22 22:06:06 +02:00
x86 kernel: Reorder config files 2024-10-22 21:13:26 +02:00
zynq zynq: drop 6.1 support 2024-08-03 11:36:59 +02:00
Makefile linux: add dtb makefile target to targets list 2024-02-08 23:04:55 +01:00