Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


Sidebar

software:oowow:dev:web-api:write

This is an old revision of the document!


Write

Write image by LAN on the fly:

  • raw images - network transferred data will be compressed/decompressed with zstd algorithm on the fly in real-time
  • compressed images - data transfered as-is and will be decompressed and writed on the fly on device side
    • gz
    • xz
    • zstd
SYNOPSIS
 
curl oowow.local/shell/write | sh -s - [IMAGE] [ARGS]
 
 
USAGE
 
    write IMAGE_FILE [HOST] [-sd|-spi|-mmc|-nvme] \
          [-boot|-boot-online|-spi-boot-clean] [-raw] [/dev/...]
 
ARGS
 
    -nofix - no fix partition
Last modified: 2024/03/15 01:14 by hyphop