From c7577275dbb01249240fd6395445b989d8b1a54c Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 9 May 2017 17:16:33 +0300 Subject: nuc: add serial console to ttyUSB NUC has no ready made serial console. Add one to ttyUSB, which is then automatically usable when plugging in USB to serial adapter. Change-Id: I8b2687f60077079a8fc52f238b9de7ba50a4d965 Reviewed-by: Mikko Gronoff --- conf/distro/include/intel-corei7-64.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/distro/include/intel-corei7-64.conf b/conf/distro/include/intel-corei7-64.conf index a72ff0c..0c8200a 100644 --- a/conf/distro/include/intel-corei7-64.conf +++ b/conf/distro/include/intel-corei7-64.conf @@ -46,3 +46,5 @@ SYSVINIT_ENABLED_GETTYS = "1" MACHINE_EXTRA_INSTALL += "\ grub-efi-config \ " + +SERIAL_CONSOLES += "115200;ttyUSB0" -- cgit v1.2.3-54-g00ecf