This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
software:oowow:user-manual [2024/09/24 06:22] hyphop [System Backup] |
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/ | 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/ | ||
``` | ``` | ||