Skip to content
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

meta-rauc-raspberrypi/README.rst: Kernel update #97

Merged
merged 1 commit into from
May 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions meta-rauc-raspberrypi/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ It is also recommended, but not strictly necessary, to enable 'systemd'::

INIT_MANAGER = "systemd"

Optionally, to update the Linux kernel using A/B partitions and a RAUC bundle, put the kernel in the rootfs::

IMAGE_INSTALL:append = " kernel-image"

Optionally, to boot Linux kernel from the rootfs modify ``boot.cmd.in`` and replace ``fatload mmc 0:1 ${kernel_addr_r} @@KERNEL_IMAGETYPE@@`` with::

load ${BOOT_DEV} ${kernel_addr_r} boot/@@KERNEL_IMAGETYPE@@

Build the minimal system image::

$ bitbake core-image-minimal
Expand Down
Loading