SEEED XIAO ESP32C3 : IDF 5.04 build does not start with preview version #15700
Unanswered
ricksorensen
asked this question in
ESP32
Replies: 1 comment 1 reply
-
I tried the preview build 2 or 3 days ago on a lolin c3 mini and could not get a usb repl with mpremote . 1.23 release worked fine |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am not able to get the ESP32_GENERIC_C3 to run on a SEEED XIAO ESP32C3 with the current preview version:
TLDR: 2024-08-22 preview download does not run, but if compiled with IDF 5.2.2 it does run.
First failed (I think) revision: 0a11832 ...
esp32: Use the ESP-IDF default esp_console config for ESP32-C3
which has many usb related modifications.v1.24.0-preview.224.g6c3dc0c0b (2024-08-22) .bin loads but hangs mpremote with no response over USB.
The 1.23 release version runs fine:
v1.23.0 (2024-06-02) .bin
When I compile 1.23 on my system with IDF 5.04 it loads and runs fine. When I compile the current (2024-08-22) version with IDF 5.04 it compiles and loads, but does not run (see above).
Whe I compile the current (2024-08-22) version with IDF 5.2.2, it compiles, loads, and runs.
v1.24.0-preview.213.g76dd4facb (2024-08-20) .bin hangs mpremote also.
The versions early in August worked okay, but I think the run broke in the last week or so. I see there were several changes some impacting the USB connection. First failed (I think) revision: 0a11832 ... esp32: Use the ESP-IDF default esp_console config for ESP32-C3 which has many usb related modifications.
Maybe I have an IDF 5.04 configuration issue?
Beta Was this translation helpful? Give feedback.
All reactions