Skip to content

Commit

Permalink
Merge pull request #97 from leon-anavi/rpi-kernel-update
Browse files Browse the repository at this point in the history
meta-rauc-raspberrypi/README.rst: Kernel update
  • Loading branch information
leon-anavi authored May 23, 2024
2 parents b0b4651 + 74344be commit 7a0da6a
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit 7a0da6a

Please sign in to comment.