User Tools

Site Tools


ubiquiti:firmware

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubiquiti:firmware [2021/11/20 12:57] peterubiquiti:firmware [2022/10/11 08:36] (current) – [Another way of upgrading] peter
Line 3: Line 3:
 ===== Upgrade the Firmware of a UniFi Device ===== ===== Upgrade the Firmware of a UniFi Device =====
  
-https://help.ui.com/hc/en-us/articles/204910064-UniFi-Upgrade-the-Firmware-of-a-UniFi-Device+SEE: https://help.ui.com/hc/en-us/articles/204910064-UniFi-Upgrade-the-Firmware-of-a-UniFi-Device
  
 ---- ----
Line 11: Line 11:
 <code bash> <code bash>
 ubnt-systool fwupdate <download link> ubnt-systool fwupdate <download link>
 +</code>
 +
 +----
 +
 +==== Example ====
 +
 +<code bash>
 +ubnt-systool fwupdate https://dl.ui.com/unifi/cloudkey/firmware/UCK/UCK.mtk7623.v1.1.13.818cc5f.200430.0950.bin
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  If this does not work, try it without the **s** in **https**:
 +
 +<code bash>
 +ubnt-systool fwupdate http://dl.ui.com/unifi/cloudkey/firmware/UCK/UCK.mtk7623.v1.1.13.818cc5f.200430.0950.bin
 +</code>
 +
 +</WRAP>
 +
 +----
 +
 +===== Another ways of upgrading =====
 +
 +<code bash>
 +dpkg -l |grep ubnt-tools
 +apt-get update && apt-get install --only-upgrade ubnt-tools
 +</code>
 +
 +or
 +
 +<code bash>
 +wget https://dl.ubnt.com/unifi/5.7.28-5c442c6b54/unifi_sysvinit_all.deb
 +dpkg -i unifi_sysvinit_all.deb
 +rm unifi_sysvinit_all.deb
 </code> </code>
  
Line 18: Line 52:
  
 http://fw-update.ubnt.com/ http://fw-update.ubnt.com/
 +
 +https://help.ui.com/hc/en-us/articles/204910064-UniFi-Upgrade-the-Firmware-of-a-UniFi-Device
ubiquiti/firmware.1637413077.txt.gz · Last modified: 2021/11/20 12:57 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki