From f9b8c604e61a89e951163c3d2f7cf1ea2ccbc8d9 Mon Sep 17 00:00:00 2001 From: arch1mede Date: Tue, 5 Oct 2021 03:43:35 -0700 Subject: [PATCH] Update ezcoo.md (#499) Added more verbiage for clarity and an example --- pages/ezcoo.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pages/ezcoo.md b/pages/ezcoo.md index 6f2ab30e..c67ecec0 100644 --- a/pages/ezcoo.md +++ b/pages/ezcoo.md @@ -74,6 +74,15 @@ kvmd: - ["#Input 3", ch2_led, ch2_button] - ["#Input 4", ch3_led, ch3_button] ``` +3a. Make sure to notate the spacing for each line, needs to be a total of 4 spaces:
+ + For example: + parent: 0 spaces (kvmd:) + child: 4 spaces (gpio:) + sub-child: 8 spaces (drivers:) + sub-sub-child: 16 spaces (ez:) + + 4. Return to read-only mode for the sd card via `ro` 5. Restart the kvmd service: `systemctl restart kvmd` 6. If you are still not getting KB output, issue a ```ls -la /dev/tty* | grep USB``` , if no output change cables (Alot of cables are power only)