-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Status: Awaiting triageIssue is waiting for triageIssue is waiting for triage
Description
Board
ESP32 Dev Module
Device Description
Plain ESP32 Dev Module with CP2102 USB to UART chip
Hardware Configuration
Plain module without any connection. Only USB cable connected to PC for uploading code.
Version
v3.3.0
IDE Name
Arduino IDE, Platformio
Operating System
Windows 11
Flash frequency
80Mhz
PSRAM enabled
no
Upload speed
any
Description
During uploading any code based on Arduino core 3.3.0 to any ESP32 Dev module with CP2102, I'm getting the following error:
Building in release mode
Retrieving maximum program size .pio\build\esp32\firmware.elf
Checking size .pio\build\esp32\firmware.elf
Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
RAM: [=== ] 34.7% (used 113600 bytes from 327680 bytes)
Flash: [==========] 96.8% (used 1395991 bytes from 1441792 bytes)
Configuring upload protocol...
AVAILABLE: cmsis-dap, esp-bridge, esp-prog, espota, esptool, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa
CURRENT: upload_protocol = esptool
Looking for upload port...
Uploading .pio\build\esp32\firmware.bin
esptool v5.0.1
Serial port COM3:
Connecting.......
A fatal error occurred: Invalid head of packet (0x00): Possible serial noise or corruption.
*** [upload] Error 2
Upload works seamlessly when used with ESP32 Dev Module based on CH340, or when I revert the core to 3.2.1.
Sketch
n/a
Debug Message
Building in release mode
Retrieving maximum program size .pio\build\esp32\firmware.elf
Checking size .pio\build\esp32\firmware.elf
Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
RAM: [=== ] 34.7% (used 113600 bytes from 327680 bytes)
Flash: [==========] 96.8% (used 1395991 bytes from 1441792 bytes)
Configuring upload protocol...
AVAILABLE: cmsis-dap, esp-bridge, esp-prog, espota, esptool, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa
CURRENT: upload_protocol = esptool
Looking for upload port...
Uploading .pio\build\esp32\firmware.bin
esptool v5.0.1
Serial port COM3:
Connecting.......
A fatal error occurred: Invalid head of packet (0x00): Possible serial noise or corruption.
*** [upload] Error 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
Status: Awaiting triageIssue is waiting for triageIssue is waiting for triage