From c2c9d39ba63e918070b6f666bfa3fac5b7f03efc Mon Sep 17 00:00:00 2001 From: arch1mede Date: Tue, 25 Oct 2022 06:10:01 -0700 Subject: [PATCH] Update gpio.md (#837) * Update gpio.md --- docs/gpio.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/gpio.md b/docs/gpio.md index 7fef41cc..f1ecde56 100644 --- a/docs/gpio.md +++ b/docs/gpio.md @@ -325,6 +325,16 @@ kvmd - ["reboot_button|confirm|Reboot PiKVM"] ``` +An example to help you get started: + +* `cmd: [/usr/bin/sudo, kvmd-otgconf, --disable-function, mass_storage.usb0]` +* `cmd: [(absolute path to sudo, command, flag, flag, absolute path to file]` + +Then run the following: + +``` +systemctl restart kvmd +``` ### PWM ??? note "Click to view"