Commit 9fd7b7a
committed
fix(elf2image): fix elf2image for ram app when sha256 offset not specified
This commit fixes issue where elf2image fails to generate image for ram
app when sha256 offset is not specified. This commit adds a check to
verify if the app description segment is in the flash region and if not
it will not add the sha256 offset to the image header.1 parent 5520963 commit 9fd7b7a
1 file changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1164 | 1164 | | |
1165 | 1165 | | |
1166 | 1166 | | |
1167 | | - | |
1168 | | - | |
1169 | | - | |
1170 | | - | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
1171 | 1175 | | |
1172 | 1176 | | |
1173 | 1177 | | |
| |||
0 commit comments