irrigation_system/software/apps/firmware_node/sysbuild/mcuboot.conf

12 lines
325 B
Plaintext

# MCUboot configuration for firmware_node
CONFIG_LOG=y
CONFIG_BOOT_BANNER=y
CONFIG_MCUBOOT_LOG_LEVEL_DBG=y
# Enable console in MCUboot to see debug output
CONFIG_CONSOLE=y
# Single slot configuration (no upgrades)
CONFIG_SINGLE_APPLICATION_SLOT=y
# Disable signature validation for testing
CONFIG_BOOT_SIGNATURE_TYPE_NONE=y