marcelstoer / nodemcu-pyflasher

Self-contained NodeMCU flasher with GUI based on esptool.py and wxPython.
MIT License
1.47k stars 400 forks source link

ESP32-S3 NodeMCU PyFlasher stuck at detecting chip type #99

Open OSiRiSNA opened 1 year ago

OSiRiSNA commented 1 year ago

Hi,

Im trying to flash a .bin file to the TinyS3 and select the COM port it is on and set the chip to Download Mode. It gets to "detecting chip type" and does not progress.

If I set the path to auto-detect then I get "could not open port 'COM8': PermissionError(13, 'Access is denied.', None, 5)".

Any idea what Im doing wrong?

Serial-Comma commented 1 year ago

what worked for me was copying the command and running it with sudo in the terminal, at least on linux