nodemcu-pyflasher icon indicating copy to clipboard operation
nodemcu-pyflasher copied to clipboard

ESP32-S3 NodeMCU PyFlasher stuck at detecting chip type

Open OSiRiSNA opened this issue 2 years ago • 1 comments

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?

OSiRiSNA avatar Aug 02 '23 21:08 OSiRiSNA

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

Serial-Comma avatar Sep 09 '23 10:09 Serial-Comma