aboutsummaryrefslogtreecommitdiff
path: root/usb-control/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'usb-control/README.md')
-rw-r--r--usb-control/README.md33
1 files changed, 31 insertions, 2 deletions
diff --git a/usb-control/README.md b/usb-control/README.md
index 48e0172..bf04e52 100644
--- a/usb-control/README.md
+++ b/usb-control/README.md
@@ -1,4 +1,4 @@
-# Haikou USB Control
+# Theobroma Systems baseboards and SBCs USB Control
This tool allows to control the **BIOS disable** signal and
**power** state via USB.
@@ -13,7 +13,7 @@ This tool allows to control the **BIOS disable** signal and
apt install python-usb
```
-# Usage
+## Usage (Haikou baseboard)
To manipulate **BIOS disable** via USB the slider has to be in the **normal
boot** position.
@@ -42,3 +42,32 @@ For more features use the built-in help:
haikou.py --help
+## Usage (SBC-RK3588-AMR Jaguar)
+
+The **BIOS** button forces BIOS Disable signal so please do not press it while
+controlling the SBC via USB.
+
+To list connected Jaguar SBCs:
+
+ jaguar.py list
+
+To power cycle the board:
+
+ jaguar.py cycle
+
+To select a specific board with given serial number (can be fetched via 'list'):
+
+ jaguar.py --serial SERIALNUMBER
+
+To enable the BIOS disable signal:
+
+ jaguar.py biosdisable
+
+To switch back to normal boot:
+
+ jaguar.py normalboot
+
+For more features use the built-in help:
+
+ jaguar.py --help
+