[U-Boot] [PATCH v3 7/8] tools, fit: add fit_info host command

Simon Glass sjg at chromium.org
Sun Mar 9 06:41:32 CET 2014


Hi Heiko,

On 3 March 2014 04:19, Heiko Schocher <hs at denx.de> wrote:
> add fit_info command to the host tools. This command prints
> the name, offset and the len from a property from a node in
> a fit file. This info can be used to extract a properties

property's I think?

> data with linux tools, for example "dd".
>
> Signed-off-by: Heiko Schocher <hs at denx.de>

Acked-by: Simon Glass <sjg at chromium.org>

Seems OK to me. Note that there is an fdtget utility available which
can sort-of do this - it is part of the dtc package. However I don't
think it has an option to extract data in binary form (the -ts option
may work but I'm not sure).

I don't understand the mmap() errno thing that Marek mentions, but it
can do no harm.

Regards,
Simon


More information about the U-Boot mailing list