Difference between revisions of "Upgrade with system command for ROM-5880"

From ESS-WIKI
Jump to: navigation, search
(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...")
 
 
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 Using DebianTool to create update.img''' ===
+
 
 +
=== '''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 3: 
+
=== '''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 08: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.


Step1 :Using DebianTool to create update.img

1. Put image to DebianTool\rockdev\image

ROM-5880 rock 1.png

2. Double click mkupdate.bat in DebianTool\rockdev

ROM-5880 mkupdate 2.png

ROM-5880 mkupdate 2.1.png

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

ROM-5880 cp update.png

Step 3:After you run the following command, the system automatically starts the upgrade.

# update-ota

ROM-5880 update-ota.png

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).

ROM-5880 OTA success.png