From: Andrei Gherzan <andrei@gherzan.ro>
To: Theodor Gherzan <theodor@gherzan.ro>
Cc: yocto@yoctoproject.org
Subject: Re: [meta-raspberrypi][PATCH 3/5] rpi-config: Add UART enabler
Date: Thu, 21 Apr 2016 19:43:19 +0200 [thread overview]
Message-ID: <20160421174319.GQ1588@resin> (raw)
In-Reply-To: <1461259933-1661-3-git-send-email-theodor@gherzan.ro>
[-- Attachment #1: Type: text/plain, Size: 1051 bytes --]
Hi,
On Thu, Apr 21, 2016 at 06:32:11PM +0100, Theodor Gherzan wrote:
> From: Theodor Gherzan <theodor@resin.io>
>
> Signed-off-by: Theodor Gherzan <theodor@resin.io>
> ---
> recipes-bsp/bootfiles/rpi-config_git.bb | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb
> index 4d41723..6ddf843 100644
> --- a/recipes-bsp/bootfiles/rpi-config_git.bb
> +++ b/recipes-bsp/bootfiles/rpi-config_git.bb
> @@ -90,6 +90,12 @@ do_deploy() {
> echo "# Enable PITFT22 display" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt
> echo "dtoverlay=pitft22,rotate=270,speed=32000000,txbuflen=32768" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt
> fi
> +
> + # UART support
> + if [ "${ENABLE_UART}" = "1" ]; then
> + echo "# Enable UART" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt
> + echo "enable_uart=1" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt
What is the default value of enable_uart?
--
Andrei Gherzan
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2016-04-21 17:43 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-21 17:32 [meta-raspberrypi][PATCH 1/5] SERIAL_CONSOLE definition split Theodor Gherzan
2016-04-21 17:32 ` [meta-raspberrypi][PATCH 2/5] firmware.inc: Update firmware to include various serial fixes Theodor Gherzan
2016-04-21 19:24 ` Andrei Gherzan
2016-04-21 17:32 ` [meta-raspberrypi][PATCH 3/5] rpi-config: Add UART enabler Theodor Gherzan
2016-04-21 17:43 ` Andrei Gherzan [this message]
2016-04-21 17:46 ` Theodor Gherzan
2016-04-21 17:47 ` Theodor Gherzan
2016-04-21 17:52 ` Andrei Gherzan
2016-04-21 17:32 ` [meta-raspberrypi][PATCH 4/5] linux-raspberrypi: Make use of serial aliases Theodor Gherzan
2016-04-21 17:32 ` [meta-raspberrypi][PATCH 5/5] README: Document new variable configuration Theodor Gherzan
2016-04-21 17:55 ` Andrei Gherzan
2016-04-21 18:02 ` Theodor Gherzan
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=20160421174319.GQ1588@resin \
--to=andrei@gherzan.ro \
--cc=theodor@gherzan.ro \
--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.