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?