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)
(cherry picked from commit ff1db43)
Signed-off-by: Joakim Andersson <[email protected]>
  • Loading branch information
MarekPieta authored and rlubos committed Oct 31, 2023
1 parent ad501cb commit ff85910
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

# Code Partition:
#
# For the secure version of the board the firmware is linked at the beginning
Expand Down
1 change: 1 addition & 0 deletions boards/arm/thingy53_nrf5340/thingy53_nrf5340_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,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 ff85910

Please sign in to comment.