MCUBoot CONFIG_BOOT_SIGNATURE_KEY_FILE Doesn't works right #56453
Unanswered
supernet29
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to apply DFU with MCUboot and SMP BT protocol
to signing with my key.
I try to set
CONFIG_SIGNATURE_KEY_FILE
inCMakeList.txt
But, Building project is failed and got following message.
finally I can find where the key path generated.
<zephyr_base>/nrf/modules/mcuboot/CMakeLists.txt
there is a bug
Absolute path always failed, because KCONFIG String
CONFIG_BOOT_SIGNATURE_KEY_FILE
wrapped with double quotes.So, we need to fix this problem.
temporary, i add this code front of upper code.
thanks!!
Beta Was this translation helpful? Give feedback.
All reactions