diff options
author | khilman <khilman@users.noreply.github.com> | 2018-02-05 08:51:00 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-05 08:51:00 -0800 |
commit | 55ab0db7581e910322b165198a461a30ff87c58d (patch) | |
tree | 6a3afae164e8e9acde63719a57ef1ca3a60fda18 /README.md | |
parent | e3b883de8c99832687aeb5950f2114a992541d75 (diff) | |
parent | 302e41d55759affe58d77e14c15d728625a03d19 (diff) |
Merge pull request #16 from montjoie/rework-misc
Rework misc
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -22,16 +22,18 @@ A sample dhcpd config file is available in the dhcpd directory ### boards.yaml 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 +lab-slave-XX: + dispatcher_ip: the IP where the slave could be contacted. In lava-docker it is the host IP since docker proxify TFTP from host to the slave. + 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 |