ubiquiti:cli:downgrade_firmware
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubiquiti:cli:downgrade_firmware [2020/09/26 10:20] – 192.168.1.1 | ubiquiti:cli:downgrade_firmware [2020/09/26 10:22] (current) – removed 192.168.1.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubiquiti - CLI - Downgrade Firmware ====== | ||
- | ===== SSH into the device. ===== | ||
- | |||
- | <code bash> | ||
- | ssh ubnt@192.168.1.15 | ||
- | </ | ||
- | |||
- | returns | ||
- | |||
- | <code bash> | ||
- | The authenticity of host ' | ||
- | ECDSA key fingerprint is SHA256:... | ||
- | Are you sure you want to continue connecting (yes/no)? yes | ||
- | Warning: Permanently added ' | ||
- | ubnt@192.168.1.1' | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== Download the file locally ===== | ||
- | |||
- | Determine the firmware to download from https:// | ||
- | |||
- | Confirm it is a .bin firmware file. | ||
- | |||
- | <code bash> | ||
- | cd /tmp | ||
- | wget https:// | ||
- | </ | ||
- | |||
- | **NOTE: | ||
- | |||
- | - Download the firmware on another machine. | ||
- | - Copy the firmware to the Ubiquiti device. | ||
- | * For example <code bash>scp BZ.qca956x.v4.0.80.10875.200111.2335.bin ubnt@192.168.1.15:/ | ||
- | |||
- | ---- | ||
- | |||
- | ===== Rename the download to fwupdate.bin ===== | ||
- | |||
- | <code bash> | ||
- | cp BZ.qca956x.v4.0.80.10875.200111.2335.bin fwupdate.bin | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== Downgrade/ | ||
- | |||
- | <code bash> | ||
- | upgradesyswrapper.sh upgrade2 & | ||
- | </ | ||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | |||
- | Correct this by going to the tmp folder and deleting fwupdate.bin first and then trying the upgrade command once more (making sure it was in the correct folder in the Controller). | ||
- | |||
- | </ | ||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | |||
- | <code bash> | ||
- | syswrapper.sh restore-default | ||
- | </ | ||
- | |||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== Check logs ===== | ||
- | |||
- | |||
- | / | ||
- | |||
- | ---- | ||
- | |||
- | ===== References ===== | ||
- | |||
- | [[https:// | ||
- | |||
- | https:// | ||
- | |||
- | https:// |
ubiquiti/cli/downgrade_firmware.1601115637.txt.gz · Last modified: 2020/09/26 10:20 by 192.168.1.1