ubiquiti:cli:downgrade_firmware
This is an old revision of the document!
Table of Contents
Ubiquiti - CLI - Downgrade Firmware
SSH into the device.
ssh ubnt@192.168.1.10
Download the file locally
Determine the firmware to download from https://www.ui.com/download/unifi/.
Confirm it is a .bin firmware file.
cd /tmp wget https://dl.ui.com/unifi/firmware/U7PG2/4.0.80.10875/BZ.qca956x.v4.0.80.10875.200111.2335.bin
Rename the download to fwupdate.bin
cp BZ.qca956x.v4.0.80.10875.200111.2335.bin fwupdate.bin
Downgrade
upgrade <url> upgradesyswrapper.sh upgrade2 &
Check logs
/var/logs/messages
References
ubiquiti/cli/downgrade_firmware.1601114831.txt.gz ยท Last modified: 2020/09/26 10:07 by 192.168.1.1