labgrid
labgrid copied to clipboard
embedded systems control library for development, testing and installation
**Description** Add a resource for the Segger J-Link debug probe. Export the J-Link resource over IP using the J-Link Remote Server. Adding support for J-Link over IP combined with [pylink](https://github.com/square/pylink)...
**Description** By default ykushcmd command supports option to [on, off, cycle] whole ykush yepkit. > ykushcmd -u a # 'a' stands for all ports > ykushcmd -d a # 'a'...
Since #1249, local resources have: https://github.com/labgrid-project/labgrid/blob/6a112131cb2e55bc24a8742804cde89bbd24cc39/labgrid/resource/provider.py#L13 This is wrong because host should also reflect the DUT's perspective.
Hi Everyone, I'm using labgrid in its release v23.0.3. I bought a EPC 1202 from Gude (firmware v1.11) and want to use this driver to control my device power cycle....
With local can resources in place (see #1287 ), we can add remote access with NetworkCANPort. We discussed the approach at EOSS2023. Pengutronix guys suggest bridging by one of these...
The CAN devices are common on our devices. The support for them is limited in labgrid, so let's start with the crucial part -- local can resources: - RawCANPort -...
**Description** Calling `asyncio.get_event_loop()` with no current event loop is deprecated since Python 3.10 and will be an error in Python >=3.12, see [docs](https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.get_event_loop). So create a new event loop explicitly...
**Description** Implement the same behavior as `get_resource()` This make writing configuration files easier when having multiple drivers. I updated the tests and they run OK. I my setup this feature...
I get an annoying warning at the end of my pytest session, when running on the latest master ``` test_setup/test_setup.py::test_setup_ip /usr/local/lib/python3.10/dist-packages/labgrid/remote/client.py:1238: DeprecationWarning: There is no current event loop loop =...
When using labgrid's reservation feature.. ```shell $ eval `labgrid-client reserve --shell board=imx6` $ labgrid-client wait $LG_TOKEN owner: erbse/bst token: L7KN0X2UUG state: allocated filters: main: board=imx6 allocations: main: example-board created: 2023-07-21...