From 0a26c4812f0598300b5ecb7e92db3abfe9afacb4 Mon Sep 17 00:00:00 2001 From: Atanas Bunchev Date: Fri, 21 Jun 2024 15:14:52 +0300 Subject: [PATCH] meta-rauc-raspberrypi: README.rst: Clean up notes about kernel updates Updating the kernel as part of the rootfs partition will be the default behavior. Signed-off-by: Atanas Bunchev --- meta-rauc-raspberrypi/README.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/meta-rauc-raspberrypi/README.rst b/meta-rauc-raspberrypi/README.rst index 1e0cc2a..0f48d9d 100644 --- a/meta-rauc-raspberrypi/README.rst +++ b/meta-rauc-raspberrypi/README.rst @@ -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