mcuboot builds with west build -p -b mellifera_rev1 ../mcuboot/boot/zephyr/ -- -DCONF_FILE=$(pwd)/boot.conf

This commit is contained in:
2024-04-29 23:25:33 -06:00
parent f9302615fd
commit 847c2f5b5e
3 changed files with 50 additions and 1 deletions

View File

@ -19,4 +19,7 @@ CONFIG_CHARACTER_FRAMEBUFFER=y
CONFIG_CBPRINTF_FP_SUPPORT=y
CONFIG_BT=y
CONFIG_BT_DEVICE_NAME="Mellifera"
CONFIG_BT_DEVICE_NAME="Mellifera"
CONFIG_BOOTLOADER_MCUBOOT=y
CONFIG_MCUBOOT_GENERATE_UNSIGNED_IMAGE=y