Skip to content
Snippets Groups Projects
Commit 5d27223e authored by Eric Nelson's avatar Eric Nelson Committed by Tom Rini
Browse files

unzip: add gzwrite command to write compressed image to block device


Add gzwrite command to write gzip-compressed images to block devices.

Input must be gzip-compressed according to RFC1952, since the crc
and file size in the trailer will be confirmed during operation.
The decompressed file size must be specified on the command line
for images with decompressed sizes >= 4GiB because the trailer
only contains the low 32 bits of the original file size.

Signed-off-by: default avatarEric Nelson <eric.nelson@boundarydevices.com>
parent 918e9ebb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment