Skip to content

OTA Upgrade

Download OTA Package

Visit the Hybrid System OTA Package download link, and download the OTA package for upgrade.

Upload OTA Package

  • Use a Type-A to Type-C cable to connect your Windows PC to the Rhino Pi X1 (Type-A into the PC USB port, Type-C into the Rhino Pi X1 Type-C port)

  • Use adb to push the OTA package to the /sdcard directory on the Rhino Pi X1 and rename it to update.zip.

shell
adb push D:\A8550BF1-100.1.user.2025081119-ota.zip /sdcard/update.zip

Start OTA Upgrade

  • After the upload is complete, on your Windows PC press Win+R, type cmd to open a terminal, and run the following commands to start the OTA upgrade:
shell
# Log into the system via adb
adb shell  
# Execute the OTA upgrade command
ota
# Reboot the device after the OTA upgrade is complete
reboot