Re: [yocto] [meta-raspberrypi][PATCH 3/5] rpi-config: Add UART enabler

2016-04-21 Thread Andrei Gherzan
On Thu, Apr 21, 2016 at 06:47:29PM +0100, Theodor Gherzan wrote: > A new config.txt setting has been introduced - enable_uart - the > purpose of which is to control the initialisation of the UART(*). The > default value varies according to the primary UART on the platform - > if the PL011 is the

Re: [yocto] [meta-raspberrypi][PATCH 3/5] rpi-config: Add UART enabler

2016-04-21 Thread Theodor Gherzan
A new config.txt setting has been introduced - enable_uart - the purpose of which is to control the initialisation of the UART(*). The default value varies according to the primary UART on the platform - if the PL011 is the primary UART (that used for the console and boot messages) then

Re: [yocto] [meta-raspberrypi][PATCH 3/5] rpi-config: Add UART enabler

2016-04-21 Thread Theodor Gherzan
Here is a full explination of this: On Thu, Apr 21, 2016 at 6:43 PM, Andrei Gherzan wrote: > Hi, > > On Thu, Apr 21, 2016 at 06:32:11PM +0100, Theodor Gherzan wrote: >> From: Theodor Gherzan >> >> Signed-off-by: Theodor Gherzan >> --- >>

Re: [yocto] [meta-raspberrypi][PATCH 3/5] rpi-config: Add UART enabler

2016-04-21 Thread Andrei Gherzan
Hi, On Thu, Apr 21, 2016 at 06:32:11PM +0100, Theodor Gherzan wrote: > From: Theodor Gherzan > > Signed-off-by: Theodor Gherzan > --- > recipes-bsp/bootfiles/rpi-config_git.bb | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git

[yocto] [meta-raspberrypi][PATCH 3/5] rpi-config: Add UART enabler

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan Signed-off-by: Theodor Gherzan --- 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