Skip to content

Commit

Permalink
[nrf noup] boards: thingy53_nrf5340: Enable MCUboot by default
Browse files Browse the repository at this point in the history
Change enables MCUboot bootloader by default to allow programming
samples and applications without external programmer (using MCUboot
serial recovery). Change also enables network core to prevent build
failures when building MCUboot with nRF53 multi image DFU.

Jira: NCSDK-18263

Signed-off-by: Marek Pieta <[email protected]>
Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
Signed-off-by: Johann Fischer <[email protected]>
(cherry picked from commit 4689549)
  • Loading branch information
MarekPieta authored and de-nordic committed May 26, 2023
1 parent 7999335 commit ff1db43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions boards/arm/thingy53_nrf5340/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ if BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS
config BOARD
default "thingy53_nrf5340_cpuapp"

config BOOTLOADER_MCUBOOT
default y if !MCUBOOT

config BOARD_ENABLE_CPUNET
default y if !MCUBOOT

# By default, if we build for a Non-Secure version of the board,
# enable building with TF-M as the Secure Execution Environment.
config BUILD_WITH_TFM
Expand Down
1 change: 1 addition & 0 deletions boards/arm/thingy53_nrf5340/thingy53_nrf5340_common.dts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
zephyr,bt-hci-rpmsg-ipc = &ipc0;
nordic,802154-spinel-ipc = &ipc0;
zephyr,ieee802154 = &ieee802154;
nordic,pm-ext-flash = &mx25r64;
};

buttons {
Expand Down

0 comments on commit ff1db43

Please sign in to comment.