From f7a9a58c4fbbcac8ba64bad96fdf89f8db74ee06 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Wed, 7 Jun 2023 10:21:45 -0400 Subject: [PATCH] After #27010, it looks like merged_hex_to_flash is set and is still located under zephyr --- 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()