From 559e482a643e49bb4a786e1de9ff7b042a3cef51 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Fri, 23 Jun 2023 14:47:46 +0200 Subject: v7a: add RAUC support for qemu-vexpress * Enable barebox bootchooser framework * Add a redundant root partition to the genimage config. The current size of the rootfs is below 98 MiB, so we can add a second root partition to the image while keeping the overall image size the same. * Add appropriate variables to the barebox defaultenv so the bootchooser can decide into which partition to boot * Use the already existing bootstate in the upstream barebox Device Tree * Map partitions in rauc-udev compatibility layer Signed-off-by: Roland Hieber --- .../platform-v7a/barebox-vexpress-defaultenv/nv/bootchooser.system0.boot | 1 + 1 file changed, 1 insertion(+) create mode 100644 configs/platform-v7a/barebox-vexpress-defaultenv/nv/bootchooser.system0.boot (limited to 'configs/platform-v7a/barebox-vexpress-defaultenv/nv/bootchooser.system0.boot') diff --git a/configs/platform-v7a/barebox-vexpress-defaultenv/nv/bootchooser.system0.boot b/configs/platform-v7a/barebox-vexpress-defaultenv/nv/bootchooser.system0.boot new file mode 100644 index 0000000..961e29f --- /dev/null +++ b/configs/platform-v7a/barebox-vexpress-defaultenv/nv/bootchooser.system0.boot @@ -0,0 +1 @@ +disk0.0 -- cgit v1.2.3