Tool/software:
Hi,
I've managed to make a functional setup with Docker/VNC and Code Composer Studio 12.8 (including debugging) using the command below
docker run -p 5900:5900 -p 2222:22 -e XRES=1920x1080x24 -e TZ=Europe/Copenhagen --device=/dev -v /dev/serial/by-id:/dev/serial/by-id -v ~/remoni_repos:/home/ubuntu/remoni_repos --privileged rsolano/ubuntu-vnc
but Code Composer Theia can't find the XDS110 and complains about a missing COM port when debugging (No matching COM port found).
Both host and container are running Ubuntu and doesn't have COM ports. Does Theia need any other mapping or can the port/device be specified somewhere?
Best regards Peter