File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ if (CONFIG_BUILD_WITH_TFM)
9797 COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_PROPERTY:tfm,BL2_BIN_FILE> ${CMAKE_BINARY_DIR} /mcuboot.bin
9898
9999 # Generate an intel hex file from the signed output binary
100- COMMAND srec_cat ${CMAKE_BINARY_DIR} /tfm_sign.bin
100+ COMMAND ${SREC_CAT} ${CMAKE_BINARY_DIR} /tfm_sign.bin
101101 -binary
102102 -offset 0x10000
103103 -o ${CMAKE_BINARY_DIR} /tfm_sign.hex
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ if (CONFIG_BUILD_WITH_TFM)
7474 COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_PROPERTY:tfm,BL2_BIN_FILE> ${CMAKE_BINARY_DIR} /mcuboot.bin
7575
7676 # Generate an intel hex file from the signed output binary
77- COMMAND srec_cat ${CMAKE_BINARY_DIR} /tfm_sign.bin
77+ COMMAND ${SREC_CAT} ${CMAKE_BINARY_DIR} /tfm_sign.bin
7878 -binary
7979 -offset 0x10000
8080 -o ${CMAKE_BINARY_DIR} /tfm_sign.hex
You can’t perform that action at this time.
0 commit comments