This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

UNIFLASH: Connecting to XDS110 when Uniflash in a docker container

Part Number: UNIFLASH
Other Parts Discussed in Thread: CC1312R7

Hi,

I have Uniflash installed in a docker container, and I use it with targets connected to my XDS110 (on a launchpad cc1312r7). If I start the container with `--privileged` everything works fine. For security reasons I want to avoid privileged, so I specifically added the XDS110 TTYs to the containers using: `--device /dev/ttyACM0 --device /dev/ttyACM1`. However, this does not work as I am getting the Host connection error (-260). I also tried adding /dev/hidraw0.

Does anyone here have had any success using Uniflash in docker with an XDS110 and can point me in a direction?