MCUBoot CONFIG_BOOT_SIGNATURE_KEY_FILE Doesn't works right #56453
Replies: 1 comment
|
This is supported by sysbuild now and we are updating the documentation: #111814 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to apply DFU with MCUboot and SMP BT protocol
to signing with my key.
I try to set
CONFIG_SIGNATURE_KEY_FILEinCMakeList.txtBut, Building project is failed and got following message.
finally I can find where the key path generated.
<zephyr_base>/nrf/modules/mcuboot/CMakeLists.txtthere is a bug
Absolute path always failed, because KCONFIG String
CONFIG_BOOT_SIGNATURE_KEY_FILEwrapped with double quotes.So, we need to fix this problem.
temporary, i add this code front of upper code.
thanks!!
All reactions