Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP32S3 failed to auto upload in v2.0.15 #9549

Open
1 task done
moononournation opened this issue Apr 21, 2024 · 7 comments
Open
1 task done

ESP32S3 failed to auto upload in v2.0.15 #9549

moononournation opened this issue Apr 21, 2024 · 7 comments
Assignees
Milestone

Comments

@moononournation
Copy link

Board

ESP32-S3

Device Description

ESP32-S3 board with USB CDC

Hardware Configuration

GPIO 19 & 20 to USB CDC

Version

latest master (checkout manually)

IDE Name

Arduino IDE

Operating System

macOS 14.4.1

Flash frequency

80

PSRAM enabled

yes

Upload speed

921600

Description

After upgrade to v2.0.15 and uploaded once, it will failed to auto upload anymore. Cross check with downgrade to v2.0.14, auto upload resumed after manual upload once.

Sketch

any sketch can reproduce it.

Debug Message

N/A

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.
@moononournation moononournation added the Status: Awaiting triage Issue is waiting for triage label Apr 21, 2024
@VojtechBartoska VojtechBartoska added Status: Needs investigation We need to do some research before taking next steps on this issue and removed Status: Awaiting triage Issue is waiting for triage labels Apr 22, 2024
@lucasssvaz
Copy link
Collaborator

lucasssvaz commented Apr 22, 2024

Hi @moononournation, thanks for the report. You you please provide the exact configuration and connections you are using and the steps to reproduce it ? So I can test and investigate it. Thanks in advance!

@lucasssvaz lucasssvaz added the Resolution: Awaiting response Waiting for response of author label Apr 23, 2024
@Revvy-D
Copy link

Revvy-D commented May 8, 2024

Hi,
I am experiencing this issue too. I am using a Seeed Studio XIAO ESP32S3.
I can confirm that this issue isn't present in version 2.0.14 but is present in version 2.0.15 and 2.0.16.
I can also confirm that the first upload after installing one of the newer version will upload correctly but all subsequent upload will fail.
I would like to add the caveat though that this only happens if you are using serial communications in your sketch. If you are not using serial communications then you will not have this issue.
To get around this issue and upload some new code you can either start the board in bootloader mode or if you add a delay before you call Serial.begin() you can plug in the board just before the upload starts and it works fine.

@ErtBo
Copy link

ErtBo commented May 15, 2024

Experiencing the same issue with ESP32-S3 and ESP32-C3 devkits when USB CDC is used to upload from Arduino IDE Windows 10/11. Below few devkits where the issue arises

  1. ESP32-S3-DevKitC-1 (Espressif)
  2. ESP32-S3-Zero (Waveshare Electronics)
  3. LILYGO T8-C3 (LILYGO)
  4. ESP32-C3-WROOM-02 (custom board)
  5. ESP32-S3-WROOM-01 (custom board)

@lucasssvaz
Copy link
Collaborator

@SuGlider Is this related to the issue you are working on ?

@me-no-dev
Copy link
Member

@lucasssvaz yes. We have found the problem and are working on getting it resolved (that particular one we have already fixed, but others remain)

@lucasssvaz lucasssvaz added Type: Bug 🐛 All bugs Status: In Progress Issue is in progress and removed Resolution: Awaiting response Waiting for response of author Status: Needs investigation We need to do some research before taking next steps on this issue labels May 15, 2024
@lucasssvaz
Copy link
Collaborator

Fixed in #9628 Please take a look if this fixes your issues

@SuGlider
Copy link
Collaborator

The PR #9628 isn't backported to Arduino Core 2.0.x yet.
It will be done by next week, directly into release/v2.x branch.

But please feel free to try to apply the same changes to your Arduino Core local installation.

@SuGlider SuGlider reopened this May 15, 2024
@SuGlider SuGlider added this to the 2.0.17 milestone May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

7 participants