Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


software:oowow:user-manual

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software:oowow:user-manual [2024/09/24 06:21]
hyphop [Networks]
software:oowow:user-manual [2024/11/06 21:03] (current)
hyphop [Dump eMMC by LAN network]
Line 160: Line 160:
 ``` ```
 curl -L OOWOW_HOST_NAME_OR_IP/api/disk/rdz/mmc.zst -OJ curl -L OOWOW_HOST_NAME_OR_IP/api/disk/rdz/mmc.zst -OJ
 +```
 +
 +==== Write Image to eMMC by LAN network ====
 +
 +```sh Write to eMMC 
 +
 +curl OOWOW_HOST_NAME_OR_IP/shell/write | sh -s - IMAGE
 +```
 +
 +==== Write Image to SD by LAN network ====
 +
 +```sh Write to SD
 +
 +curl OOWOW_HOST_NAME_OR_IP/shell/write | sh -s - IMAGE -sd
 ``` ```
  
Line 176: Line 190:
 ``` ```
  
-===== System Backup =====+===== Backup =====
  
 ==== Store backup ==== ==== Store backup ====
Line 186: Line 200:
     * if OOWOW was booted from special oowow disk backup location will selected automaticly     * if OOWOW was booted from special oowow disk backup location will selected automaticly
   - Start backup: **Start**, and wait for few minutes to finish the backup and exit.   - Start backup: **Start**, and wait for few minutes to finish the backup and exit.
 +
 +
 +==== Restore backup ====
 +
 +  - Navigate to the restore menu: **OOWOW main menu** => **Write image to eMMC**
 +  - Select the backup image location:
 +     * on OOWOW disk itself: ''vimx-xxxxxx.xxxxxx-.....img.zst'' > ''okay''
 +     * on USB disk: ''../'' > ''USB-sdb1....'' > ''vimx-xxxxxx.xxxxxx-.....img.zst'' > ''okay''
 +     * if OOWOW was booted from special oowow disk backup location will selected automaticly
 +  - Restore the image: **Write**, and wait for few minutes to write the image and exit.
  
  
Last modified: 2024/09/24 06:21 by hyphop