Files
u-boot/doc/develop
Martyn Welch 3809fd35a5 bootstd: Add command to enable setting of bootmeth specific properties
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>
2024-10-15 10:24:27 -06:00
..
2024-01-29 11:28:44 +01:00
2023-02-11 12:22:35 -05:00
2024-10-07 08:54:35 -06:00
2024-10-11 11:44:47 -06:00
2024-10-07 08:54:35 -06:00
2022-12-17 13:37:33 +00:00
2024-10-11 11:44:48 -06:00
2023-08-19 04:12:52 +02:00