mcuboot/scripts
Mark Schulte 884be206f9 imgtool: Adjust base_addr when injecting header
If adding a header to a .hex file (using the command line
"--pad-header"), the hex file gets shifted by header size. This may
cause hard coded addresses to be off by "header-size", making the
firmware unusable. Instead, adjust the base address by the header
size, so the existing firmware in the hex file is loaded to the
proper addresses.

Signed-off-by: Mark Schulte <mschulte@lyft.com>
2018-07-17 12:04:17 -03:00
..
imgtool imgtool: Adjust base_addr when injecting header 2018-07-17 12:04:17 -03:00
assemble.py fix the offset and size regular expressions in assemble.py 2018-07-10 11:11:52 -03:00
check-signed-off-by.sh Use travis env variable to control check-signed-off-by 2017-12-06 16:46:58 -07:00
flash.sh Add some simple scripts for signing/flashing 2017-01-23 15:56:39 -07:00
gdb-boot.sh Add some simple scripts for signing/flashing 2017-01-23 15:56:39 -07:00
imgtool.py Update `--included-header` parameter 2018-06-22 07:58:14 -03:00
jgdb.sh Add some simple scripts for signing/flashing 2017-01-23 15:56:39 -07:00
jl.sh Add some simple scripts for signing/flashing 2017-01-23 15:56:39 -07:00
requirements.txt Add click handling of cli options 2018-06-05 10:58:01 -03:00