boot: zephyr: boards: add Actinius Icarus board
Add Actinius Icarus board configuration to be able to enter serial recovery mode Signed-off-by: Iosif Macesanu <iosif@actinius.com>
This commit is contained in:
parent
4023d62849
commit
2d18f2577b
|
@ -0,0 +1,13 @@
|
|||
# Disable Zephyr console
|
||||
CONFIG_CONSOLE=n
|
||||
CONFIG_CONSOLE_HANDLER=n
|
||||
CONFIG_UART_CONSOLE=n
|
||||
|
||||
# MCUBoot settings
|
||||
CONFIG_BOOT_MAX_IMG_SECTORS=256
|
||||
|
||||
# MCUboot serial recovery
|
||||
CONFIG_MCUBOOT_SERIAL=y
|
||||
CONFIG_BOOT_SERIAL_DETECT_PORT="GPIO_0"
|
||||
CONFIG_BOOT_SERIAL_DETECT_PIN=5
|
||||
CONFIG_BOOT_SERIAL_DETECT_PIN_VAL=0
|
Loading…
Reference in New Issue