-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
espflash only works with "--list-all-ports" #636
Comments
Can confirm. I have experienced the same issue. Thanks for reporting it. In my case I do not need --list-all-ports but the flag --before usb-reset for interacting with the esp32c3 espflash monitor --before usb-reset |
Tested with old ESP32, couldn't get anything to work. Turns out I had to hold the RESET button until I saw the None of these other |
In my case, this issue happens with both /dev/ttyACM0 (while working with esp32s3) and /dev/ttyUSB0 (while working with esp32). They only work if I use "--list-all-ports". |
I only have tried |
Same issue here when running More details:
|
For anyone having this issue with docker container, please add this to your -v /run/udev:/run/udev:ro Reference: serialport/serialport-rs#153 @nullsauce Hope this will help you. |
I believe this should be resolved with #693, I hope to publish a new release next week. I am closing this issue, but if the aforementioned PR has not fixed this then please feel free to re-open! |
Hi all,
I have a very strange issue while working on podman container. The
espflash
only can access/dev/ttyACM0
if I use--list-all-ports
. Below is illustration when try themonitor
but the same issue happens withflash
,board-info
, etc. as well. Any clues? Thanks.Best regards,
Trinh Tuan
The text was updated successfully, but these errors were encountered: