commit | 10183797a125329f9b93e22b151e00a00d8d984a | [log] [tgz] |
---|---|---|
author | John Whittington <git@jbrengineering.co.uk> | Thu Jan 11 13:54:19 2024 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jan 26 14:24:05 2024 -0500 |
tree | fec826cb2dd9e00494cb9f34b144044e0fe0c260 | |
parent | a0a599b54b8afe75d7a8196a478b9295dc3b3fd3 [diff] |
west: runners: blackmagicprobe: flash hex_file The cfg.elf_file is not signed, so `west flash` with a sysbuild will not run the application if MCUboot image signature checking is on. Using the cfg.hex_file for `bmp_flash` resolves since as the signed hex is used when using sysbuild. Symbols are not required for flashing so the switching from elf to hex is not an issue. Signed-off-by: John Whittington <git@jbrengineering.co.uk>