-
Notifications
You must be signed in to change notification settings - Fork 118
Updating
gtxaspec edited this page Dec 23, 2023
·
3 revisions
To upgrade your Wyze camera's firmware over the air, use the upgrade-run.sh
command in the camera's shell.
Before you start:
- Ensure that there's at least 300MB of free space on your memory card.
What happens during the upgrade:
- The command backs up important files, including:
- The
wz_mini.conf
configuration file. - Any custom files in
wz_mini/etc/configs
. - SSH keys.
- Wireguard configurations.
- The
- The script then downloads the latest master version of wz_mini to your device.
- The camera reboots into upgrade mode.
- The script performs the firmware upgrade.
- After the upgrade, the camera reboots to the updated system.
If there are differences between your current wz_mini.conf
and the new version, the script keeps your existing configuration intact.
After the upgrade:
- The latest configuration file (
wz_mini.conf.dist
) is always available in/opt/wz_mini/etc/wz_mini.conf.dist
.