diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-01-12 11:35:30 +0100 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-02-02 14:28:23 +0100 |
commit | f26ce63c229cbdf6af58788bcfe28fb303919eb3 (patch) | |
tree | d4a110af6c0ac590ab86d63403004816c29e775b /boards.yaml.example | |
parent | 45449dafeb3a54c47e022dbb86ad4eb44ea71385 (diff) |
Documentation: document lava-docker
Ths patch documenent lava-docker and add a boards.yaml.example
Diffstat (limited to 'boards.yaml.example')
-rw-r--r-- | boards.yaml.example | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/boards.yaml.example b/boards.yaml.example new file mode 100644 index 0000000..e989af9 --- /dev/null +++ b/boards.yaml.example @@ -0,0 +1,66 @@ +lab-slave-0: + dispatcher_ip: 192.168.66.1 + boardlist: + qemu-01: + type: qemu + bcm2837-rpi-3-b-01: + type: bcm2837-rpi-3-b + pdu_generic: + hard_reset_command: /usr/local/bin/acme-cli -s 192.168.66.2 reset 1 + power_off_command: /usr/local/bin/acme-cli -s 192.168.66.2 switch_off 1 + power_on_command: /usr/local/bin/acme-cli -s 192.168.66.2 switch_on 1 + uart: + idvendor: "0403" + idproduct: 6001 + serial: FT9QQZTA + am335x-boneblack-01: + type: beaglebone-black + pdu_generic: + hard_reset_command: /usr/local/bin/acme-cli -s 192.168.66.2 reset 2 + power_off_command: /usr/local/bin/acme-cli -s 192.168.66.2 switch_off 2 + power_on_command: /usr/local/bin/acme-cli -s 192.168.66.2 switch_on 2 + uart: + idvendor: "0403" + idproduct: 6001 + serial: FT9QR1A9 + meson-gxl-s905x-libretech-cc-01: + type: meson-gxl-s905x-libretech-cc + pdu_generic: + hard_reset_command: /usr/local/bin/acme-cli -s 192.168.66.2 reset 3 + power_off_command: /usr/local/bin/acme-cli -s 192.168.66.2 switch_off 3 + power_on_command: /usr/local/bin/acme-cli -s 192.168.66.2 switch_on 3 + uart: + idvendor: 067b + idproduct: 2303 + devpath: 1.1.4 + macaddr: "00:FA:E0:DE:AD:78" + dragonboard-410c-01: + type: dragonboard-410c + pdu_generic: + hard_reset_command: /usr/local/bin/acme-cli -s 192.168.66.2 reset 4 + power_off_command: /usr/local/bin/acme-cli -s 192.168.66.2 switch_off 4 + power_on_command: /usr/local/bin/acme-cli -s 192.168.66.2 switch_on 4 + uart: + idvendor: "0403" + idproduct: 6001 + serial: FT9R7VDB + r8a7796-m3ulcb-01: + type: r8a7796-m3ulcb + pdu_generic: + hard_reset_command: /usr/local/bin/acme-cli -s 192.168.66.2 reset 5 + power_off_command: /usr/local/bin/acme-cli -s 192.168.66.2 switch_off 5 + power_on_command: /usr/local/bin/acme-cli -s 192.168.66.2 switch_on 5 + uart: + idvendor: "0403" + idproduct: 6001 + serial: AK04WW0Q + imx6q-sabrelite-01: + type: imx6q-sabrelite + pdu_generic: + hard_reset_command: /usr/local/bin/acme-cli -s 192.168.66.2 reset 6 + power_off_command: /usr/local/bin/acme-cli -s 192.168.66.2 switch_off 6 + power_on_command: /usr/local/bin/acme-cli -s 192.168.66.2 switch_on 6 + uart: + idvendor: "0403" + idproduct: 6015 + serial: DAZ0KEUH |