Rouven Czerwinski
Rouven Czerwinski
Please use the `add-named-match` command to setup different names between the two resources. You can also name one of the resources "default", this resource will be picked when no explicit...
Which version of labgrid are you running?
I tried to reproduce on master, I think the reason this is broken on stable is that a backport of ac560620ba4c4d4ab276a551ae623c2707af1b5a is missing. Can you test on master?
The decision to remove this support was to let drivers be deactivated and activated even if the bootloader is already running, which is necessary to support reusing the current state...
Are the netio devices supported by pdudaemon? In that case it may be easier to use PDUDaemon.
Hi Ahmad, the idea for the feature looks great, however we would very much prefer a solution which uses the udisks2 DBus API with the agent interface. The regex may...
I looked at this recently, to clear the pexpect buffer you can simply expect anyting: ```python serial = target.get("SerialDriver") serial.expect(r'.+') ``` This will clear the expect buffer. The problem is...
Which `ssh` server are you using on Yocto? This may be an issue when dropbear is used instead of `ssh-server-openssh`. We explicitly use `openssh` for the [LXA TAC](https://www.linux-automation.com/en/products/lxa-tac.html) yocto layer.
This should be behind the `#[cfg(feature = "sway-1-1")]` feature guard as the recently added output parsing support.
We are seeing the same issue on NitroKey HSM.