-
Notifications
You must be signed in to change notification settings - Fork 61
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
Make Kernel A/B updates (as part of rootfs) default behavior for meta-rauc-raspberrypi #102
Conversation
This is a necessary step for performing kernel A/B updates by storing the kernel in the rootfs partition. Signed-off-by: Atanas Bunchev <[email protected]>
@@ -41,6 +41,6 @@ else | |||
reset | |||
fi | |||
|
|||
fatload mmc 0:1 ${kernel_addr_r} @@KERNEL_IMAGETYPE@@ | |||
load ${BOOT_DEV} ${kernel_addr_R} boot/@@KERNEL_IMAGETYPE@@ |
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.
Is the change to kernel_addr_R
made intentionally?
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.
That was definitely a typo, thanks for catching it.
Signed-off-by: Atanas Bunchev <[email protected]>
Updating the kernel as part of the rootfs partition will be the default behavior. Signed-off-by: Atanas Bunchev <[email protected]>
50185c8
to
08f635b
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.
@AtanasBunchev Looks fine to me. I guess we don't need the 'Draft' status here?
I wanted to make sure to have tested it properly, so I used the 'Draft' status to make sure it doesn't get merged too early in case something doesn't work quite right. |
@leon-anavi Maybe a good chance before merging this: I recently enforced the merge policy to "rebase" for |
I don't have a hard opinion on this topic. Would you like to switch to "rebase" merge policy for |
Ok, let's give it a try. 👍 |
OK. I don't have access to the "Settings" of this git repository anymore. Do you? Could you please enforce the default merge policy to "rebase" as for meta-rauc? |
Should be done already 😉 |
I have successfully done a kernel update using a RAUC update bundle on Raspberry Pi 5 with these patches and the instructions from the README.rst.