New Board Unable To Flash MicroPython? Trying to use Thonny to flash MicroPython on to board…
Downloading from https://micropython.org/resources/firmware/ESP32_GENERIC_S3-20250911-v1.26.1.bin
Writing to C:\Users\jibun\AppData\Local\Temp\tmpe7892y8o\ESP32_GENERIC_S3-20250911-v1.26.1.bin
100%"C:\Program Files (x86)\Thonny\python.exe" -u -m esptool --port COM3 --chip esp32s3 --baud 115200 write_flash --flash_mode keep --flash_size keep --erase-all 0x0 C:\Users\jibun\AppData\Local\Temp\tmpe7892y8o\ESP32_GENERIC_S3-20250911-v1.26.1.bin
esptool.py v4.8.1
Serial port COM3
Connecting...
A serial exception error occurred: Cannot configure port, something went wrong. Original message: OSError(22, 'A device which does not exist was specified.', None, 433)
Note: This error originates from pySerial. It is likely not a problem with esptool, but with the hardware connection or drivers.
For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html
Command returned with error code 1
The board disconnects from USB/COM Port 3 after failure.
Going to try Arduino IDE next…
Sketch uses 363111 bytes (25%) of program storage space. Maximum is 1441792 bytes.
Global variables use 40008 bytes (12%) of dynamic memory, leaving 287672 bytes for local variables. Maximum is 327680 bytes.
A fatal error occurred: Could not open COM3, the port is busy or doesn't exist.
(could not open port 'COM3': FileNotFoundError(2, 'The system cannot find the file specified.', None, 2))
Hint: Check if the port is correct and ESP connected
esptool v5.0.0
Serial port COM3:
Failed uploading: uploading error: exit status 2
Something odd with its USB/COM port? Trying a different USB cable… Same result. Any suggestions?