Ivan Grokhotkov 6d87100a70 feat(examples): add local components via idf_component.yml 2 лет назад
..
main 6d87100a70 feat(examples): add local components via idf_component.yml 2 лет назад
server_certs 3398ee2687 OTA examples: Updated server certificate 4 лет назад
test af3cbe2888 simple_ota_example: Adds configs to test on_update_no_secure_boot option (RSA&ECDSA) 4 лет назад
CMakeLists.txt 6d87100a70 feat(examples): add local components via idf_component.yml 2 лет назад
README.md 47740e3da5 Add esp32c6 in supported target for ota examples 2 лет назад
pytest_simple_ota.py dd6229e5cb ci: Add ota_example test with TLS 1.3 2 лет назад
sdkconfig.ci 2f75733ad7 CI: Improve common test methods 3 лет назад
sdkconfig.ci.flash_enc_wifi 2f75733ad7 CI: Improve common test methods 3 лет назад
sdkconfig.ci.on_update_no_sb_ecdsa af3cbe2888 simple_ota_example: Adds configs to test on_update_no_secure_boot option (RSA&ECDSA) 4 лет назад
sdkconfig.ci.on_update_no_sb_rsa 20b10ba914 ci: add secure OTA test for application built without secure padding 2 лет назад
sdkconfig.ci.spiram 0687daf2c8 kconfig: move remaining kconfig options out of target component 3 лет назад
sdkconfig.ci.tls1_3 dd6229e5cb ci: Add ota_example test with TLS 1.3 2 лет назад
sdkconfig.defaults 8400ff8607 examples/simple_ota: use certificate bundle in default configuration 3 лет назад

README.md

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-C6 ESP32-S2 ESP32-S3

Simple OTA example

This example is based on esp_https_ota component's APIs.

Configuration

Refer README.md in the parent directory for setup details.

Example also supports binding to specific interface (either "Ethernet" or "WiFi Station"), which will allow firmware upgrade to happen through specific interface (in case multiple networking interfaces are enabled). Please see more on this through example configuration in idf.py menuconfig -> Example Configuration -> Support firmware upgrade bind specificied interface->Choose OTA data bind interface.