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. -- [email protected] +49 171 3101372 Now what ?
