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