From: Koen Kooi Date: Thu, 20 Mar 2008 13:05:12 +0000 (+0000) Subject: beagleboard: serial console is on ttyS2 X-Git-Tag: Release-2010-05/1~7315 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fc7a615e464a65888fa2491e7eddab32d8bf1de;p=openembedded.git beagleboard: serial console is on ttyS2 --- diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index a8e4d6cca8..76c27b153e 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf @@ -19,7 +19,7 @@ include conf/machine/include/tune-arm1136jf-s.inc IMAGE_FSTYPES ?= "tar.bz2" # Guesswork -SERIAL_CONSOLE = "115200 ttyS0" +SERIAL_CONSOLE = "115200 ttyS2" # No kernel recipe yet PREFERRED_PROVIDER_virtual/kernel = "linux-beagleboard"