-
Notifications
You must be signed in to change notification settings - Fork 7.4k
boards: raspberrypi: rpi_pico: Include default partitions #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
base: main
Are you sure you want to change the base?
boards: raspberrypi: rpi_pico: Include default partitions #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 |
Include sysbuild 2M partitions for rpi_pico boards; and choose to use the slot0_partition as the code-partition. Signed-off-by: John Lin <john.lin@beechwoods.com>
d10c844
to
602e7f3
Compare
|
I don't think no need to make sysbuild as default, is there a reason for the change? |
True. Will revert the changes and use storage partitions as the default. |
Include sysbuild 2M partitions for rpi_pico boards; and
choose to use the slot0_partition as the code-partition.