
4 Oct
2021
4 Oct
'21
3:48 p.m.
On Wed, 29 Sep 2021 09:33:18 -0700 Tim Harvey tharvey@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