[U-Boot] [PATCH 1/2] gunzip: add gzwrite routine for extracting compresed images to block device
Marek Vasut
marex at denx.de
Mon Feb 16 17:27:59 CET 2015
On Monday, February 16, 2015 at 12:16:06 AM, Eric Nelson wrote:
> Initial filesystem images are generally highly compressible.
>
> Add a routine gzwrite that allows gzip-compressed images to be
> written to block devices.
>
> Signed-off-by: Eric Nelson <eric.nelson at boundarydevices.com>
Hi!
Stupid question -- can't you compress the thing in DRAM and then use fatwrite
or ext4write to write it to FS? Or are you really after writing the data to a
raw block device (in which case, you can use similar commands for raw block
devices) ?
Best regards,
Marek Vasut
More information about the U-Boot
mailing list