From a7056567a606d7a595ad5da331bb096614f50925 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Wed, 14 Sep 2011 11:23:35 -0700 Subject: fri2: use ttyS0,115200 for serial console and syslinux The FRI2 has an optional serial expansion board. Enable the use of this as a console for both syslinux and the OS. Note: while the settings all appear to be correct, the serial port is not working on my test device in syslinux or the getty. The kernel messages do make their way to the serial port after PCI initialization. Signed-off-by: Darren Hart --- meta-fri2/conf/machine/fri2.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-fri2/conf/machine/fri2.conf') diff --git a/meta-fri2/conf/machine/fri2.conf b/meta-fri2/conf/machine/fri2.conf index 15036a4c..ae69742b 100644 --- a/meta-fri2/conf/machine/fri2.conf +++ b/meta-fri2/conf/machine/fri2.conf @@ -18,4 +18,8 @@ PREFERRED_VERSION_xserver-xorg ?= "1.9.3" PREFERRED_VERSION_mesa-dri ?= "7.11" PREFERRED_VERSION_emgd-driver-bin ?= "1.8" +SYSLINUX_OPTS = "serial 0 115200" +SERIAL_CONSOLE = "115200 ttyS0" +APPEND += "console=ttyS0,115200 console=tty0" + APPEND += "video=vesafb vga=0x318" -- cgit v1.2.3-54-g00ecf