tools, fit: add fit_info host command
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 data with linux tools, for example "dd". Signed-off-by:Heiko Schocher <hs@denx.de> Acked-by:
Simon Glass <sjg@chromium.org>
Showing
- tools/.gitignore 1 addition, 0 deletionstools/.gitignore
- tools/Makefile 8 additions, 0 deletionstools/Makefile
- tools/fit_common.c 86 additions, 0 deletionstools/fit_common.c
- tools/fit_common.h 22 additions, 0 deletionstools/fit_common.h
- tools/fit_image.c 4 additions, 58 deletionstools/fit_image.c
- tools/fit_info.c 96 additions, 0 deletionstools/fit_info.c
Loading
Please register or sign in to comment