This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
software:oowow:user-manual [2022/12/28 02:56] hyphop [Common Button Shortcuts] |
software:oowow:user-manual [2024/11/06 21:03] (current) hyphop [Dump eMMC by LAN network] |
||
---|---|---|---|
Line 17: | Line 17: | ||
===== Hardware ===== | ===== Hardware ===== | ||
- | Supported devices: [[devices]] | + | Supported devices: [[.devices:start]] |
==== Hardware Buttons ==== | ==== Hardware Buttons ==== | ||
Line 23: | Line 23: | ||
{{: | {{: | ||
- | You can use the three [[/ | + | You can use the three [[/ |
* **RESET** - reset device | * **RESET** - reset device | ||
Line 160: | Line 160: | ||
``` | ``` | ||
curl -L OOWOW_HOST_NAME_OR_IP/ | curl -L OOWOW_HOST_NAME_OR_IP/ | ||
+ | ``` | ||
+ | |||
+ | ==== Write Image to eMMC by LAN network ==== | ||
+ | |||
+ | ```sh Write to eMMC | ||
+ | |||
+ | curl OOWOW_HOST_NAME_OR_IP/ | ||
+ | ``` | ||
+ | |||
+ | ==== Write Image to SD by LAN network ==== | ||
+ | |||
+ | ```sh Write to SD | ||
+ | |||
+ | curl OOWOW_HOST_NAME_OR_IP/ | ||
``` | ``` | ||
Line 175: | Line 189: | ||
curl 172.22.1.1/ | curl 172.22.1.1/ | ||
``` | ``` | ||
+ | |||
+ | ===== Backup ===== | ||
+ | |||
+ | ==== Store backup ==== | ||
+ | |||
+ | - Navigate to the backup menu: **OOWOW main menu** => **Dump image from eMMC** | ||
+ | - Select the backup location: | ||
+ | * on OOWOW disk itself: '' | ||
+ | * on USB disk: '' | ||
+ | * 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. | ||
+ | |||
+ | |||
+ | ==== Restore backup ==== | ||
+ | |||
+ | - Navigate to the restore menu: **OOWOW main menu** => **Write image to eMMC** | ||
+ | - Select the backup image location: | ||
+ | * on OOWOW disk itself: '' | ||
+ | * on USB disk: '' | ||
+ | * 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. | ||
+ | |||
===== Networks ===== | ===== Networks ===== | ||
Line 456: | Line 492: | ||
===== More information ===== | ===== More information ===== | ||
- | * [[devices]] | + | * [[.devices:start]] |
* [[why-oowow]] | * [[why-oowow]] | ||
* [[about-oowow-name]] | * [[about-oowow-name]] | ||