Skip to content

Commit

Permalink
meta-rauc-raspberrypi/README.rst: Kernel update
Browse files Browse the repository at this point in the history
Add instructions how to move the Linux kernel to the rootfs on
Raspberry Pi and to update with a RAUC bundle rauc#12

Signed-off-by: Leon Anavi <[email protected]>
  • Loading branch information
leon-anavi committed May 2, 2024
1 parent b0b4651 commit 5cf1c5a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions meta-rauc-raspberrypi/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,19 @@ 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


III. Flash & Run The Demo System
================================

Expand Down

0 comments on commit 5cf1c5a

Please sign in to comment.