nodemcu-pyflasher
nodemcu-pyflasher copied to clipboard
ESP32-S3 NodeMCU PyFlasher stuck at detecting chip type
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?
what worked for me was copying the command and running it with sudo in the terminal, at least on linux