gluon-firmware/targets
Manu.WTF 1eeca33c8d
ramips-mt7621: add support for Ubiquiti UniFi 6 Lite (#2310)
Hardware
--------
MediaTek MT7621AT
256M DDR3
32M SPI-NOR
MediaTek MT7603 2T2R 802.11n 2.4GHz
MediaTek MT7915 2T2R 802.11ax 5GHz

Not Working
-----------
 - Bluetooth (connected to UART3)

UART
----

UART is located in the lower left corner of the board. Pinout is

0 - 3V3 (don't connect)
1 - RX
2 - TX
3 - GND

Console is 115200 8N1.

Boot
----

1. Connect to the serial console and connect power.

2. Double-press ESC when prompted

3. Set the fdt address

   $ fdt addr $(fdtcontroladdr)

4. Remove the signature node from the control FDT

   $ fdt rm /signature

5. Transfer and boot the OpenWrt initramfs image to the device.
   Make sure to name the file C0A80114.img and have it reachable at
   192.168.1.1/24

   $ tftpboot; bootm

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

1. Connect to the booted device at 192.168.1.20 using username/password
   "ubnt".

2. Update the bootloader environment.

   $ fw_setenv devmode TRUE
   $ fw_setenv boot_openwrt "fdt addr \$(fdtcontroladdr);
     fdt rm /signature; bootubnt"
   $ fw_setenv bootcmd "run boot_openwrt"

3. Transfer the OpenWrt sysupgrade image to the device using SCP.

4. Check the mtd partition number for bs / kernel0 / kernel1

   $ cat /proc/mtd

5. Set the bootselect flag to boot from kernel0

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

6. Write the OpenWrt sysupgrade image to both kernel0 as well as kernel1

   $ dd if=openwrt.bin of=/dev/mtdblock6
   $ dd if=openwrt.bin of=/dev/mtdblock7

7. Reboot the device. It should boot into OpenWrt.
2021-09-15 00:44:34 +02:00
..
ath79-generic ath79-generic: add support for Onion Omega (#2306) 2021-09-04 17:42:44 +02:00
ath79-nand ath79: move GL.iNet GL-AR750S to NAND subtarget 2021-06-22 01:59:48 +02:00
bcm27xx-bcm2708 brcm2708: rename targets to bcm27xx 2021-06-21 16:28:15 +02:00
bcm27xx-bcm2709 brcm2708: rename targets to bcm27xx 2021-06-21 16:28:15 +02:00
bcm27xx-bcm2710 brcm2708: rename targets to bcm27xx 2021-06-21 16:28:15 +02:00
bcm27xx.inc brcm2708: rename targets to bcm27xx 2021-06-21 16:28:15 +02:00
generic generic: drop BUSYBOX_CONFIG_FEATURE_PREFER_IPV4_ADDRESS 2021-06-26 00:12:28 +02:00
ipq40xx-generic ipq40xx: add support for Aruba AP-303H / Instant ON AP11D (#2302) 2021-09-01 23:31:01 +02:00
ipq806x-generic ipq806x-generic: remove BROKEN flag for target and NETGEAR R7800 2019-11-05 20:24:05 +01:00
lantiq-xrx200 lantiq-xrx200: add support for AVM Fritz!Box 3370 (#2056) 2020-10-26 13:00:15 +01:00
lantiq-xway lantiq-xway: remove support for AVM FRITZ!Box 7320 7330 7330SL 2020-04-26 18:02:46 +02:00
mediatek-mt7622 mediatek-mt7622: add support for Ubiquiti UniFi 6 LR 2021-06-29 22:23:05 +02:00
mpc85xx-p1010 mpc85xx: update profile names 2021-06-22 01:59:48 +02:00
mpc85xx-p1020 mpc85xx: update profile names 2021-06-22 01:59:48 +02:00
mvebu-cortexa9 mvebu-cortexa9: rename Linksys WRT1200AC 2019-10-30 00:06:14 +01:00
ramips-mt76x8 ramips-mt76x8: add support for GL.iNet microuter-N300 (#2303) 2021-09-04 17:42:16 +02:00
ramips-mt7620 ramips: update profile names 2021-06-22 01:59:48 +02:00
ramips-mt7621 ramips-mt7621: add support for Ubiquiti UniFi 6 Lite (#2310) 2021-09-15 00:44:34 +02:00
rockchip-armv8 rockchip-armv8: add FriendlyARM NanoPi R2S 2021-06-29 00:25:09 +02:00
sunxi-cortexa7 sunxi: update profile names 2021-06-22 01:59:48 +02:00
targets.mk ramips-rt305x: drop target 2021-07-13 21:37:39 +02:00
x86-64 x86: use upstream APU2 LED / GPIO driver 2021-06-22 01:59:48 +02:00
x86-generic x86: use upstream APU2 LED / GPIO driver 2021-06-22 01:59:48 +02:00
x86-geode x86: update profile names 2021-06-22 01:59:48 +02:00
x86-legacy x86: update profile names 2021-06-22 01:59:48 +02:00
x86.inc x86: fix reference to kmod-sp5100-tco 2021-06-22 01:59:48 +02:00