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
/sdcarddirectory on the Rhino Pi X1 and rename it toupdate.zip.
shell
adb push D:\A8550BF1-100.1.user.2025081119-ota.zip /sdcard/update.zipStart OTA Upgrade
- After the upload is complete, on your Windows PC press Win+R, type
cmdto 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