Skip to content

Arduino IDE result in bootloop #7125

@LaudixGit

Description

@LaudixGit

Board

UM TinyS3 & UM FeatherS3

Device Description

Using a Raspberry Pi 4B
New, 2020.4.04, desktop image (fails with both 32-bit and 64-bit)
ESP32S3 devices connected via USBC cable (know data cable. see, later, successful serial communications)

Hardware Configuration

brand new, just unpacked ESP32S3 boards - no modifications no additions

Version

v2.0.4

IDE Name

Arduino IDE

Operating System

Linux RPi4Arduino 5.15.32-v8+ #1538 SMP PREEMPT Thu Mar 31 19:40:39 BST 2022 aarch64 GNU/Linux

Flash frequency

QIO

PSRAM enabled

yes

Upload speed

921600

Description

Failure: After successful upload of any sketch, the device continuously reboots.

Expected: Device must reliably and successfully execute code.

cross-referencing:
6013
6519
6661

note: the UnexpectedMaker team assisted in isolating this issue

Sketch

void setup() {
Serial.begin(115200);
}
void loop() {
Serial.println("test");
delay(5000);
}

Debug Message

this is written to the serial port after any upload.
(redundant in case the timestamps helps understand the frequency)

14:29:18.102 -> ESP-ROM:esp32s3-20210327
14:29:18.102 -> Build:Mar 27 2021
14:29:18.102 -> rst:0x3 (RTC_SW_SYS_RST),boot:0x2b (SPI_FAST_FLASH_BOOT)
14:29:18.102 -> Saved PC:0x403bb22e
14:29:18.102 -> SPIWP:0xee
14:29:18.102 -> mode:DIO, clock div:1
14:29:18.102 -> load:0x3fcd0108,len:0x43c
14:29:18.102 -> load:0x403b6000,len:0xbd0
14:29:18.102 -> load:0x403ba000,len:0x29c8
14:29:18.102 -> entry 0x403b61d8
14:29:18.102 -> ESP-ROM:esp32s3-20210327
14:29:18.102 -> Build:Mar 27 2021
14:29:18.102 -> rst:0x3 (RTC_SW_SYS_RST),boot:0x2b (SPI_FAST_FLASH_BOOT)
14:29:18.102 -> Saved PC:0x403bb22e
14:29:18.136 -> SPIWP:0xee
14:29:18.136 -> mode:DIO, clock div:1
14:29:18.136 -> load:0x3fcd0108,len:0x43c
14:29:18.136 -> load:0x403b6000,len:0xbd0
14:29:18.136 -> load:0x403ba000,len:0x29c8
14:29:18.136 -> entry 0x403b61d8
14:29:18.136 -> ESP-ROM:esp32s3-20210327

Other Steps to Reproduce

Same results with ESP v2.0.3, v2.0.4, and with RC
Same results with 32-bit and 64-bit version of OS.

Note: ESP32S3 device comes preloaded with neopixel sketch; which worked fine until the upload of a sketch

Note: Using VS Code with PlatfomIO extension, succeeds on the host (no other changes needed).
(e.g., failure is only when using Arduino IDE)

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

No one assigned

    Labels

    Chip: ESP32-S3Issue is related to support of ESP32-S3 ChipIDE: Arduino IDEIssue relates to Arduino IDEStatus: SolvedThe issue has been resolved and requires no further action.

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions