[oe-commits] Michael 'Mickey' Lauer : om-3d7k.conf: fix serial console UART

GIT User account git at amethyst.openembedded.net
Thu Mar 5 09:50:14 UTC 2009


Module: openembedded.git
Branch: hrw/poky-merge/add-rpm-packages-support
Commit: a587bd1605a3cd9379ce5cb3954977722f001db8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a587bd1605a3cd9379ce5cb3954977722f001db8

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Thu Mar  5 00:45:29 2009 +0100

om-3d7k.conf: fix serial console UART

---

 conf/machine/om-3d7k.conf |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/conf/machine/om-3d7k.conf b/conf/machine/om-3d7k.conf
index 7f2cc87..95bfd40 100644
--- a/conf/machine/om-3d7k.conf
+++ b/conf/machine/om-3d7k.conf
@@ -21,7 +21,12 @@ MACHINE_EXTRA_RRECOMMENDS = "\
   kernel-modules \
 "
 
-SERIAL_CONSOLE = "115200 ttySAC2"
+# device has 4 UARTS:
+# ttySAC0: mc75 GSM modem
+# ttySAC1: NC
+# ttySAC2: NC
+# ttySAC3: serial console
+SERIAL_CONSOLE = "115200 ttySAC3"
 USE_VT = "0"
 
 # used by some images





More information about the Openembedded-commits mailing list