Commit Graph

3 Commits

Author SHA1 Message Date
David Brown 6998fd5b9a doc: Fix 'pip' example
The imgtool script explicitly calls out python3.  Adjust 'pip' to
'pip3' to reflect this explicit version call as well.
2017-06-14 11:27:45 -04:00
David Brown 2c21f7101b imgtool: Make "included header" optional
The imgtool.py program has been assuming that the input image for
signing has a zero padded place for the header at the beginning of the
image.  This is only true for some platforms.

Instead, make this included header space optional.  By default, prepend
the header to the image.  If `--included-header` is specified to the
sign command, consider the bytes at the beginning of the image to be
padded space for the header.  This option is required for Zephyr builds.
2017-06-13 15:54:45 -04:00
David Brown e369fecbf1 doc: Add documentation for imgtool.py 2017-06-07 09:35:48 -06:00