03-24-2025, 08:07 PM
hi,
Even when the code apparently is uploaded I got this error message ( see last line )
can you please help on this matter?
all drivers installed
test with 3 different USB cables and usb ports
use these boards :
-- ESP32S3 Dev Module
-- fried badge 2024 ( ESP32-S3-WROOM-1)
Even when the code apparently is uploaded I got this error message ( see last line )
can you please help on this matter?
all drivers installed
test with 3 different USB cables and usb ports
use these boards :
-- ESP32S3 Dev Module
-- fried badge 2024 ( ESP32-S3-WROOM-1)
Quote:Sketch uses 308656 bytes (23%) of program storage space. Maximum is 1310720 bytes.
Global variables use 20436 bytes (6%) of dynamic memory, leaving 307244 bytes for local variables. Maximum is 327680 bytes.
esptool.py v4.8.1
Serial port COM13
Connecting...
Chip is ESP32-S3 (QFN56) (revision v0.2)
Features: WiFi, BLE, Embedded PSRAM 8MB (AP_3v3)
Crystal is 40MHz
MAC: d8:3b:da:a8:85:bc
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Flash will be erased from 0x00000000 to 0x00004fff...
Flash will be erased from 0x00008000 to 0x00008fff...
Flash will be erased from 0x0000e000 to 0x0000ffff...
Flash will be erased from 0x00010000 to 0x0005bfff...
Compressed 20160 bytes to 12987...
Writing at 0x00000000... (100 %)
Wrote 20160 bytes (12987 compressed) at 0x00000000 in 0.3 seconds (effective 511.2 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 146...
Writing at 0x00008000... (100 %)
Wrote 3072 bytes (146 compressed) at 0x00008000 in 0.1 seconds (effective 237.4 kbit/s)...
Hash of data verified.
Compressed 8192 bytes to 47...
Writing at 0x0000e000... (100 %)
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 538.4 kbit/s)...
Hash of data verified.
Compressed 308768 bytes to 164175...
Writing at 0x00010000... (9 %)
Writing at 0x0001bbd1... (18 %)
Writing at 0x0002848e... (27 %)
Writing at 0x0002dcc0... (36 %)
Writing at 0x00033b0d... (45 %)
Writing at 0x0003967e... (54 %)
Writing at 0x0003ebd4... (63 %)
Writing at 0x00044459... (72 %)
Writing at 0x0004b407... (81 %)
Writing at 0x000551ce... (90 %)
Writing at 0x0005b46d... (100 %)
Wrote 308768 bytes (164175 compressed) at 0x00010000 in 2.5 seconds (effective 1005.9 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting with RTC WDT...
A serial exception error occurred: Cannot configure port, something went wrong. Original message: PermissionError(13, 'A device attached to the system is not functioning.', None, 31)
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/espt...oting.html
Failed uploading: uploading error: exit status 1