Re: not working /dev/console

From: Kurt Jaeger <pi_at_freebsd.org>
Date: Mon, 16 Dec 2024 15:08:20 UTC
Hi!

> > > The system boots via serial, and then stops displaying any
> > > kernel output.
> 
> > APU is one of the latest machines that don't quite enumerate the
> > serial ports right via ACPI, so you'll need to add the following to
> > loader.conf
> > 
> > hint.uart.0.at="isa"
> > hint.uart.0.port="0x3F8"
> > hint.uart.0.irq="4"
> > hint.uart.1.at="isa"
> > hint.uart.1.port="0x2F8"
> > hint.uart.1.irq="3"
> 
> Aha! Tested, works!

For the APUs, this is sufficient:

hint.uart.0.at="isa"
hint.uart.1.at="isa"

The loader finds the port/irq by some automagic.

-- 
pi@FreeBSD.org         +49 171 3101372                  Now what ?