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 factory.bin to /tmp
Rename the firmware image to fwupdate.bin
Use the Ubiquiti fwupgrade utils to reflash it:
fwupdate.real -m fwupdate.bin
I can SSH into the device on the default IP. I can upload the factory.bin to the /tmp folder through winSCP.
I have the filename changed to fwupdate.bin according to the instructions but I keep getting the following error message through the SSH terminal when trying to flash to the new firmware.
UBNT-BZ.v4.3.28# fwupdate.real -m fwupdate.bin
Couldn't open image file: fwupdate.bin!
After logging in with ssh you'll want to make /tmp your default directory: cd /tmp
then make sure the file exists: ls -l
rename if necessary mv <OLD_FILE_NAME> <NEW_FILE_NAME>
and / or specify the full path to the file when doing the update: fwupdate.real -m /tmp/fwupdate.bin
although later versions of fwupdate did not take the name it had to be /tmp/fwupdate.bin