-
Notifications
You must be signed in to change notification settings - Fork 77
boot: zephyr: boards: Assign boot_partition to code-patition #128
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
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.
this doesn't really make any sense, the board in zephyr should be doing this
Since the board in Zephyr default to "storage" partitions, it is necessary to include "sysbuild" partitions in MCUboot. Details for this PR:
|
The default partition in zephyr should have both storage and mcuboot partitions, like other boards, there should be no specific overlays in mcuboot (which wouldn't work anyway because it needs the same as the app which would use the zephyr one) |
The original intent is to have default boards for RPI have max storage space without the boot partitions. With this setup, we will need a specific overlay in It is more user friendly to use |
21c8f26
to
2aea790
Compare
Switch the default partitions for raspberrypi to use the sysbuild partitions in order to be consistent with the default partitions for other vendor defined partitions. Please refer to this PR for comments relating to this modification: - zephyrproject-rtos/mcuboot#128 Signed-off-by: John Lin <john.lin@beechwoods.com>
Switch the default partitions for raspberrypi to use the sysbuild partitions in order to be consistent with the default partitions for other vendor defined partitions. Please refer to this PR for comments relating to this modification: - zephyrproject-rtos/mcuboot#128 Signed-off-by: John Lin <john.lin@beechwoods.com>
079f623
to
fcde3f6
Compare
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.
Something is wrong with this pr, there are some unrelated commits.
Use the boot_partition as the code-partition for RPI Pico W in order for SysBuild to use the correct partition during the build process. Signed-off-by: John Lin <john.lin@beechwoods.com>
fcde3f6
to
2b6a8d3
Compare
Sorry about that! Fixed it now! (I did not use the |
Switch the default partitions for raspberrypi to use the sysbuild partitions in order to be consistent with the default partitions for other vendor defined partitions. Please refer to this PR for comments relating to this modification: - zephyrproject-rtos/mcuboot#128 Signed-off-by: John Lin <john.lin@beechwoods.com>
Please help review again with updated fixes. Thanks! |
I think I need to create PR based on the I will close this one. |
Uh oh!
There was an error while loading. Please reload this page.