Add ELF file hash to images generated by elf2image (#290) // Fixes #272.

This commit is contained in:
Rohan Singh
2020-03-04 07:25:25 -05:00
committed by GitHub
parent 9c5455280f
commit 2ee164a3cc
+1
View File
@@ -180,6 +180,7 @@ env.Append(
"--flash_mode", "$BOARD_FLASH_MODE",
"--flash_freq", "${__get_board_f_flash(__env__)}",
"--flash_size", board.get("upload.flash_size", "detect"),
"--elf-sha256-offset", "0xb0",
"-o", "$TARGET", "$SOURCES"
]), "Building $TARGET"),
suffix=".bin"