You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 👍
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?The text was updated successfully, but these errors were encountered: