-
Notifications
You must be signed in to change notification settings - Fork 7.6k
boards: raspberrypi: rpi_pico: Use sysbuild.overlay #90758
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
boards: raspberrypi: rpi_pico: Use sysbuild.overlay #90758
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are no other issues besides this one from me.
I will approve it as soon as it is fixed.
ab507c1
to
90d4914
Compare
7abaf66
to
0fbd0b3
Compare
0fbd0b3
to
d10c844
Compare
What's the next step to get this merged? |
@nordicjm |
d10c844
to
602e7f3
Compare
I don't think no need to make sysbuild as default, is there a reason for the change? |
The reason to make |
Currently, sysbuild is not the default for SoCs other than those that require different images for two CPUs, such as the ESP32 and NRF91. The sysbuild configuration is meaningful if enabled mcuboot, but the RP2350 does not have a reason to make it the default. I don't believe it is necessary to apply sysbuild as the default for the RP2350, as is the case with most other SoCs. |
Thank you for the detailed explanation. Everything make sense now! I will close this PR and leave the default partitions in place. |
Reopening the PR to try out |
Use `boards/raspberrypi/rpi_pico/sysbuild.overlay` for rpi_pcio to build SysBuild images. Signed-off-by: John Lin <[email protected]>
602e7f3
to
2c0c687
Compare
Please retry analysis of this Pull-Request directly on SonarQube Cloud |
|
Use
boards/raspberrypi/rpi_pico/sysbuild.overlay
for rpi_pcio to buildSysBuild images.