Difference between revisions of "OpenWRT: Flash UBNT Bullet M2"

From OnnoWiki
Jump to navigation Jump to search
Line 11: Line 11:
 
  /usr/sbin/fwupdate -m
 
  /usr/sbin/fwupdate -m
  
 +
 +
 +
Firmware Install Ubnt Recovery Method
 +
 +
If you prefer TFTP, than you can update via holding down the reset-button for 10 seconds on startup, and send the firmware to 192.168.1.20
  
  

Revision as of 16:15, 28 November 2013

Firmware Install

To flash an already running bullet with original firmware (AirOS) on CLI, you must do this:

ssh root@yourbullet
url="http://downloads.openwrt.org/snapshots/trunk/ar71xx"
url="$url/openwrt-ar71xx-generic-ubnt-bullet-m-squashfs-factory.bin"

wget -O /tmp/fwupdate.bin "$url"
/usr/sbin/fwupdate -m


Firmware Install Ubnt Recovery Method

If you prefer TFTP, than you can update via holding down the reset-button for 10 seconds on startup, and send the firmware to 192.168.1.20


Referensi