-->
Page 1 of 2

Won't start after using firmware for some time

PostPosted: Sat Feb 21, 2015 8:42 am
by andmpo
Hello all, I've been having some problem with the nodeMCU firmware. I can flash it and it works, but after some resets it stops booting and I have to reflash the firmware.

At 74800 I got something like this:

Code: Select allets Jan  8 2013,rst cause:1, boot mode:(3,6)

load 0x40100000, len 30452, room 16
tail 4
chksum 0xf0
load 0x3ffe8000, len 2728, room 4
tail 4
chksum 0xb5
load 0x3ffe8ab0, len 13392, room 4
tail 12
chksum 0x15
csum 0x15

ú


At 9600

Code: Select allPORT OPEN 9600
ŽÀNX¸þ^EP


Tested with version:

nodemcu_20150108
nodemcu_20150126
nodemcu_20150216

Anyone having same issues?

Re: Won´t start after using firmware for some time

PostPosted: Sun Feb 22, 2015 1:57 pm
by jankop
Try reflash Lua with active segment 0x7E000 to INTERNAL://BLANK.
Today, the same thing happened to me and it helped me.

Re: Won't start after using firmware for some time

PostPosted: Mon Feb 23, 2015 7:23 pm
by andmpo
I going to test more but seems to work :)

Re: Won't start after using firmware for some time

PostPosted: Sat Feb 28, 2015 6:57 am
by sinewave
I have the exact same problem.
After successfully testing some examples (occasionally, the ESP restarted for some reason), I can't boot/start the ESP anymore, without reflashing.

I only tried nodemcu-flasher so far.

Edit: Flashing 0x7E000 to INTERNAL://BLANK apparently does help, at least temporarily.