-
Notifications
You must be signed in to change notification settings - Fork 194
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
esp32c6 doesn´t boot after flashing #549
Comments
If i first flash our existing firmware, and then the sample, I can see the output successfully, wierd!
Further notes:
|
How is that a problem with the new ESP IDF given that you can't even load and start the ESP IDF bootloader? |
I don't quite understand what you mean. Can you elaborate? I don't know why the bootloader doesn't load either. All the configuration around the bootloader and partition layout is the same between our current firmware with the old esp-idf(-svc) version and the new sample with the new esp-idf(-svc)version. Why would one boot and not the other? |
I have no idea because I have no detailed information for your configuration. What I'm saying however is that you are very likely looking at the wrong place. Your |
I just generated a new project using cargo generate, but chose the v5.2 esp-idf sdk instead of the v5.3 and that boots and flashes fine... So at least from my view, that's the only difference and thus the culprit, wouldn´t you agree? |
There are other more likely (IMO) possibilities:
Sure, up to you. =========================
|
In all fairness, the log from above ^^^ was for ESP IDF 5.2.3 as apparently this is still the default. Yet - I took the effort, re-generated a completely new project, went to advanced settings, made sure I select "5.3.2", built, flashed, ran. Same result. If you want to get to the bottom of this, googling for |
Bug description
We have a custom PCB with an ESP32C6-WROOM-1-N8 module.
We already have firmware based on esp-idf-svc 0.49 and esp-idf v5.1.3 that flashes and runs just fine on this PCB.
However, we would like to update to the latest version of esp-idf-svc, and are running into a bootloop with even just a sightly adjusted sample from the esp-idf-template to match the increased flash size: https://github.com/thedevleon/esp-idf-issue-bootloop
Running 'cargo run --release' results in the following looping output only:
To Reproduce
cargo run --release
Expected behavior
I can see a hello world printed and the output of the bootloader.
Environment
esp-idf-svc
) version: 0.50The text was updated successfully, but these errors were encountered: