Difference between revisions of "Upgrade with system command for ROM-5880"
From ESS-WIKI
Xingxing.li (talk | contribs) (Created page with " '''Note:''' This method is suitable for devices capable of booting to Debian systems and only supports updates between systems of the same type. === '''Step1 Using Debian...") |
Xingxing.li (talk | contribs) |
||
Line 4: | Line 4: | ||
This method is suitable for devices capable of booting to Debian systems and only supports updates between systems of the same type. | This method is suitable for devices capable of booting to Debian systems and only supports updates between systems of the same type. | ||
− | === '''Step1 | + | |
+ | === '''Step1 :Using DebianTool to create update.img''' === | ||
1. Put image to DebianTool\rockdev\image | 1. Put image to DebianTool\rockdev\image | ||
− | [[File:ROM-5880 rock 1.png|600x400px]] | + | [[File:ROM-5880 rock 1.png|600x400px|ROM-5880 rock 1.png]] |
2. Double click mkupdate.bat in DebianTool\rockdev | 2. Double click mkupdate.bat in DebianTool\rockdev | ||
− | [[File:ROM-5880 mkupdate 2.png|600x400px]] | + | [[File:ROM-5880 mkupdate 2.png|600x400px|ROM-5880 mkupdate 2.png]] |
− | [[File:ROM-5880 mkupdate 2.1.png|600x400px]] | + | [[File:ROM-5880 mkupdate 2.1.png|600x400px|ROM-5880 mkupdate 2.1.png]] |
Then you can find update.img in DebianTool\rockdev. | Then you can find update.img in DebianTool\rockdev. | ||
− | Step | + | === '''Step 2: Copy the /userdata/ file to the /userdata/ directory of the system using the USB flash drive.''' === |
+ | <pre># cp /run/media/sda1/update.img /userdata/ (根据实际情况去拷贝) | ||
+ | # sync</pre> | ||
+ | |||
+ | [[File:ROM-5880 cp update.png|600x400px]] | ||
+ | |||
+ | === '''Step 3:After you run the following command, the system automatically starts the upgrade.''' === | ||
+ | <pre># update-ota</pre> | ||
+ | |||
+ | [[File:ROM-5880 update-ota.png|600x400px]] | ||
+ | |||
+ | '''NOTE:'''During the system upgrade, do not power off. Wait patiently. | ||
+ | |||
+ | === '''Step 4 :If the system restarts automatically, the system is successfully burned. (Plug-in HDMI display).''' === | ||
+ | |||
+ | '''[[File:ROM-5880 OTA success.png|600x400px]]''' |
Latest revision as of 07:03, 23 January 2024
Note:
This method is suitable for devices capable of booting to Debian systems and only supports updates between systems of the same type.
Contents
- 1 Step1 :Using DebianTool to create update.img
- 2 Step 2: Copy the /userdata/ file to the /userdata/ directory of the system using the USB flash drive.
- 3 Step 3:After you run the following command, the system automatically starts the upgrade.
- 4 Step 4 :If the system restarts automatically, the system is successfully burned. (Plug-in HDMI display).
Step1 :Using DebianTool to create update.img
1. Put image to DebianTool\rockdev\image
2. Double click mkupdate.bat in DebianTool\rockdev
Then you can find update.img in DebianTool\rockdev.
Step 2: Copy the /userdata/ file to the /userdata/ directory of the system using the USB flash drive.
# cp /run/media/sda1/update.img /userdata/ (根据实际情况去拷贝) # sync
Step 3:After you run the following command, the system automatically starts the upgrade.
# update-ota
NOTE:During the system upgrade, do not power off. Wait patiently.