Notice: Radxa Wiki is no longer maintained and content is for reference only. Please visit the latest Radxa Documentation site:
docs.radxa.com
Difference between revisions of "Rock5/guide/linux-backupos"
(→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 [email protected] | ||
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 [email protected]
