08-15-2022, 11:38 AM
(08-12-2022, 02:47 PM)jpalus Wrote:(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
This is exactly what I was looking for - much appreciated. Must've been searching for all the wrong things to miss that in the u-boot documentation.