immortalwrt/target/linux
David Bauer 5ad05681f2 ath79: add support for UniFi UK-Ultra
Hardware
--------
CPU:   Qualcomm Atheros QCA9563
RAM:   128M DDR2
FLASH: 16MB SPI-NOR
WiFi:  Qualcomm Atheros QCA9563 2x2:2 802.11n 2.4GHz
       Qualcomm Atheros QCA9880 2x2:2 802.11ac 5GHz

Antennas
--------
The device features internal antennas as well as external antenna
connectors. By default, the internal antennas are used.

Two GPIOs are exported by name, which can be used to control the
antenna-path mux. Writing a logical 0 enables the external antenna
connectors.

Installation
------------
1. Download the OpenWrt sysupgrade image to the device. You can use scp
   for this task. The default username and password are "ubnt" and the
   device is reachable at 192.168.1.20.

   $ scp -O openwrt-sysupgrade.bin ubnt@192.168.1.20:/tmp/firmware.bin

2. Connect to the device using SSH.

   $ ssh ubnt@192.168.1.20

3. Disable the write-protect

   $ echo "5edfacbf" > /proc/ubnthal/.uf

4. Verify kernel0 and kernel1 match mtd2 and mtd3

   $ cat /proc/mtd

5. Write the sysupgrade image to kernel0 and kernel1

   $ dd if=/tmp/firmware.bin of=/dev/mtdblock2
   $ dd if=/tmp/firmware.bin of=/dev/mtdblock3

6. Write the bootselect flag to boot from kernel0

   $ dd if=/dev/zero bs=1 count=1 of=/dev/mtd4

7. Reboot the device

   $ reboot

Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit bf94e0a383)
2024-01-10 04:58:33 +01:00
..
airoha
apm821xx
archs38
armsr
at91
ath25
ath79 ath79: add support for UniFi UK-Ultra 2024-01-10 04:58:33 +01:00
bcm27xx kernel: bump 5.15 to 5.15.146 2024-01-08 23:15:35 +01:00
bcm47xx kernel: bump 5.15 to 5.15.146 2024-01-08 23:15:35 +01:00
bcm53xx bcm53xx: add the latest fix version of brcm_nvram 2023-11-02 09:45:16 +01:00
bcm63xx
bcm4908
bmips
gemini kernel: bump 5.15 to 5.15.146 2024-01-08 23:15:35 +01:00
generic kernel: bump 5.15 to 5.15.146 2024-01-08 23:15:35 +01:00
imx
ipq40xx kernel: bump 5.15 to 5.15.145 2024-01-07 12:57:30 +00:00
ipq806x kernel: bump 5.15 to 5.15.145 2024-01-07 12:57:30 +00:00
ipq807x kernel: bump 5.15 to 5.15.145 2024-01-07 12:57:30 +00:00
kirkwood kirkwood: fix Ctera C200 V1 ubi part name 2023-12-14 21:40:20 +01:00
lantiq kernel: bump 5.15 to 5.15.145 2024-01-07 12:57:30 +00:00
layerscape treewide: fix shell errors during dump stage 2023-11-13 14:02:38 +01:00
malta
mediatek mediatek: fix BPI-R3 wifi mac address 2024-01-09 15:16:58 +01:00
mpc85xx mpc85xx: allow mapping of cpu1 spin-table page 2023-12-04 14:21:21 +01:00
mvebu kernel: bump 5.15 to 5.15.145 2024-01-07 12:57:30 +00:00
mxs
octeon kernel: bump 5.15 to 5.15.145 2024-01-07 12:57:30 +00:00
octeontx kernel: bump 5.15 to 5.15.145 2024-01-07 12:57:30 +00:00
omap
oxnas kernel: bump 5.15 to 5.15.145 2024-01-07 12:57:30 +00:00
pistachio kernel: fix mtd/NVMEM regression affecting U-Boot env NVMEM driver 2023-11-02 09:45:08 +01:00
qoriq
ramips ramips: add support for D-Link COVR-X1860 A1 2024-01-08 21:13:54 +01:00
realtek kernel: bump 5.15 to 5.15.145 2024-01-07 12:57:30 +00:00
rockchip rockchip: configure eth pad driver strength for orangepi r1 plus lts 2024-01-05 23:36:31 +01:00
sifiveu
sunxi
tegra
uml
x86 kernel: bump 5.15 to 5.15.139 2023-11-25 20:17:09 +01:00
zynq
Makefile