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:15] – 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:// | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== 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: | ||
- | |||
- | <code bash> | ||
- | syswrapper.sh restore-default | ||
- | </ | ||
- | |||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== Check logs ===== | ||
- | |||
- | |||
- | / | ||
- | |||
- | ---- | ||
- | |||
- | ===== References ===== | ||
- | |||
- | [[https:// | ||
- | |||
- | https:// | ||
- | |||
- | https:// |
ubiquiti/cli/downgrade_firmware.1601115300.txt.gz · Last modified: 2020/09/26 10:15 by 192.168.1.1