OpenWRT: Flash UBNT Bullet M2: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
New page: 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"...
 
Onnowpurbo (talk | contribs)
No edit summary
Line 3: Line 3:
To flash an already running bullet with original firmware (AirOS) on CLI, you must do this:
To flash an already running bullet with original firmware (AirOS) on CLI, you must do this:


ssh root@yourbullet
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"
url="http://downloads.openwrt.org/snapshots/trunk/ar71xx"
/usr/sbin/fwupdate -m
url="$url/openwrt-ar71xx-generic-ubnt-bullet-m-squashfs-factory.bin"
wget -O /tmp/fwupdate.bin "$url"
/usr/sbin/fwupdate -m





Revision as of 09:14, 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


Referensi