aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2019-04-25 17:20:52 +0200
committerCorentin LABBE <clabbe@baylibre.com>2019-05-03 11:05:17 +0200
commitc56647c31313fe9cbf6aff9ab1e5c6ef5faf14f2 (patch)
tree199b18996032cc1aececd4d2007d57ba85687464 /README.md
parentad91a66ca580976a929f1e07045fa52bf1633c2b (diff)
Permit to add extra devices in the slave
This patch permit to adds extra devices (like a USB relay) in the slave
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5c7c57c..de78d7b 100644
--- a/README.md
+++ b/README.md
@@ -275,6 +275,12 @@ slaves:
env:
- line1 A list of line to set as environment (See /etc/lava-server/env.yaml for examples)
- line2
+ devices: A list of devices which need UDEV rules
+ - name: The name of the device
+ vendorid: The VID of the UART (Formated as 0xXXXX)
+ productid: the PID of the UART (Formated as 0xXXXX)
+ serial: The serial number of the device if the device got one
+ devpath: The UDEV devpath to this device if more than one is present
boards:
- name: devicename Each board must be named by their device-type as "device-type-XX" (where XX is a number)