Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions boards/raspberrypi/rpi_pico/Kconfig.sysbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Copyright (c) 2025 Beechwoods Software Inc.
# SPDX-License-Identifier: Apache-2.0

choice BOOTLOADER
default BOOTLOADER_MCUBOOT
endchoice

choice BOOT_SIGNATURE_TYPE
default BOOT_SIGNATURE_TYPE_NONE
endchoice
7 changes: 7 additions & 0 deletions boards/raspberrypi/rpi_pico/sysbuild.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/delete-node/ &code_partition;
#include <raspberrypi/partitions_2M_sysbuild.dtsi>
/ {
chosen {
zephyr,code-partition = &slot0_partition;
};
};
Loading