diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2019-04-25 17:20:52 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2019-05-03 11:05:17 +0200 |
commit | c56647c31313fe9cbf6aff9ab1e5c6ef5faf14f2 (patch) | |
tree | 199b18996032cc1aececd4d2007d57ba85687464 /README.md | |
parent | ad91a66ca580976a929f1e07045fa52bf1633c2b (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.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |