From da4e1fa442891324809993529dd4ae0d9a419af4 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Tue, 23 Apr 2019 15:39:41 -0500 Subject: T1327: Set the serial console speed to 115200 by default Set the default serial console speed to 115200 in system update scripts, to accord with the changes in the build scripts. --- scripts/install/install-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/install/install-functions') diff --git a/scripts/install/install-functions b/scripts/install/install-functions index 46938aeb..e319b84d 100755 --- a/scripts/install/install-functions +++ b/scripts/install/install-functions @@ -214,7 +214,7 @@ add_console_entry () { config_file=$2 sed -i -e "/console {/a \ \ device $console_dev {\n\ - speed 9600\n\ + speed 115200\n\ }" $config_file } -- cgit v1.2.3