You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@hadrienk thanks for the feedback. spm is not part of Zephyr, but rather only present in Nordic's Zephyr-based SDK. Could you edit your proposal so that it doesn't mention spm and instead focuses on mcuboot?
Thanks. Got it to work. If anyone want to do the same, remember to set the image_CONF_FILE before the include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake)
Is your enhancement proposal related to a problem? Please describe.
I am using mcuboot. I need to manually update the .config under
build/mcuboot/zephyr/.config
when the build directory is cleaned.Describe the solution you'd like
Use a special configuration file name convention:
prj_mcuboot.conf
This should be compatible with the board configuration
prj_mcuboot_YOURBOARD.conf
The text was updated successfully, but these errors were encountered: