Re: [yocto] [meta-raspberrypi][PATCH v2 1/2] raspberrypi3: serial console

2016-04-13 Thread Trevor Woerner
On Wed 2016-04-13 @ 04:20:36 AM, Andrei Gherzan wrote: > On Mon, Apr 11, 2016 at 05:54:44PM -0400, Trevor Woerner wrote: > > The serial console on the Raspberry Pi 3 is located at /dev/ttyS0 and not > > /dev/ttyAMA0. > > > > Signed-off-by: Trevor Woerner > > --- > >

Re: [yocto] [meta-raspberrypi][PATCH v2 1/2] raspberrypi3: serial console

2016-04-12 Thread Andrei Gherzan
On Wed, Apr 13, 2016 at 04:20:36AM +0200, Andrei Gherzan wrote: > On Mon, Apr 11, 2016 at 05:54:44PM -0400, Trevor Woerner wrote: > > The serial console on the Raspberry Pi 3 is located at /dev/ttyS0 and not > > /dev/ttyAMA0. > > > > Signed-off-by: Trevor Woerner > > --- > >

Re: [yocto] [meta-raspberrypi][PATCH v2 1/2] raspberrypi3: serial console

2016-04-12 Thread Andrei Gherzan
On Mon, Apr 11, 2016 at 05:54:44PM -0400, Trevor Woerner wrote: > The serial console on the Raspberry Pi 3 is located at /dev/ttyS0 and not > /dev/ttyAMA0. > > Signed-off-by: Trevor Woerner > --- > conf/machine/raspberrypi3.conf | 2 ++ > 1 file changed, 2 insertions(+) > >

[yocto] [meta-raspberrypi][PATCH v2 1/2] raspberrypi3: serial console

2016-04-11 Thread Trevor Woerner
The serial console on the Raspberry Pi 3 is located at /dev/ttyS0 and not /dev/ttyAMA0. Signed-off-by: Trevor Woerner --- conf/machine/raspberrypi3.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf