Closed
Description
Board
Adafruit Feather ESP32-S3 No PSRAM
Device Description
Adafruit Feather ESP32-S3 No PSRAM
Hardware Configuration
Default config of the board
Version
v2.0.7
IDE Name
Arduino IDE 2.0.3
Operating System
Windows 10 x64 Pro
Flash frequency
80MHz
PSRAM enabled
no
Upload speed
921600
Description
Just upgraded to Arduino ESP32 v2.0.7 and noticed that none of the sketches can be uploaded to my Adafruit Feather ESP32-S3 board. Code compiles just like before the upgrade, but the upload process fails with error status 2. Tried to burn the bootloader via the menu option but that did not make any difference.
Downgrading to Arduino ESP32 v2.0.6 solves the issue.
Sketch
Any sketch
Debug Message
Sketch uses 282073 bytes (13%) of program storage space. Maximum is 2097152 bytes.
Global variables use 27636 bytes (8%) of dynamic memory, leaving 300044 bytes for local variables. Maximum is 327680 bytes.
esptool.py v4.5
Serial port COM16
Connecting...
Chip is ESP32-S3 (revision v0.1)
Features: WiFi, BLE
Crystal is 40MHz
MAC: 60:55:f9:f5:6b:b8
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
Configuring flash size...
Flash will be erased from 0x00000000 to 0x00005fff...
Flash will be erased from 0x00008000 to 0x00008fff...
Flash will be erased from 0x0000e000 to 0x0000ffff...
Flash will be erased from 0x00010000 to 0x00054fff...
Flash will be erased from 0x00410000 to 0x00438fff...
Compressed 22624 bytes to 14245...
Writing at 0x00000000... (100 %)
A fatal error occurred: Packet content transfer stopped (received 1 bytes)
Failed uploading: uploading error: exit status 2
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done