Russell Senior
591a4c9ed3
ath79: Add support for Ubiquiti Bullet AC
...
CPU: Atheros AR9342 rev 3 SoC
RAM: 64 MB DDR2
Flash: 16 MB NOR SPI
WLAN 2.4GHz: Atheros AR9342 v3 (ath9k)
WLAN 5.0GHz: QCA988X
Ports: 1x GbE
Flashing procedure is identical to other ubnt devices.
https://openwrt.org/toh/ubiquiti/common
Flashing through factory firmware
1. Ensure firmware version v8.7.0 is installed.
Up/downgrade to this exact version.
2. Patch fwupdate.real binary using
`hexdump -Cv /bin/ubntbox | sed 's/14 40 fe 27/00 00 00 00/g' | \
hexdump -R > /tmp/fwupdate.real`
3. Make the patched fwupdate.real binary executable using
`chmod +x /tmp/fwupdate.real`
4. Copy the squashfs factory image to /tmp on the device
5. Flash OpenWrt using `/tmp/fwupdate.real -m <squashfs-factory image>`
6. Wait for the device to reboot
(copied from Ubiquiti NanoBeam AC and modified)
Flashing from serial console
1. Connect serial console (115200 baud)
2. Connect ethernet to a network with a TFTP server, through a
passive PoE injector.
3. Press a key to obtain a u-boot prompt
4. Set your TFTP server's ip address, with:
setenv serverip <tftp-server-address>
5. Set the Bullet AC's ip address, with:
setenv ipaddr <bullet-ac-address>
6. Set the boot file, with:
setenv bootfile <name-of-initramfs-binary-on-tftp-server>
7. Fetch the binary with tftp:
tftpboot
8. Boot the initramfs binary:
bootm
9. From the initramfs, fetch the sysupgrade binary, and flash it with
sysupgrade.
The Bullet AC is identified as a 2WA board by Ubiquiti. As such, the UBNT_TYPE
must match from the "Flashing through factory firmware" install instructions
to work.
Phy0 is QCA988X which can tune either band (2.4 or 5GHz). Phy1 is AR9342,
on which 5GHz is disabled. It isn't currently known whether phy1 is
routed to the N connector at all.
Signed-off-by: Russell Senior <russell@personaltelco.net>
2021-01-15 18:32:38 +01:00
..
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:24:09 +02:00
2020-12-02 23:13:46 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-09-25 23:24:09 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2021-01-07 19:51:50 +01:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-10-02 13:51:39 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-08-17 15:19:03 +02:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-08-17 15:19:03 +02:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-12-27 20:33:45 +01:00
2020-12-27 20:33:45 +01:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2019-06-05 10:12:31 +02:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:24:09 +02:00
2020-12-04 15:48:54 +01:00
2020-12-04 15:48:54 +01:00
2020-12-30 23:32:07 +01:00
2020-12-30 23:32:07 +01:00
2020-12-30 23:32:07 +01:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:24:09 +02:00
2020-12-04 15:48:54 +01:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:48:54 +01:00
2020-12-04 15:48:54 +01:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:48:54 +01:00
2020-12-22 19:11:50 +01:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:48:54 +01:00
2020-12-04 15:48:54 +01:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-10-02 13:51:39 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-12-27 20:33:45 +01:00
2021-01-07 19:51:50 +01:00
2020-12-29 00:03:26 +01:00
2020-12-29 00:03:26 +01:00
2020-12-29 00:03:26 +01:00
2020-12-29 00:03:26 +01:00
2020-12-04 15:50:24 +01:00
2020-12-27 20:33:45 +01:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-01-31 13:42:12 +01:00
2020-12-04 15:50:24 +01:00
2020-12-22 19:11:50 +01:00
2021-01-15 18:32:38 +01:00
2020-09-25 23:26:34 +02:00
2020-11-03 18:34:10 +01:00
2020-11-03 18:34:10 +01:00
2020-11-18 21:13:46 +01:00
2020-11-18 21:13:46 +01:00
2020-11-03 18:34:10 +01:00
2020-11-03 18:34:10 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-11-03 18:34:10 +01:00
2020-11-03 18:34:10 +01:00
2020-11-03 18:34:10 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-12-25 10:38:13 +01:00
2020-12-25 10:38:13 +01:00
2020-12-25 10:38:13 +01:00
2020-12-27 20:33:45 +01:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-12-27 20:33:45 +01:00
2020-12-04 15:50:24 +01:00
2020-12-30 23:32:07 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-10-15 18:52:39 +02:00
2020-10-15 18:52:39 +02:00
2020-10-17 20:17:59 +02:00
2020-10-17 20:17:59 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-12-02 16:28:19 +01:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-10-02 13:51:39 +02:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:48:54 +01:00
2020-04-17 13:23:06 +02:00
2020-09-25 23:26:34 +02:00
2021-01-04 01:09:32 +01:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:24:09 +02:00
2021-01-04 01:09:32 +01:00
2020-12-22 19:11:50 +01:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:24:09 +02:00
2020-09-25 23:24:09 +02:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-11-18 23:49:34 +01:00
2020-11-18 23:49:34 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-10-02 13:51:39 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-11-12 17:18:26 +01:00
2020-11-12 17:18:26 +01:00
2020-11-12 17:18:26 +01:00
2020-11-12 17:18:26 +01:00
2020-11-12 17:18:26 +01:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-01-04 01:09:32 +01:00
2021-01-04 01:09:32 +01:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-10-02 13:51:39 +02:00
2020-12-22 19:11:50 +01:00
2020-12-28 19:37:24 +01:00
2020-12-28 19:37:24 +01:00
2020-12-28 19:37:24 +01:00
2020-12-22 19:11:50 +01:00
2020-12-22 19:11:50 +01:00
2020-12-22 19:11:50 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-10-02 13:51:39 +02:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-27 20:33:45 +01:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-12-17 12:05:26 +01:00
2020-12-04 15:50:24 +01:00
2021-01-04 01:09:32 +01:00
2020-12-22 19:11:50 +01:00
2020-12-27 20:33:45 +01:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-14 16:57:21 +01:00
2020-12-14 16:59:49 +01:00
2020-12-27 20:33:45 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-11-24 14:40:55 +01:00
2020-11-24 14:40:55 +01:00
2020-11-24 14:40:55 +01:00
2020-11-24 14:40:55 +01:00
2020-11-24 14:40:55 +01:00
2020-11-24 14:40:55 +01:00
2021-01-04 01:09:32 +01:00
2020-12-17 12:05:26 +01:00
2020-12-04 15:50:24 +01:00
2020-12-22 19:11:50 +01:00
2020-12-04 15:50:24 +01:00
2020-12-17 12:05:26 +01:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-17 12:05:26 +01:00
2020-10-17 20:17:59 +02:00
2020-10-17 20:17:59 +02:00
2020-12-04 15:50:24 +01:00
2020-12-22 19:11:50 +01:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 18:21:08 +01:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-10-17 20:18:00 +02:00
2020-10-17 20:18:00 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-12-04 15:50:24 +01:00
2020-11-23 22:53:15 +01:00
2020-11-23 22:53:15 +01:00
2020-11-23 22:53:15 +01:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00
2020-10-04 15:44:05 +02:00
2020-10-04 15:44:05 +02:00
2020-10-04 15:44:05 +02:00
2020-10-04 15:44:05 +02:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-03-15 00:08:14 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2019-11-27 22:54:36 +01:00
2020-12-04 15:50:24 +01:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-12-04 15:50:24 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-10-02 13:51:39 +02:00
2020-05-18 13:35:38 +02:00
2020-09-25 23:26:34 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-09-25 23:26:34 +02:00
2020-12-04 15:50:24 +01:00