Skip to content

Commit

Permalink
meta-rauc-raspberrypi: README.rst: Clean up notes about kernel updates
Browse files Browse the repository at this point in the history
Updating the kernel as part of the rootfs partition will be the default behavior.

Signed-off-by: Atanas Bunchev <[email protected]>
  • Loading branch information
Atanas Bunchev authored and ejoerns committed Jun 25, 2024
1 parent ce49d53 commit 0a26c48
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions meta-rauc-raspberrypi/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,6 @@ 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

0 comments on commit 0a26c48

Please sign in to comment.