Skip to content

Commit

Permalink
machine_learning: Change Kconfig.sysbuild to fix configuration for NRF53
Browse files Browse the repository at this point in the history
Seems not all sysbuild configurations needed was enabled for this
sample. This changes configuration for nRF5340 so that overwrite only
is set to default. So that `CONFIG_NRF53_MULTI_IMAGE_UPDATE` will be
set. This fixes the configuration so that it's enabled correctly for
how multi-image updates are supported.

Fixes: NCSDK-28070

Signed-off-by: Sigvart Hovland <[email protected]>
  • Loading branch information
sigvartmh authored and anangl committed Jun 27, 2024
1 parent caf57a5 commit 7119e77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions applications/machine_learning/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ choice BOOTLOADER
default BOOTLOADER_MCUBOOT if BOARD_NRF5340DK_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS
endchoice

choice MCUBOOT_MODE
default MCUBOOT_MODE_OVERWRITE_ONLY if SOC_SERIES_NRF53X
endchoice

config NRF_DEFAULT_IPC_RADIO
default y if BOARD_NRF5340DK_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS || BOARD_NRF54H20DK_NRF54H20_CPUAPP

Expand Down

0 comments on commit 7119e77

Please sign in to comment.