File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -130,8 +130,14 @@ and ``password`` of the ShellDriver driver in the environment file ``local.yaml`
130
130
login_prompt : ' login: '
131
131
username : ' root'
132
132
133
- More information about the environment configuration file can be found
134
- :ref: `here <environment-configuration >`.
133
+ For, now it is sufficient to know that labgrid tries to "bind" appropriate drivers
134
+ and resources to each other automatically if possible. The ``ShellDriver `` will use
135
+ the ``SerialDriver `` to connect to the ``RawSerialPort `` resource. If an automatic
136
+ binding is not possible due to ambiguity, the bindings can also be specified
137
+ explicitly.
138
+
139
+ More information about this and the environment configuration file in general can
140
+ be found :ref: `here <environment-configuration >`.
135
141
136
142
You can check which device name gets assigned to your USB-Serial converter by
137
143
unplugging the converter, running ``dmesg -w `` and plugging it back in. Boot up
You can’t perform that action at this time.
0 commit comments