OTA Upgrade
OTA Upgrade Package Download
Please visit Fusion System OTA Package download link, download OTA package for upgrade.
OTA Package Upload
Use USB Type-A to Type-C cable to connect Windows PC and Rhino Pi A1 (Type-A to PC USB port, Type-C to Rhino Pi A1's Type-C port)
Upload OTA package to Rhino Pi A1 system's /sdcard/ directory via adb tool and rename to update.zip
shell
adb push D:\A6490BM1-A14_EQ000_2774.373105361E9.5DE7F216EF.FD1C7AE_250811_100_V01_U11_ota.zip /sdcard/update.zipStart OTA Upgrade
- After waiting for upload success, on Windows PC press win+R, in the popup window input
cmd, open terminal window, execute the following commands to start OTA upgrade:
shell
# Login to system via adb
adb shell
# Execute ota upgrade command
ota
# After ota upgrade complete restart device
reboot