From aac51b8d2188065e3fea0c145c2f0b8a8030b55c Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 4 Nov 2015 01:26:16 +0100 Subject: local.conf: enable USB CDC ACM console for Vybrid based devices The Vybrid devices use a composite gadget device by default which offers a serial connection over USB on the USB peripheral port. This enables a serial console on that tty. --- buildconf/local.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'buildconf') diff --git a/buildconf/local.conf b/buildconf/local.conf index 1535ee1..03bf5d0 100644 --- a/buildconf/local.conf +++ b/buildconf/local.conf @@ -47,6 +47,9 @@ MACHINE ?= "colibri-t20" #MACHINE ?= "apalis-t30" #MACHINE ?= "apalis-imx6" +# Enable a serial console on the USB CDC ACM ttyGS0 too +SERIAL_CONSOLES_colibri-vf = "115200;ttyLP0 115200;ttyGS0" + # # There are also a selection of emulated machines available which can boot and run # in the QEMU emulator: -- cgit v1.2.3