From 331336a2d40acf461966d111de96f7e0bd565d5c Mon Sep 17 00:00:00 2001 From: Ryan Bray Date: Sat, 25 Aug 2018 11:48:42 -0600 Subject: [PATCH] Odroid-C2: Fix documentation typo/formatting --- Documentation/boards/odroid-c2.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Documentation/boards/odroid-c2.md b/Documentation/boards/odroid-c2.md index 07d7ff3dc..592512c23 100644 --- a/Documentation/boards/odroid-c2.md +++ b/Documentation/boards/odroid-c2.md @@ -6,9 +6,8 @@ eMMC support is provided transparently. Just flash the image to the eMMC board a ## Console -By default, console access is granted over the serial header and over HDMI. Certain startup messages will only appear on the serial console by default. To cshow the messages on the HDMI console instead, swap the order of the two consoles in the `cmdline.txt` file on the boot partition. You can also delete the AML0 console if you don't plan on using the serial adapter. -eg. - console=ttyAML0,115200n8 console=tty0 +By default, console access is granted over the serial header and over HDMI. Certain startup messages will only appear on the serial console by default. To show the messages on the HDMI console instead, swap the order of the two consoles in the `cmdline.txt` file on the boot partition. You can also delete the AML0 console if you don't plan on using the serial adapter. +eg. `console=ttyAML0,115200n8 console=tty0` ## USB