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

richard.purdie at linuxfoundation.org richard.purdie at linuxfoundation.org
Mon Dec 10 03:06:43 PST 2018


On Mon, 2018-12-10 at 12:01 +0100, Heiko Schocher wrote:
> 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?

No, it merged already:

http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=81e48b24dd9c97a3bdda3b4140f8e2bda29d24da

Cheers,

Richard



More information about the yocto mailing list