From 4ca0a04f22af7e7eedb85bad4c7f7dd7dd37e84d Mon Sep 17 00:00:00 2001 From: Zhenggen Xu Date: Sun, 14 Oct 2018 22:12:13 -0700 Subject: [PATCH 1/2] Change the baud-rate back to 115200 --- device/celestica/x86_64-cel_seastone-r0/installer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/celestica/x86_64-cel_seastone-r0/installer.conf b/device/celestica/x86_64-cel_seastone-r0/installer.conf index 306c42218785..925a32fc0c3a 100644 --- a/device/celestica/x86_64-cel_seastone-r0/installer.conf +++ b/device/celestica/x86_64-cel_seastone-r0/installer.conf @@ -1,3 +1,3 @@ CONSOLE_PORT=0x3f8 CONSOLE_DEV=0 -CONSOLE_SPEED=9600 +CONSOLE_SPEED=115200 From af5ba1dd72a086e2bd27ca10804882d55d2af013 Mon Sep 17 00:00:00 2001 From: Zhenggen Xu Date: Mon, 15 Oct 2018 16:38:02 -0700 Subject: [PATCH 2/2] Remove the console speed to let the system inherit from ONIE --- device/celestica/x86_64-cel_seastone-r0/installer.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/device/celestica/x86_64-cel_seastone-r0/installer.conf b/device/celestica/x86_64-cel_seastone-r0/installer.conf index 925a32fc0c3a..924e0fb81963 100644 --- a/device/celestica/x86_64-cel_seastone-r0/installer.conf +++ b/device/celestica/x86_64-cel_seastone-r0/installer.conf @@ -1,3 +1,2 @@ CONSOLE_PORT=0x3f8 CONSOLE_DEV=0 -CONSOLE_SPEED=115200