I have a new fresh windows 11 computer and I decided try to use VsCode dev container.
My VsCode configuration is:
Code: Select all
{
"image": "espressif/idf"
}
Code: Select all
Error response from daemon: error gathering device information while adding custom device "/dev/serial/by-id/usb-FTDI_Dual_RS232-HS-if00-port0": no such file or directory
Error: failed to start containers: 3d71c8882ad63fcd23dbe3b4ea661648b89f8525a3c3bb84962364af0e9db7ae
In this case I did neither have my custom board or ESP-PROG connected.
Can this be the reason for crashing the container and if so, why ??