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

16 lines
439 B
Plaintext

# MCUboot configuration for firmware_node
CONFIG_LOG=y
CONFIG_BOOT_BANNER=y
CONFIG_MCUBOOT_LOG_LEVEL_DBG=y
# Disable console in MCUboot to allow serial recovery
CONFIG_CONSOLE=n
# Single slot configuration (no upgrades)
CONFIG_SINGLE_APPLICATION_SLOT=y
# Enable MCUboot serial recovery for firmware updates
CONFIG_MCUBOOT_SERIAL=y
CONFIG_BOOT_SERIAL_CDC_ACM=y
# Disable signature validation for testing
CONFIG_BOOT_SIGNATURE_TYPE_NONE=y