Odroid-C2: Fix documentation typo/formatting

This commit is contained in:
Ryan Bray 2018-08-25 11:48:42 -06:00
parent 8086b55acd
commit 331336a2d4

View File

@ -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