Skip to content

OTA Upgrade

Upload Package

After downloading the OTA package from the Resource Summary Download page to your local PC, use a Type-A to Type-C cable to connect the PC and the 2nd Generation Smart Camera (note: Type-C connects to the camera).

  • Obtain root privileges
shell
adb root
  • Push the OTA package to the camera system via ADB
shell
adb push ota.zip /data/update.zip

Tip

Replace "ota.zip" with the path where your OTA package is stored locally.

Upgrade

  • Enter the system via adb command
shell
adb shell
  • Start upgrade
shell
ota
  • After the upgrade completes, reboot the device as prompted
shell
reboot