mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 03:15:00 +00:00
![]() We have previously added logic to allow a "fallback" option to be specified in the extlinux configuration. Provide a command that allows us to set this as the preferred default option when booting. Combined with the bootcount functionality, this allows the "altbootcmd" to provide a means of falling back to a previously known good state after a failed update. For example, if "bootcmd" is set to: bootflow scan -lb We would set "altbootcmd" to: bootmeth set extlinux fallback 1; bootflow scan -lb Causing the boot process to boot from the fallback option. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Martyn Welch <martyn.welch@collabora.com> |
||
---|---|---|
.. | ||
cmd | ||
fit | ||
os | ||
blkmap.rst | ||
cmdline.rst | ||
dfu.rst | ||
environment.rst | ||
fdt_overlays.rst | ||
index.rst | ||
measured_boot.rst | ||
netconsole.rst | ||
partitions.rst | ||
semihosting.rst | ||
spl_boot.rst | ||
upl.rst |