Skip to content
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

ESP32 Bootloader #1

Open
DaneSlattery opened this issue Apr 8, 2024 · 1 comment
Open

ESP32 Bootloader #1

DaneSlattery opened this issue Apr 8, 2024 · 1 comment

Comments

@DaneSlattery
Copy link

Hi @bjoernQ

I am curious where you acquired this bootloader.bin, and if it was possible to include instructions to build it? I would like to build a bootloader to support OTA updates for the no-std esp32 environment, but I am so out of my depth. Any idea if there is work on an OTA bootloader?

@bjoernQ
Copy link
Owner

bjoernQ commented Apr 8, 2024

Hi @DaneSlattery,

if you just need a bootloader.bin for ESP32 there is a branch here: https://github.com/bjoernQ/esp32c3-ota-experiment/tree/esp32

In general, it's the bootloader built by esp-idf. If you have everything on your machine to build esp-idf projects you could cd into examples/system/ota/simple_ota_example and build the example. Afterwards you should find the bootloader.bin in build/bootloader

Good suggestion to add this information to this repo's README 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants