diff options
author | Martin Schwan <m.schwan@phytec.de> | 2025-06-04 14:15:30 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-06-18 12:15:35 -0600 |
commit | 309f77c33a95ce4e23a5c63b5904a7847d1b6347 (patch) | |
tree | 3c1bdf0bfddf5505d277ae0b5d132801110777a2 /doc/develop/bootstd/overview.rst | |
parent | 7e5c2c782fb9aba2d9a2e580f51582dd394dc5a3 (diff) |
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 <m.schwan@phytec.de>
Diffstat (limited to 'doc/develop/bootstd/overview.rst')
-rw-r--r-- | doc/develop/bootstd/overview.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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 <extlinux>` boot from a storage device - :doc:`extlinux / syslinux <extlinux>` boot from a network (PXE) - :doc:`sandbox <sandbox>` used only for testing + - :doc:`RAUC distro <rauc>`: A/B system with RAUC from MMC - :doc:`U-Boot scripts <script>` from disk, network or SPI flash - :doc:`QFW <qfw>`: QEMU firmware interface - :doc:`VBE </develop/vbe>`: Verified Boot for Embedded |