Skip to content

OTA Upgrade

OTA Upgrade Package Download

Please visit the Integrated System OTA Package download link to download the OTA package for upgrade.

OTA Package Upload

  • Use a USB Type-A to Type-C cable to connect the Windows computer and the Rhino Pi-A1 (Type-A to the computer USB port, Type-C to the Type-C port of the Rhino Pi-A1).

  • Use the adb tool to upload the OTA package to the /sdcard/ directory of the Rhino Pi-A1 system and rename it to update.zip.

shell
adb push D:\A6490BM1-A14_EQ000_2774.373105361E9.5DE7F216EF.FD1C7AE_250811_100_V01_U11_ota.zip /sdcard/update.zip

Starting the OTA Upgrade

  • After the upload succeeds, press win+R on the Windows computer, enter cmd in the popup window to open a terminal window, 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
# Restart the device after the OTA upgrade is complete
reboot