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"