From c56647c31313fe9cbf6aff9ab1e5c6ef5faf14f2 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Thu, 25 Apr 2019 17:20:52 +0200 Subject: Permit to add extra devices in the slave This patch permit to adds extra devices (like a USB relay) in the slave --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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) -- cgit 1.2.3-korg