Skip to content

Commit be6d73e

Browse files
maxd-nordicrlubos
authored andcommitted
[nrf noup] boards: Thingy:91 X release config
Update the configuration files for the Thingy:91 X targets to the ones used in production. Signed-off-by: Maximilian Deubel <[email protected]> Signed-off-by: Michal Kozikowski <[email protected]> (cherry picked from commit 8444d75)
1 parent d5f373a commit be6d73e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

boot/zephyr/boards/thingy91x_nrf5340_cpuapp.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,6 @@ CONFIG_BOOT_SERIAL_IMG_GRP_IMAGE_STATE=y
5858

5959
# Skip checks on the secondary image to make it possible to update MCUBoot on S1/S0
6060
CONFIG_MCUBOOT_VERIFY_IMG_ADDRESS=n
61+
62+
CONFIG_BOOT_SERIAL_NO_APPLICATION=y
63+
CONFIG_FW_INFO_FIRMWARE_VERSION=2

boot/zephyr/boards/thingy91x_nrf9151.conf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ CONFIG_SPI=y
55
CONFIG_SPI_NOR=y
66
CONFIG_SPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
77
CONFIG_SPI_NOR_SFDP_DEVICETREE=y
8-
CONFIG_MULTITHREADING=y
98

109
# Disable Zephyr console and use UART for MCUboot serial recovery instead
1110
CONFIG_CONSOLE=n
1211
CONFIG_CONSOLE_HANDLER=n
1312
CONFIG_UART_CONSOLE=n
1413
CONFIG_MCUBOOT_SERIAL=y
15-
1614
CONFIG_MCUBOOT_SERIAL_DIRECT_IMAGE_UPLOAD=y
1715
CONFIG_BOOT_SERIAL_IMG_GRP_IMAGE_STATE=y
16+
17+
CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY=y
18+
CONFIG_PM_OVERRIDE_EXTERNAL_DRIVER_CHECK=y
19+
20+
CONFIG_FW_INFO_FIRMWARE_VERSION=2
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
&uart0 {
2+
status = "okay";
3+
current-speed = < 1000000 >;
4+
};

0 commit comments

Comments
 (0)