From 4ec3117b3c448f23980c889b3c8d0bdbf25fd8cc Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 28 Mar 2022 20:10:29 -0500 Subject: [PATCH] cmdline: enable serial console While developing, it will be nice to have the serial console available for troubleshooting, especially for issues that prevent network/SSH from working correctly. I've temporarily connected a USB-TTL console cable to *serial0* to control the serial console of the HUD machine. --- cmdline.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdline.txt b/cmdline.txt index ae627f0..ae14ba4 100644 --- a/cmdline.txt +++ b/cmdline.txt @@ -1 +1 @@ -rd.retry=3 rd.timeout=5 panic=5 audit=0 root=nbd:pxe0.pyrocufflink.blue:basementhud +rd.retry=3 rd.timeout=5 panic=5 audit=0 root=nbd:pxe0.pyrocufflink.blue:basementhud console=ttyAMA0