labgrid icon indicating copy to clipboard operation
labgrid copied to clipboard

embedded systems control library for development, testing and installation

Results 195 labgrid issues
Sort by recently updated
recently updated
newest added

I have something like this: ``` LG_CROSSBAR=ws://kea:20408/ws labgrid-client -c /vid/software/devel/ubtest/lab/env_rpi_try.cfg -p rpi3 -s uboot console ``` This powered on the board and starts U-Boot. When I quit labgrid (with Ctrl-\...

`make help` shows: ``` latexpdf to make LaTeX and PDF files (default pdflatex) ``` but using `make latexpdf` fails. In fact it seems to hang in latex somewhere: ``` [25]...

I have a 'servo' device which contains UARTs and reset control. I have manged to create a Servo resource and a ServoDriver for it: ``` class Servo(Resource): """"This resource describes...

I would like to be able to tell the U-Boot strategy what to do at runtime, e.g.: 1. just start up the board and connect a console 2. write U-Boot...

It is possible to use `SerialPort`'s and `NetworkSerialPort`'s in the ModbusRTU Driver (comparable to the `SerialDriver`). Would it make sense to use them directly for adding support for remote Modbus...

The siglent power backend uses the [vxi11](https://pypi.org/project/python-vxi11/) module. It hasn't seen any activity in the last 7 years. It still uses the deprecated [xdrlib](https://docs.python.org/3/library/xdrlib.html) module from the Python standard library....

upstream

This is pretty similar to the existing JPEG cameras and supports manual focus control. Also do some minor clean-ups while we are here.

enhancement

Kernel v5.16 renamed the camera controls for UVC devices, we'll need to detect the running kernel version and than use the correct control in the `USBVideoDriver`, see https://github.com/labgrid-project/labgrid/pull/1486#issuecomment-2312164780.

bug
upstream

The legacy HTTP API does not work on newer units without manually changing the configuration in Setup. This driver is based on https://www.digital-loggers.com/restapi.pdf Curl examples that were used for development...

**Description** Use the wrap_command() function to escape command arguments in case a remote operation over SSH is done. **Checklist** - [ ] PR has been tested Fixes #1392 Alternative to...