[meta-ti] Denys Dmytriyenko : am335x-evm: add ttyO3 support for ICE variant

Arago Project git git at arago-project.org
Mon Mar 7 17:30:11 PST 2016


Module: meta-ti
Branch: fido
Commit: 49ae50366325067192cded36264448ddafa0f6e9
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=49ae50366325067192cded36264448ddafa0f6e9

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Tue Mar  8 02:51:44 2016 +0000

am335x-evm: add ttyO3 support for ICE variant

Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 conf/machine/am335x-evm.conf |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf
index 55bbf95..9013c7c 100644
--- a/conf/machine/am335x-evm.conf
+++ b/conf/machine/am335x-evm.conf
@@ -11,7 +11,9 @@ MACHINE_FEATURES += "touchscreen"
 
 IMAGE_FSTYPES += "ubi tar.gz"
 
-SERIAL_CONSOLE = "115200 ttyO0"
+SERIAL_CONSOLE = ""
+SERIAL_CONSOLES = "115200;ttyO0 115200;ttyO3"
+SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 
 # UBI information.  Note that this is board and kernel specific.  Changes
 # in your kernel port may require changes in these variables.  For more



More information about the meta-ti mailing list