diff --git a/boot/zephyr/boards/rpi_pico_rp2040_mcuboot.overlay b/boot/zephyr/boards/rpi_pico_rp2040_mcuboot.overlay new file mode 100644 index 000000000..767c504ab --- /dev/null +++ b/boot/zephyr/boards/rpi_pico_rp2040_mcuboot.overlay @@ -0,0 +1,15 @@ +/* + * Copyright (c) 2025 Beechwoods Software Inc. + * + * SPDX-License-Identifier: Apache-2.0 + */ + +/* /delete-node/ &code_partition; */ + +#include + +/ { + chosen { + zephyr,code-partition = &boot_partition; + }; +}; diff --git a/boot/zephyr/boards/rpi_pico_rp2040_w_mcuboot.overlay b/boot/zephyr/boards/rpi_pico_rp2040_w_mcuboot.overlay new file mode 100644 index 000000000..afe5078fe --- /dev/null +++ b/boot/zephyr/boards/rpi_pico_rp2040_w_mcuboot.overlay @@ -0,0 +1,13 @@ +/* + * Copyright (c) 2025 Beechwoods Software Inc. + * + * SPDX-License-Identifier: Apache-2.0 + */ + +#include + +/ { + chosen { + zephyr,code-partition = &boot_partition; + }; +};