From 4391982b4f56c4b77eabe5ec8e64b25e316f0d4a Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Wed, 7 Jun 2023 10:24:13 -0400 Subject: [PATCH] After #27010, it looks like merged_hex_to_flash is set and is still located under zephyr (#27125) --- config/nrfconnect/app/flashing.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nrfconnect/app/flashing.cmake b/config/nrfconnect/app/flashing.cmake index 7937d99d887799..c6c90ef0270986 100644 --- a/config/nrfconnect/app/flashing.cmake +++ b/config/nrfconnect/app/flashing.cmake @@ -40,7 +40,7 @@ add_custom_command(OUTPUT "${FLASHBUNDLE_FLASHER_PLATFORM}" VERBATIM) if (merged_hex_to_flash) - set(flashbundle_hex_to_copy "${merged_hex_to_flash}") + set(flashbundle_hex_to_copy "zephyr/${merged_hex_to_flash}") else() set(flashbundle_hex_to_copy "zephyr/${KERNEL_HEX_NAME}") endif()