Re: not working /dev/console

From: Kyle Evans <kevans_at_FreeBSD.org>
Date: Wed, 27 Nov 2024 13:50:33 UTC
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