From: Trevor Woerner <twoerner@gmail.com>
To: Gary Thomas <gary@mlbassoc.com>
Cc: yocto@yoctoproject.org
Subject: Re: [PATCH][meta-raspberrypi 1/2] raspberrypi3: serial console
Date: Mon, 4 Apr 2016 08:18:28 -0700 [thread overview]
Message-ID: <20160404151828.GA6648@linux-mkz6> (raw)
In-Reply-To: <20160404150630.GB29635@linux-mkz6>
On Mon 2016-04-04 @ 08:06:30 AM, Trevor Woerner wrote:
> On Mon 2016-04-04 @ 04:32:41 PM, Gary Thomas wrote:
> > On 04/04/2016 03:24 PM, 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 <twoerner@gmail.com>
> > >---
> > > conf/machine/raspberrypi3.conf | 2 ++
> > > 1 file changed, 2 insertions(+)
> > >
> > >diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf
> > >index 1b73f2f..2c3df41 100644
> > >--- a/conf/machine/raspberrypi3.conf
> > >+++ b/conf/machine/raspberrypi3.conf
> > >@@ -7,3 +7,5 @@ MACHINEOVERRIDES = "raspberrypi2:${MACHINE}"
> > > MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-brcm43430"
> > >
> > > include conf/machine/raspberrypi2.conf
> > >+
> > >+SERIAL_CONSOLE_raspberrypi3 = "115200 ttyS0"
> > >
> >
> > Why the _raspberrypi3 modifier? Wouldn't SERIAL_CONSOLE = "115200 ttyS0" do?
>
> oh, I see what you mean. maybe, let me check
yep, that works too ;-)
v2 to follow
>
> >
> > --
> > ------------------------------------------------------------
> > Gary Thomas | Consulting for the
> > MLB Associates | Embedded world
> > ------------------------------------------------------------
> > --
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
prev parent reply other threads:[~2016-04-04 15:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-04 13:24 [PATCH][meta-raspberrypi 1/2] raspberrypi3: serial console Trevor Woerner
2016-04-04 13:24 ` [PATCH][meta-raspberrypi 2/2] raspberrypi3: set core frequency Trevor Woerner
2016-04-04 14:32 ` [PATCH][meta-raspberrypi 1/2] raspberrypi3: serial console Gary Thomas
2016-04-04 15:02 ` Trevor Woerner
2016-04-04 15:06 ` Trevor Woerner
2016-04-04 15:18 ` Trevor Woerner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160404151828.GA6648@linux-mkz6 \
--to=twoerner@gmail.com \
--cc=gary@mlbassoc.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.