On Wed, 29 Sep 2021 09:33:18 -0700 Tim Harvey thar...@gateworks.com wrote: ... > One last question on this. I have never used U-Boot vidconsole before. > It does work if I 'setenv stdout serial,videconsole' but if I saveenv > and reboot vidconsole is not enabled. Should I expect it to be or is > it expected that if you want vidconsole you need to do a setenv in > preboot?
if you have CONFIG_CONSOLE_MUX=y CONFIG_SYS_CONSOLE_IS_IN_ENV=y and # CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE is not set then vidconsole should be enabled. -- Anatolij