How to debug ets_loader.c
errors - ESP32-C6 (Adafruit Feather C6) has boot loop with ets_loader.c 67
#10418
tyeth
started this conversation in
Question - Community Help
Replies: 1 comment
-
@VojtechBartoska Could you please take a look at this, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, the same sketch builds fine and flashes fine locally. When instead building in CI the device boot loops with:
This is with debuglevel verbose. I'm hoping someone has some ideas to try, or ways of debugging this.
I've tried flicking flash memory mode (DIO/QIO) as that was a previously similar issue.
The fully qualified build name + flags are here: https://github.com/adafruit/ci-arduino/blob/ci-wippersnapper/all_platforms.py#L21
Also here with an unmodified toolchain (same result): https://github.com/adafruit/ci-arduino/blob/master/all_platforms.py#L21
esp32:esp32:adafruit_feather_esp32c6:CDCOnBoot=cdc,CPUFreq=160,FlashFreq=80,FlashMode=qio,PartitionScheme=min_spiffs
Related issue: adafruit/Adafruit_Wippersnapper_Arduino#636
Beta Was this translation helpful? Give feedback.
All reactions