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

Can't upload new sketches. #6

Open
glarty opened this issue Dec 9, 2024 · 1 comment
Open

Can't upload new sketches. #6

glarty opened this issue Dec 9, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@glarty
Copy link

glarty commented Dec 9, 2024

Operating System

wX

IDE

Arduino

Software Package Version

ide2.3.3

Description

Can't upload new sketches.
Tried pressing boot button as described in readme but doesn't work.

Sketch

Multiple sketches tried all with same result ->
Sketch uses 1006324 bytes (76%) of program storage space. Maximum is 1310720 bytes.
Global variables use 37356 bytes (11%) of dynamic memory, leaving 290324 bytes for local variables. Maximum is 327680 bytes.
esptool.py v4.6
Serial port COM3
Connecting......................................

A fatal error occurred: Failed to connect to ESP32-S3: No serial data received.
For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html

Debug Message

Not applicable as not related to sketch.

Other steps to Reproduce

No boot up info from serial port as is usual with an esp. eg from working board->
rst:0x15 (USB_UART_CHIP_RESET),boot:0x2b (SPI_FAST_FLASH_BOOT)
Saved PC:0x4037de2a
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3818,len:0x109c
load:0x403c9700,len:0x4
load:0x403c9704,len:0xb50
load:0x403cc700,len:0x2fe4
entry 0x403c98ac

Test with same sketch but DIFFERENT board ->
Sketch uses 950245 bytes (30%) of program storage space. Maximum is 3145728 bytes.
Global variables use 44820 bytes (13%) of dynamic memory, leaving 282860 bytes for local variables. Maximum is 327680 bytes.
esptool.py v4.6
Serial port COM4
Connecting...
Chip is ESP32-S3 (revision v0.2)
Features: WiFi, BLE
Crystal is 40MHz
etc ......

So is orginal board faulty after 10 sketch uploads?

@glarty glarty added the help wanted Extra attention is needed label Dec 9, 2024
@Llgok
Copy link
Contributor

Llgok commented Jan 2, 2025

@glarty
The port of the board was not found. You can hold down the BOOT button on the board, then power it on and use a serial debugging tool to check if the following serial port information appears. Proceed with further troubleshooting based on the results.
1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants