You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/ramips
David Bauer 4c8446bf39 ramips: add support for Ubiquiti UniFi nanoHD
Hardware
--------
SoC:   MediaTek MT7621AT
WiFi:  MediaTek MT7603 bgn 2T2R
       MediaTek MT7615 ac  4T4R
Flash: 32M SPI (Macronix MX25L25635F)
RAM:   128M DDR3 (Winbond W631GG6KB)
LED:   Dome (Blue / White)
BTN:   Reset

Installation
------------

These instructions were written for firmware version v3.9.27.
Downgrade if necessary.

1. Copy the OpenWrt sysupgrade image to the devices /tmp folder
   via scp. On factory defaults, user and password is "ubnt" at
   192.168.1.20/24.

2. Write the bootselect flag. Otherwise, the device might boot from the
   wrong partition. Verify the mtd partition used in the command below
   is the one labled "bs" in /proc/mtd (as this might change in the
   future).

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

3. Write the OpenWrt sysupgrade to the mtd partitions labled
   "kernel0" and "kernel1".

   > dd if=/tmp/openwrt-sysupgrade.bin of=/dev/mtdblock6
   > dd if=/tmp/openwrt-sysupgrade.bin of=/dev/mtdblock7

4. Reboot or powercycle the device.

Signed-off-by: David Bauer <mail@david-bauer.net>
4 years ago
..
base-files ramips: move set-irq-affinity script to mt7621 subtarget 4 years ago
dts ramips: add support for Ubiquiti UniFi nanoHD 4 years ago
files-4.14/drivers ramips: mt7530: more detailed output for unexpected etag_ctrl 4 years ago
image ramips: add support for Ubiquiti UniFi nanoHD 4 years ago
mt76x8 ramips: fix HiWiFi HC5761A switch settings 4 years ago
mt7620 ramips: add support for TP-Link RE210 v1 4 years ago
mt7621 ramips: add support for Ubiquiti UniFi nanoHD 4 years ago
patches-4.14 kernel: bump 4.14 to 4.14.171 4 years ago
rt288x ramips: rt288x: use flash location for wan_mac in 02_network 5 years ago
rt305x ramips: rt305x: use flash location for wan_mac in 02_network 5 years ago
rt3883 ramips: fix USB LED for Belkin F9K1109v1 5 years ago
Makefile ramips: switch to linux 4.14 6 years ago
modules.mk kernel: fix typos in KernelPackage description 4 years ago