-
Notifications
You must be signed in to change notification settings - Fork 2
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
Runtime error Image requires efuse blk rev >= v0.5
only in recent versions of esp-idf-matter
#9
Comments
I faced the exact same issue with my boards (also XIAO Speed esp32c6). A quick workaround for me was instead of running cargo espflash flash --target riscv32imac-esp-espidf --example light --features examples --monitor to build and flash separate # build
cargo build --target riscv32imac-esp-espidf --example light --features examples
# flash
espflash flash target/riscv32imac-esp-espidf/debug/examples/light --monitor This is not the fix, but I also think that this repo isn't the right place for it either. |
Wow thank you, spot on! I have no idea why this should produce another binary, but somehow it does. :D EDIT: Unfortunately the application seems to dislike the BLE version (
|
It looks like the problem isn't the binary, but the bootloader. |
The BLE version issue is still unresolved for me, since I haven’t had the time to look deeper into it yet. @untbu and I have tried to figure it out but didn’t find a solution. Maybe you/we should open a new issue to track this? |
Yeah that would be great! It's probably better if you create the issue since you already did some research and can probably provide more context |
Some months ago I was able to run the light example project on my esp32c6 modules successfully. Today I had some time to revisit this, but unfortunately the exact same physical esp32c6 device which worked back then doesn't allow me to start the application anymore. I'm immediately stuck in a boot loop which complains that
E (96) boot_comm: Image requires efuse blk rev >= v0.5, but chip is v0.3
, and I have no idea what changed.I tried this on two different modules, which both worked with this project in July 2024. Do you maybe have an idea what might be going on?
Boot log of chip 1 (XIAO Seeed esp32c6)
Boot log of chip 2 (Bare module from mouser, bought in early 2024)
The text was updated successfully, but these errors were encountered: