08-12-2022, 02:47 PM
(07-27-2022, 11:20 AM)Tango Drango Wrote: does anyone know what the default bootcmd environment variable is?
You can always restore default environment with:
Code:
env default -a
Note that it restores settings for current "session", to persist do:
Code:
env save
For more details see:
https://u-boot.readthedocs.io/en/latest/...d/env.html