File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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`
130130 login_prompt : ' login: '
131131 username : ' root'
132132
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 >`.
135141
136142You can check which device name gets assigned to your USB-Serial converter by
137143unplugging the converter, running ``dmesg -w `` and plugging it back in. Boot up
You can’t perform that action at this time.
0 commit comments