[yocto] [PATCH] meta-yocto-bsp: beaglebone-yocto.conf: support 8250 serial driver

Heiko Schocher hs at denx.de
Mon Dec 10 03:01:00 PST 2018


Hello all,

Am 13.11.2018 um 08:06 schrieb Heiko Schocher:
> it is possible to use the beagleboneblack with the 8250 serial
> driver or with the deprecated omap serial driver.
> 
> Unfortunately serial console get different names (ttyS0 with
> 8250 driver and ttyO0 with omap driver)
> 
> So set SERIAL_CONSOLES to
> SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyO0"
> 
> (intentionally with "?=" so it is overwriteable)
> and activate
> 
> SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
> 
> with that on the first boot the correct value is picked up
> automatically.
> 
> Signed-off-by: Heiko Schocher <hs at denx.de>
> ---
> 
>   meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)

gentle ping. Any issues with this patch?

Thanks!

bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs at denx.de


More information about the yocto mailing list