From 6d5321eefb1e25fdaa4f178a9e843786262fde87 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Tue, 13 Aug 2019 09:20:43 +0200 Subject: [PATCH] sysmocom-alix: Change serial console to 115200 baud This is the baud rate we always use in our devices, don't change it now. Related: rt#27399 --- conf/machine/sysmocom-alix.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/sysmocom-alix.conf b/conf/machine/sysmocom-alix.conf index 6e31cac..b54c384 100644 --- a/conf/machine/sysmocom-alix.conf +++ b/conf/machine/sysmocom-alix.conf @@ -21,8 +21,8 @@ KERNEL_IMAGETYPE = "bzImage" IMAGE_FSTYPES ?= "tar.gz ext4" -SERIAL_CONSOLE = "38400 ttyS0" -MACHINE_CONSOLE = "console=ttyS0,38400n8" +SERIAL_CONSOLE = "115200 ttyS0" +MACHINE_CONSOLE = "console=ttyS0,115200n8" # We bypass swrast but we need it to be present for X to load correctly XSERVER ?= "xserver-xf86-dri-lite \