From 309f77c33a95ce4e23a5c63b5904a7847d1b6347 Mon Sep 17 00:00:00 2001 From: Martin Schwan Date: Wed, 4 Jun 2025 14:15:30 +0200 Subject: [PATCH] doc: Add description for bootmeth rauc Add documentation for the bootmeth "rauc", which boots an A/B system with RAUC from MMC. Signed-off-by: Martin Schwan --- doc/develop/bootstd/index.rst | 1 + doc/develop/bootstd/overview.rst | 1 + doc/develop/bootstd/rauc.rst | 56 ++++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+) create mode 100644 doc/develop/bootstd/rauc.rst diff --git a/doc/develop/bootstd/index.rst b/doc/develop/bootstd/index.rst index 4c4e26ccdb7..ec74fc2fb9d 100644 --- a/doc/develop/bootstd/index.rst +++ b/doc/develop/bootstd/index.rst @@ -12,5 +12,6 @@ Standard Boot qfw android cros + rauc script sandbox diff --git a/doc/develop/bootstd/overview.rst b/doc/develop/bootstd/overview.rst index 9fe5630ab16..0a237359575 100644 --- a/doc/develop/bootstd/overview.rst +++ b/doc/develop/bootstd/overview.rst @@ -443,6 +443,7 @@ Bootmeth drivers are provided for booting from various media: - :doc:`extlinux / syslinux ` boot from a storage device - :doc:`extlinux / syslinux ` boot from a network (PXE) - :doc:`sandbox ` used only for testing + - :doc:`RAUC distro `: A/B system with RAUC from MMC - :doc:`U-Boot scripts