Closed
Description
Basic Infos
Hardware
Hardware: nodemcu 1.0
Core Version:
Description
Problem description
Previously I was able to successfully run the OTA but today I was reworking my board and putting in proper cabling etc for the project as the prototype had worked as wanted.
First I had some issues with the nodemcu not working as expected so I did some troubleshooting and finally got it back to OK status, but when I run the OTA it goes all the way to ArduinoOTA.onEnd and I print Restarting on my screen..after this it doesnt restart as it used to. When I check serial log I can see the following reset crashing over and over until I hit reset button:
ets Jan 8 2013,rst cause:2, boot mode:(3,7)
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
v00000000
@cp:0
ld
Soft WDT reset
ctx: cont
sp: 3ffefd20 end: 3ffeffa0 offset: 01b0
>>>stack>>>
Decoding 9 results
0x401064a9: __udivmoddi4 at /Users/igrokhotkov/e/ESPTools/crosstool-NG/.build/src/gcc-4.8.2/libgcc/libgcc2.c line 965
: (inlined by) __divdi3 at /Users/igrokhotkov/e/ESPTools/crosstool-NG/.build/src/gcc-4.8.2/libgcc/libgcc2.c line 1131
0x402062c0: ets_vsprintf at ?? line ?
0x40202fc2: system_upgrade_userbin_check at ?? line ?
0x40202fb7: system_upgrade_userbin_check at ?? line ?
0x40206435: ets_snprintf at ?? line ?
0x40206529: eagle_lwip_if_alloc at ?? line ?
0x4020b3f0: tcp_connect at /Users/igrokhotkov/espressif/arduino/tools/sdk/lwip/src/core/tcp.c line 696
0x40202a5c: system_get_os_print at ?? line ?
0x40203c1c: wifi_set_broadcast_if at ?? line ?
<<<stack<<<
ets Jan 8 2013,rst cause:2, boot mode:(3,7)
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
v00000000
~ld
Soft WDT reset
ctx: cont
sp: 3ffefd30 end: 3ffeffa0 offset: 01b0
>>>stack>>>
Decoding 8 results
0x402062aa: ets_vsnprintf at ?? line ?
0x40202fc2: system_upgrade_userbin_check at ?? line ?
0x40202fb7: system_upgrade_userbin_check at ?? line ?
0x40206435: ets_snprintf at ?? line ?
0x40206529: eagle_lwip_if_alloc at ?? line ?
0x4020b3f0: tcp_connect at /Users/igrokhotkov/espressif/arduino/tools/sdk/lwip/src/core/tcp.c line 696
0x40202a5c: system_get_os_print at ?? line ?
0x40203c1c: wifi_set_broadcast_if at ?? line ?
<<<stack<<<