diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2017-11-07 15:06:49 +0100 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-02-02 14:24:19 +0100 |
commit | b18c3454b16a4b01155daaaa54c6663cf9498121 (patch) | |
tree | 163321a6f781d4c6074a50345331b29ea63f78eb /README.md | |
parent | e93a8b174964a1cff91bfe3da8560ae3bdc41a8e (diff) |
Place board under boardlist
We need to add some information to lab node, so we need to move all
boards under a list("boardlist")
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -23,15 +23,16 @@ A sample dhcpd config file is available in the dhcpd directory This file describe how are setuped your boards, and how they are connected and powered. ``` lab-slave-name: - devicename: - type: the devicetype of this device - pdu: - daemon: The hostname running the PDU daemon (always localhost) - host: The host name of the PDU as named in lavapdu.conf - port: portnumber (The port number of the PDU where the device is connected) - uart: - type: - serial: The serial number in case of FTDI uart + boardlist: + devicename: + type: the devicetype of this device + pdu: + daemon: The hostname running the PDU daemon (always localhost) + host: The host name of the PDU as named in lavapdu.conf + port: portnumber (The port number of the PDU where the device is connected) + uart: + type: + serial: The serial number in case of FTDI uart ``` Notes: uart FTDI only need serial |