From 5756b300b97060d0855be4991978ae2312b92859 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Sun, 1 Jul 2012 14:29:01 +0300 Subject: [PATCH] raspberrypi.conf: Fix serial console name Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index f3b33bb..86fd1b8 100755 --- a/conf/machine/raspberrypi.conf +++ b/conf/machine/raspberrypi.conf @@ -11,7 +11,7 @@ GUI_MACHINE_CLASS = "bigscreen" IMAGE_FSTYPES += "tar.bz2 rpi-sdimg" -SERIAL_CONSOLE = "115200 ttyS0" +SERIAL_CONSOLE = "115200 ttyAMA0" PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" MACHINE_KERNEL_PR = "r4"