Initial commit
Initial commit.
This commit is contained in:
13
bootloader/mcuboot/boot/zephyr/boards/thingy91_nrf9160.conf
Normal file
13
bootloader/mcuboot/boot/zephyr/boards/thingy91_nrf9160.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
# Disable Zephyr console
|
||||
CONFIG_CONSOLE=n
|
||||
CONFIG_CONSOLE_HANDLER=n
|
||||
CONFIG_UART_CONSOLE=n
|
||||
|
||||
# Disable Flash protection
|
||||
CONFIG_FPROTECT=n
|
||||
|
||||
# MCUBoot settings
|
||||
CONFIG_BOOT_MAX_IMG_SECTORS=256
|
||||
|
||||
# MCUboot serial recovery
|
||||
CONFIG_MCUBOOT_SERIAL=y
|
||||
Reference in New Issue
Block a user