diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-10-26 10:46:09 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-11-26 08:57:28 +0100 |
commit | 3e5c111cd1a05a148bc1d66df815d93a831e4d9d (patch) | |
tree | dd390bcc367723464b2fd5f19cf07622bb417f0c /README.md | |
parent | de35d605d56368275d9447545e4ba4fec211c789 (diff) |
lavalab-gen.py: Permits to bind host /dev to slave
When using a PDU with crelay, we need to access the whole content /dev/hid/ and so need to bind the whole /dev/
This is also necessary when using the HSDK board which have a serial
which appears only when board is powered.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -256,6 +256,7 @@ slaves: remote_user_token: The remote_user's token. This option is necessary only if no master node exists in boards.yaml. Otherwise lavalab-gen.py will get from it. remote_proto: http(default) or https default_slave: Does this slave is the default slave where to add boards (default: lab-slave-0) + bind_dev: Bind /dev from host to slave. This is needed when using some HID PDU expose_ser2net: Do ser2net ports need to be available on host expose_ports: Expose port p1 on the host to p2 on the worker slave. - p1:p2 |