[yocto] thud, beaglebone-yocto.conf: SERIAL_CONSOLES setting

Robert Berger yocto.user.mailinglist at gmail.com
Sun Nov 4 02:10:00 PST 2018


Hi,

On 02.11.18 16:27, Khem Raj wrote:
> 
> omap serial is obsolete why does linux-yocto keeps using it.
> seondly, machine config should enable both consoles ttyO0 and ttyS0 if
> you know that at least one kernel is using ttyO0
> 
How about picking whatever works for you in the kernel conf and in 
machine conf?

SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0"
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"

Like this on the first boot either ttyO0 or ttyS0 should be picked 
automatically.

Regards,
Robert


More information about the yocto mailing list