Ubiquiti UniFi UK-Ultra
Supported Versions
Hardware Highlights
Installation
→ Install OpenWrt (generic explanation)
- Device get IP address from DHCP. If no DHCP, device will default to 192.168.1.20
- Login inside the AP with ssh ubnt@ip_address (password ubnt)
- Download sysupgrade firmware to
/tmp
(OEM fw is based on OpenWrt so there is no factory variant) - Rename the firmware image to
firmware.bin
- Disable the write protect:
echo "5edfacbf" > /proc/ubnthal/.uf
- Write the sysupgrade image to kernel0 and kernel1:
dd if=/tmp/firmware.bin of=/dev/mtdblock2 dd if=/tmp/firmware.bin of=/dev/mtdblock3
- Write the bootselect flag to boot from kernel0:
dd if=/dev/zero bs=1 count=1 of=/dev/mtd4
- reboot the device:
reboot
Proceed to First Login
Install using TFTP
- Hold in the reset button whilst powering on the device. Wait until the ring alternately flashes between blue and white constantly
- The device will default to 192.168.1.20 listening for TFTP connections
- From a TFTP client transfer the OpenWrt image to 192.168.1.20
- Once the transfer is complete wait for the device to reboot
Unbrick/Restore Original UBNT image
This AP-Pro documentation can be used also for UK-Ultra: Harder Soft-Unbricking a Ubiquiti Unifi UAP-Pro AP
Hardware
Architecture | MIPS |
---|---|
Vendor | Atheros |
Bootloader | U-boot |
System-On-Chip | Atheros (AR9563) |
CPU Speed | 775 MHz |
Flash size | 16 MB |
RAM | 128 MiB DDR2 |
Wireless | AR9563 / AR9880 |
Ethernet port | Gigabit, 802.3af PoE capable |
USB | No |
Photos
Specific Configuration
Static and flashing can be configured as follows.
- static, use 1 for on, 0 for off:
echo 1 > /sys/class/leds/white\:dome/brightness echo 1 > /sys/class/leds/blue\:dome/brightness echo 0 > /sys/class/leds/white\:dome/brightness echo 0 > /sys/class/leds/blue\:dome/brightness
- blinking
- blinking on, interval 1000ms, orange led:
echo timer > /sys/class/leds/white\:dome/trigger
- configure in /etc/config/system
See the UniFi page for how to flash the led based on network traffic.