Please help...
I'm running straight the example from the SDK (even just moved to the master branch and did fetch to make sure I am as up to date as possible)...
This is what I get on my monitor console:
Code: Select all
.[0;32mI (735) ota: Starting OTA example... @ 0x402398a4 flash 1MB.[0m
.[0;31mE (735) esp_ota_ops: ota data invalid, no current app. Assuming factory.[0m
.[0;32mI (745) ota: Running partition type 0 subtype 16 (offset 0x00006000).[0m
.[0;32mI (10295) event: sta ip: 192.168.128.55, mask: 255.255.255.0, gw: 192.168.128.1.[0m
.[0;32mI (10295) ota: Connect to Wifi ! Start to Connect to Server.....[0m
.[0;32mI (10305) ota: Server IP: 192.168.128.79 Server Port:8070.[0m
.[0;32mI (10455) ota: Connected to server.[0m
.[0;32mI (10455) ota: Connected to http server.[0m
.[0;32mI (10465) ota: Send GET request to server succeeded.[0m
.[0;32mI (10465) ota: Writing to partition subtype 17 at offset 0x86000.[0m
The I get the next line right away:
And then, a few seconds later, I get a bunch of random characters like these:
Code: Select all
"@™rjrA(!ãSÀuã–öˆõX%.˘´–y ah)."8·t.Ì…™N¯äÚ÷$|HË
And if I reboot I get:
Code: Select all
ets Jan 8 2013,rst cause:1, boot mode:(3,6)
ets_main.c
This is the example in the folder examples/system/ota from the ESP_RTOS_SDK, with no modifications except my ssid, password, and http server ip.
I am really running out of idea on what could the issue be. Anyone ever ran in that type of issue or know what I could try to resolve it?