I have installed the following:
- latest esp-idf
- vscode with espressif esp-idf extension
Then I created new project based on the empty template. It compiles fine, just as I expected.
But now the hard part:
I connected a Seeed Studio XIAO ESP32C6 vio USB to my PC.
Running lsusb shows me "Bus 003 Device 005: ID 303a:1001 Espressif USB JTAG/serial debug unit". Is that correct?
But flashing from vscode does not work:
Is there anything I need to do to make my ESP32C6 show up as a serial port? Or do I need to flash it in another way?esptool.py v4.8.dev4
Serial port /dev/ttyS0
A fatal error occurred: Could not open /dev/ttyS0, the port is busy or doesn't exist.
(Could not configure port: (5, 'Input/output error'))