OTA Upgrade
OTA Upgrade Package Download
Please visit the System OTA Package download link to download the OTA package for upgrading.
OTA Package Upload
Use a Type-A to Type-C cable to connect the Windows computer and the Rhino Pi-X1 (Type-A connects to the computer's USB port, and Type-C connects to the Rhino Pi-X1's Type-C port).
Use the adb tool to upload the OTA package to the
/sdcarddirectory of the Rhino Pi-X1 system and rename it toupdate.zip.
shell
adb push D:\A8550BF1-100.1.user.2025081119-ota.zip /sdcard/update.zipStarting the OTA Upgrade
- After the upload is successful, on the Windows computer, press Win + R, type
cmdin the pop-up window to open the terminal, and execute the following commands to start the OTA upgrade:
shell
# Log in to the system via adb
adb shell
# Execute the ota upgrade command
ota
# Reboot the device after the ota upgrade is complete
reboot