Skip to content

Commit ae07a33

Browse files
maxd-nordicnordicjm
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 <maximilian.deubel@nordicsemi.no>
1 parent 7d584fc commit ae07a33

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

boot/zephyr/boards/thingy91x_nrf5340_cpuapp.conf

+3
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

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ CONFIG_CONSOLE=n
1212
CONFIG_CONSOLE_HANDLER=n
1313
CONFIG_UART_CONSOLE=n
1414
CONFIG_MCUBOOT_SERIAL=y
15-
1615
CONFIG_MCUBOOT_SERIAL_DIRECT_IMAGE_UPLOAD=y
1716
CONFIG_BOOT_SERIAL_IMG_GRP_IMAGE_STATE=y
17+
18+
CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY=y
19+
CONFIG_PM_OVERRIDE_EXTERNAL_DRIVER_CHECK=y
20+
21+
CONFIG_FW_INFO_FIRMWARE_VERSION=2
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)