On 11/27/24 02:34, Daniel Braniss wrote:
Hi,
when the console is not uart0, init’s output, which I assume uses /dev/console
is lost. Boot, kernel and login work ok, also debugger.
so, is there a way to configure /dev/console to uart1?
thanks,
danny
Souonds like the primary configuration is just wrong. What's the
console selector on the loader menu say? The "primary" console gets
userland+kernel, secondary gets kernel. I've had some prototypes to fix
this, but they all sucked.
boot_multicons=YES, boot_serial=YES is the configuration you likely want.
Thanks,
Kyle Evans