Please enable javascript, or click here to visit my ecommerce web site powered by Shopify.
Jump to: navigation, search

Difference between revisions of "Rock5/guide/linux-backupos"

< Rock5‎ | guide
(HOW TO BACKUP LINUX OS)
(HOW TO BACKUP LINUX OS)
 
Line 1: Line 1:
  
=== HOW TO BACKUP LINUX  OS ===
+
===== HOW TO BACKUP LINUX  OS =====
  
 +
This page provides a easy way to copy the current system os to other board. (It just supports linux os now)
  
  
Line 14: Line 15:
  
 
About How to flash image. please refer to https://wiki.radxa.com/Rock5/install
 
About How to flash image. please refer to https://wiki.radxa.com/Rock5/install
 +
 +
 +
Any question, please send email to support@radxa.com

Latest revision as of 12:32, 9 June 2023

HOW TO BACKUP LINUX OS

This page provides a easy way to copy the current system os to other board. (It just supports linux os now)


Step 1: download script https://github.com/Ken-Vamrs/rockpi-toolkit/blob/master/radxa-rbuild-backup.sh

Step 2: execute the command

   sudo ./radxa-rbuild-backup.sh -o /path/ 
   (path: where you want to place the backup image)

Step3:

After step2,The backup image will be ready in the /path/ folder, then you can use the image to flash other board,

About How to flash image. please refer to https://wiki.radxa.com/Rock5/install


Any question, please send email to support@radxa.com