Skip to content

boards: raspberrypi: rpi_pico: Add MCUboot variants #91735

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jlbwoods
Copy link
Contributor

@jlbwoods jlbwoods commented Jun 17, 2025

Add MCUboot variants to RPI Pico / Pico W and SysBuild partitions.

  • rpi_pico/rp2040/mcuboot
  • rpi_pico/rp2040/w/mcuboot

@github-actions github-actions bot added the platform: Raspberry Pi Pico Raspberry Pi Pico (RPi Pico) label Jun 17, 2025
@jlbwoods jlbwoods force-pushed the pr_boards_raspberrypi_rpi_pico_mcuboot-variants branch 3 times, most recently from 4fb79e3 to e8dba51 Compare June 17, 2025 05:22
@jlbwoods jlbwoods force-pushed the pr_boards_raspberrypi_rpi_pico_mcuboot-variants branch from e8dba51 to f68a040 Compare June 17, 2025 17:57
@github-actions github-actions bot added the area: ADC Analog-to-Digital Converter (ADC) label Jun 17, 2025
@github-actions github-actions bot requested a review from anangl June 17, 2025 17:58
@soburi
Copy link
Member

soburi commented Jun 26, 2025

@soburi Please help review this PR, so we can get zephyrproject-rtos/mcuboot#129 reviewed too! Thanks!

We must merge zephyrproject-rtos/mcuboot#129 first to avoid CI problems.

@jlbwoods jlbwoods force-pushed the pr_boards_raspberrypi_rpi_pico_mcuboot-variants branch from f68a040 to 0832f18 Compare July 10, 2025 18:34
@jlbwoods jlbwoods force-pushed the pr_boards_raspberrypi_rpi_pico_mcuboot-variants branch from 0832f18 to 4d0a253 Compare July 22, 2025 16:13
@jlbwoods
Copy link
Contributor Author

Please help with this PR! Thanks!

Add MCUboot variants to RPI Pico / Pico W and SysBuild parititions:
 - rpi_pico/rp2040/mcuboot
 - rpi_pico/rp2040/w/mcuboot

Signed-off-by: John Lin <[email protected]>
@jlbwoods jlbwoods force-pushed the pr_boards_raspberrypi_rpi_pico_mcuboot-variants branch from 4d0a253 to bbb555a Compare August 7, 2025 17:11
Copy link

sonarqubecloud bot commented Aug 7, 2025

@jlbwoods
Copy link
Contributor Author

jlbwoods commented Aug 9, 2025

This PR worked without any other MCUboot modifications. West build with the following:

  • west build -b rpi_pico/rp2040/mcuboot --sysbuild samples/sysbuild/with_mcuboot/
  • west build -b rpi_pico/rp2040/w/mcuboot --sysbuild samples/sysbuild/with_mcuboot/

Comment on lines +6 to +11
- name: rp2040
variants:
- name: w
variants:
- name: mcuboot
- name: mcuboot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation is wrong: the sequence marker "-" should be aligned with the parent label, as in the original file. See ../rpi_pico2/board.yml for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ADC Analog-to-Digital Converter (ADC) platform: Raspberry Pi Pico Raspberry Pi Pico (RPi Pico)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants