diff options
author | Jan Alexander <jan@nalx.net> | 2020-11-30 11:51:16 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-01-14 01:03:54 +0100 |
commit | 4e46beb31342a2b02e32185e91806093f68a77be (patch) | |
tree | 7b2aa170cdf8d0e7c3f0cdca9d46ba09a0ad96d4 /target/linux/ipq40xx | |
parent | 3c20768bb981b636b97a7ed80b7834835fc36ca1 (diff) | |
download | upstream-4e46beb31342a2b02e32185e91806093f68a77be.tar.gz upstream-4e46beb31342a2b02e32185e91806093f68a77be.tar.bz2 upstream-4e46beb31342a2b02e32185e91806093f68a77be.zip |
ipq806x: add support for Ubiquiti UniFi AC HD
Hardware
--------
SoC: Qualcomm IPQ8064
RAM: 512MB DDR3
Flash: 256MB NAND (Micron MT29F2G08ABBEAH4)
32MB SPI-NOR (Macronix MX25U25635F)
WLAN: Qualcomm Atheros QCA9994 4T4R b/g/n
Qualcomm Atheros QCA9994 4T4R a/n/ac
ETH: eth0 - SECONDARY (Atheros AR8033)
eth1 - MAIN (Atheros AR8033)
USB: USB-C
LED: Dome (white / blue)
BTN: Reset
Installation
------------
Copy the OpenWrt sysupgrade image to the /tmp directory of the device
using scp. Default IP address is 192.168.1.20 and default username and
password are "ubnt".
SSH to the device and write the bootselect flag to ensure it is booting
from the mtd partition the OpenWrt image will be written to. Verify the
output device below matches mtd partition "bootselect" using /proc/mtd.
> dd if=/dev/zero bs=1 count=1 seek=7 conv=notrunc of=/dev/mtd11
Write the OpenWrt sysupgrade image to the mtd partition labeled
"kernel0". Also verify the used partition device using /proc/mtd.
> dd if=/tmp/sysupgrade.bin of=/dev/mtdblock12
Reboot the device.
Back to stock
-------------
Use the TFTP recovery procedure with the Ubiquiti firmware image to
restore the vendor firmware.
Signed-off-by: Jan Alexander <jan@nalx.net>
Diffstat (limited to 'target/linux/ipq40xx')
0 files changed, 0 insertions, 0 deletions