-
Notifications
You must be signed in to change notification settings - Fork 212
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
How to build a custom bootloader for a 26mhz esp32c2? #1052
Comments
Easiest way to build a suitable bootloader is to use esp-idf and build one of the examples (which one doesn't matter - Do Before building you need to use After That can be used with |
Thank you very much! I'll give it a try later today |
See https://esp-rs.github.io/book/troubleshooting/espflash.html#rtc_clk_init-possibly-invalid-config_xtal_freq-setting and esp-rs/espflash#526. I'll close the issue since its already tracked in |
I'm trying to build an example from esp-wifi for my esp32c2 with a 26mhz crystal. After running through some hoops to pass the "xtal-26mhz" feature from esp-wifi's Cargo.toml down to esp-hal/esp32c3-hal I finally managed to build the code but now I get a boot loop with this error:
In the original pull request where this feature was added author mentions that a custom bootloader is necessary (#301). How do I make one?
Thank you!
The text was updated successfully, but these errors were encountered: