-
Notifications
You must be signed in to change notification settings - Fork 147
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
As the title suggests, commits post 1.2.0 break compatibility with WSL and usbipd.
Connecting to the device over uart with the usual Python IDF utilities works fine.
Narrowing down the issue, it appears it started with commit 85c8eb8 .
The error shows as below:
Error: espflash::serial_not_found
× The serial port '/dev/ttyUSB0' could not be found
help: Make sure the correct device is connected to the host system
However the device is definitely connected and is listed under /dev/
, as well as works with the Python IDF utilities.
espflash 1.4.1 works fine under a Linux host, and on Windows itself as expected.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done