This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
software:oowow:dev:web-api:write [2024/03/15 01:14] hyphop |
software:oowow:dev:web-api:write [2024/03/15 01:29] (current) hyphop [Usage] |
||
---|---|---|---|
Line 1: | Line 1: | ||
~~tag> | ~~tag> | ||
- | ====== Write ====== | + | ====== Write Disk Image to remote device |
Write image by LAN on the fly: | Write image by LAN on the fly: | ||
- | * raw images - network transferred data will be compressed/ | + | * raw images |
- | * compressed images - data transfered as-is and will be decompressed and writed on the fly on device side | + | * compressed images |
- | * gz | + | |
- | * xz | + | |
- | * zstd | + | |
+ | ===== Usage ===== | ||
- | ```sh | ||
- | SYNOPSIS | + | ```sh shell/ |
+ | curl oowow.local/ | ||
+ | ``` | ||
- | curl oowow.local/ | + | <WRAP tip > |
+ | Need replace **oowow.local** - to actual oowow LAN host name or IP | ||
+ | </WRAP> | ||
- | USAGE | + | ===== Parameters ===== |
- | + | ||
- | write IMAGE_FILE [HOST] [-sd|-spi|-mmc|-nvme] \ | + | |
- | [-boot|-boot-online|-spi-boot-clean] [-raw] [/dev/...] | + | |
- | ARGS | + | All parameters must follow after image file-name |
- | -nofix - no fix partition | + | ==== Destination ==== |
- | + | ||
- | ``` | + | |
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * ''/ | ||
+ | ==== Extra ==== | ||
+ | * '' | ||
+ | * '' |