Skip to content

Commit 2c0c687

Browse files
committed
boards: raspberrypi: rpi_pico: Use sysbuild.overlay
Use `boards/raspberrypi/rpi_pico/sysbuild.overlay` for rpi_pcio to build SysBuild images. Signed-off-by: John Lin <john.lin@beechwoods.com>
1 parent f5b201e commit 2c0c687

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Copyright (c) 2025 Beechwoods Software Inc.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
choice BOOTLOADER
5+
default BOOTLOADER_MCUBOOT
6+
endchoice
7+
8+
choice BOOT_SIGNATURE_TYPE
9+
default BOOT_SIGNATURE_TYPE_NONE
10+
endchoice
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/delete-node/ &code_partition;
2+
#include <raspberrypi/partitions_2M_sysbuild.dtsi>
3+
/ {
4+
chosen {
5+
zephyr,code-partition = &slot0_partition;
6+
};
7+
};

0 commit comments

Comments
 (0)