Search found 2 matches

by raj480
Thu Feb 24, 2022 8:33 am
Forum: Sample Code
Topic: esp32-s2 ota update sample code?
Replies: 2
Views: 13470

Re: esp32-s2 ota update sample code?

I am trying it on esp32, I am also facing same issue. C:\Users\rrajk\esp\Espressif\frameworks\esp-idf-v4.4\examples\system\ota\simple_ota_example>python example_test.py build 8070 Traceback (most recent call last): File "example_test.py", line 225, in <module> def test_examples_protocol_simple_ota_e...
by raj480
Thu Feb 24, 2022 7:22 am
Forum: General Discussion
Topic: esp32 OTA python execution error
Replies: 1
Views: 1597

esp32 OTA python execution error

Hi guys! I am doing ota on esp32 dev-kit. I have flashed firmware into esp32 dev-kit (esp32 Wroom 32) with url:CONFIG_EXAMPLE_FIRMWARE_UPGRADE_URL="https://192.168.11.130:8070/simple_ota.bin". And I am trying to run $python example_test.py build 8070 command esp-idf environment cmd, it's giving erro...