Skip to content

Commit 87b12f2

Browse files
MarekPietajukkar
authored andcommitted
[nrf noup] boards: thingy53_nrf5340: Enable MCUboot by default
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]> Signed-off-by: Joakim Andersson <[email protected]> (cherry picked from commit ce70796)
1 parent 69df9a5 commit 87b12f2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

boards/nordic/thingy53/Kconfig.defconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ config HW_STACK_PROTECTION
88

99
if BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS
1010

11+
config BOOTLOADER_MCUBOOT
12+
default y if !MCUBOOT
13+
14+
config BOARD_ENABLE_CPUNET
15+
default y if !MCUBOOT
16+
1117
# Code Partition:
1218
#
1319
# For the secure version of the board the firmware is linked at the beginning

boards/nordic/thingy53/thingy53_nrf5340_common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
zephyr,bt-hci = &bt_hci_ipc0;
1414
nordic,802154-spinel-ipc = &ipc0;
1515
zephyr,ieee802154 = &ieee802154;
16+
nordic,pm-ext-flash = &mx25r64;
1617
};
1718

1819
buttons {

0 commit comments

Comments
 (0)