Skip to content

Commit

Permalink
[nrf noup] boards: Thingy:91 X release config
Browse files Browse the repository at this point in the history
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>
(cherry picked from commit ae07a33)
  • Loading branch information
maxd-nordic authored and rlubos committed Oct 24, 2024
1 parent 40543f1 commit 0ab75e0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions boot/zephyr/boards/thingy91x_nrf5340_cpuapp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@ CONFIG_BOOT_SERIAL_IMG_GRP_IMAGE_STATE=y

# Skip checks on the secondary image to make it possible to update MCUBoot on S1/S0
CONFIG_MCUBOOT_VERIFY_IMG_ADDRESS=n

CONFIG_BOOT_SERIAL_NO_APPLICATION=y
CONFIG_FW_INFO_FIRMWARE_VERSION=2
6 changes: 5 additions & 1 deletion boot/zephyr/boards/thingy91x_nrf9151.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ CONFIG_CONSOLE=n
CONFIG_CONSOLE_HANDLER=n
CONFIG_UART_CONSOLE=n
CONFIG_MCUBOOT_SERIAL=y

CONFIG_MCUBOOT_SERIAL_DIRECT_IMAGE_UPLOAD=y
CONFIG_BOOT_SERIAL_IMG_GRP_IMAGE_STATE=y

CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY=y
CONFIG_PM_OVERRIDE_EXTERNAL_DRIVER_CHECK=y

CONFIG_FW_INFO_FIRMWARE_VERSION=2
4 changes: 4 additions & 0 deletions boot/zephyr/boards/thingy91x_nrf9151.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
&uart0 {
status = "okay";
current-speed = < 1000000 >;
};

0 comments on commit 0ab75e0

Please sign in to comment.