Reboot Loop

Moderators: grovkillen, Stuntteam, TD-er

Post Reply
Message
Author
Dylantje
Normal user
Posts: 255
Joined: 11 Oct 2015, 16:51

Reboot Loop

#1 Post by Dylantje » 25 Jul 2016, 08:20

Dear all,

I did something wrong with my ESP Node MCU....
I did try to upgrde the firmware from 78 to108 with the webinterface.
This option was looking ok.
Only now is the esp in a reboot loop....
Is there a way to reset or factory-settings or clean the flash, or?

User avatar
ManS-H
Normal user
Posts: 281
Joined: 27 Dec 2015, 11:26
Location: the Netherlands

Re: Reboot Loop

#2 Post by ManS-H » 25 Jul 2016, 09:52

Dylantje wrote:Dear all,

I did something wrong with my ESP Node MCU....
I did try to upgrde the firmware from 78 to108 with the webinterface.
This option was looking ok.
Only now is the esp in a reboot loop....
Is there a way to reset or factory-settings or clean the flash, or?
Sounds similar what i had. Try to flash R108 directly with a serial connection. That works for me.

Dylantje
Normal user
Posts: 255
Joined: 11 Oct 2015, 16:51

Re: Reboot Loop

#3 Post by Dylantje » 25 Jul 2016, 10:02

ManS-H wrote:
Dylantje wrote:Dear all,

I did something wrong with my ESP Node MCU....
I did try to upgrde the firmware from 78 to108 with the webinterface.
This option was looking ok.
Only now is the esp in a reboot loop....
Is there a way to reset or factory-settings or clean the flash, or?
Sounds similar what i had. Try to flash R108 directly with a serial connection. That works for me.

Do you have a little how to??
Or a link

User avatar
ManS-H
Normal user
Posts: 281
Joined: 27 Dec 2015, 11:26
Location: the Netherlands

Re: Reboot Loop

#4 Post by ManS-H » 25 Jul 2016, 11:47

Dylantje wrote:
ManS-H wrote:
Dylantje wrote:Dear all,

I did something wrong with my ESP Node MCU....
I did try to upgrde the firmware from 78 to108 with the webinterface.
This option was looking ok.
Only now is the esp in a reboot loop....
Is there a way to reset or factory-settings or clean the flash, or?
Sounds similar what i had. Try to flash R108 directly with a serial connection. That works for me.

Do you have a little how to??
Or a link
Connect your device with a usb port and use the program inside ESPEasy_R108
Flash.png
Flash.png (4.17 KiB) Viewed 16491 times
Fill the Comport, Flashsize en Build, that's all :D

Dylantje
Normal user
Posts: 255
Joined: 11 Oct 2015, 16:51

Re: Reboot Loop

#5 Post by Dylantje » 25 Jul 2016, 11:51

ManS-H wrote:
Dylantje wrote:
ManS-H wrote:
Sounds similar what i had. Try to flash R108 directly with a serial connection. That works for me.

Do you have a little how to??
Or a link
Connect your device with a usb port and use the program inside ESPEasy_R108
Flash.png

Fill the Comport, Flashsize en Build, that's all :D
Yep that is what i do...
Writing flash i see, and done @ the end...
Try this with the 78 & 108 version

Only the loop is every time there...

User avatar
ManS-H
Normal user
Posts: 281
Joined: 27 Dec 2015, 11:26
Location: the Netherlands

Re: Reboot Loop

#6 Post by ManS-H » 25 Jul 2016, 12:06

Dylantje wrote:
ManS-H wrote:
Dylantje wrote:
Yep that is what i do...
Writing flash i see, and done @ the end...
Try this with the 78 & 108 version

Only the loop is every time there...
Try: http://esp8266.ru/esplorer/ and show us what you see.

Dylantje
Normal user
Posts: 255
Joined: 11 Oct 2015, 16:51

Re: Reboot Loop

#7 Post by Dylantje » 25 Jul 2016, 12:18

nice stuff:
ScreenShot141.jpg
ScreenShot141.jpg (119.89 KiB) Viewed 16483 times
A reset i did try from esplorer...
Only no change

User avatar
ManS-H
Normal user
Posts: 281
Joined: 27 Dec 2015, 11:26
Location: the Netherlands

Re: Reboot Loop

#8 Post by ManS-H » 25 Jul 2016, 12:36

Dylantje wrote:nice stuff:
ScreenShot141.jpg

A reset i did try from esplorer...
Only no change
Try the ESPEasy commands.
Attachments
Capture.JPG
Capture.JPG (134.79 KiB) Viewed 16481 times

Dylantje
Normal user
Posts: 255
Joined: 11 Oct 2015, 16:51

Re: Reboot Loop

#9 Post by Dylantje » 25 Jul 2016, 12:48

sorry..
I do not now any commands...
I try Reset and others:
http://www.esp8266.nu/index.php/ESPEasy ... _Reference

No thing change

User avatar
ManS-H
Normal user
Posts: 281
Joined: 27 Dec 2015, 11:26
Location: the Netherlands

Re: Reboot Loop

#10 Post by ManS-H » 25 Jul 2016, 12:57

Dylantje wrote:sorry..
I do not now any commands...
I try Reset and others:
http://www.esp8266.nu/index.php/ESPEasy ... _Reference

No thing change
P0rt is: 115200 and not 9600

When you type "settings", "reset" or "reboot" you must see something,

Dylantje
Normal user
Posts: 255
Joined: 11 Oct 2015, 16:51

Re: Reboot Loop

#11 Post by Dylantje » 25 Jul 2016, 13:39

Did everything again...
ScreenShot144.jpg
ScreenShot144.jpg (111.82 KiB) Viewed 14805 times
Try to upload the new firmware:
ScreenShot145.jpg
ScreenShot145.jpg (104.85 KiB) Viewed 14805 times
No changes


Is there no way to reset the flash?

tozett
Normal user
Posts: 734
Joined: 22 Dec 2015, 15:46
Location: Germany

Re: Reboot Loop

#12 Post by tozett » 25 Jul 2016, 17:11

flash-erase multiple times in this forum (widespread )
here: http://www.esp8266.nu/forum/viewtopic.p ... 1732#p8014
and here: http://www.esp8266.nu/forum/viewtopic.p ... lash#p8055

like:

Code: Select all

C:\Python27>esptool.py -p COM4 -b 115200 erase_flash
Connecting...

User avatar
ManS-H
Normal user
Posts: 281
Joined: 27 Dec 2015, 11:26
Location: the Netherlands

Re: Reboot Loop

#13 Post by ManS-H » 25 Jul 2016, 17:12

Dylan,

It's settings, or reset or reboot without the ""

Dylantje
Normal user
Posts: 255
Joined: 11 Oct 2015, 16:51

Re: Reboot Loop

#14 Post by Dylantje » 25 Jul 2016, 19:01

tozett wrote:flash-erase multiple times in this forum (widespread )
here: http://www.esp8266.nu/forum/viewtopic.p ... 1732#p8014
and here: http://www.esp8266.nu/forum/viewtopic.p ... lash#p8055

like:

Code: Select all

C:\Python27>esptool.py -p COM4 -b 115200 erase_flash
Connecting...

Sorry that i act like a dombo..

Only this is higher math for me...
Can i put:
C:\Python27>esptool.py -p COM4 -b 115200 erase_flash [ where i must change my comport ]
Just in my browser?

User avatar
ManS-H
Normal user
Posts: 281
Joined: 27 Dec 2015, 11:26
Location: the Netherlands

Re: Reboot Loop

#15 Post by ManS-H » 25 Jul 2016, 20:27

Dylantje wrote:
tozett wrote:flash-erase multiple times in this forum (widespread )
here: http://www.esp8266.nu/forum/viewtopic.p ... 1732#p8014
and here: http://www.esp8266.nu/forum/viewtopic.p ... lash#p8055

like:

Code: Select all

C:\Python27>esptool.py -p COM4 -b 115200 erase_flash
Connecting...

Sorry that i act like a dombo..

Only this is higher math for me...
Can i put:
C:\Python27>esptool.py -p COM4 -b 115200 erase_flash [ where i must change my comport ]
Just in my browser?
First You must install Python27 : https://www.python.org/download/releases/2.7/
then you must install esptool.py : https://learn.adafruit.com/building-and ... h-firmware

Dylantje
Normal user
Posts: 255
Joined: 11 Oct 2015, 16:51

Re: Reboot Loop

#16 Post by Dylantje » 25 Jul 2016, 21:06

Thanks all..
I give up.. :oops: :oops:
try a other board...
Hard to get for me..

:-)

Drum
Normal user
Posts: 300
Joined: 07 Feb 2016, 11:56

Re: Reboot Loop

#17 Post by Drum » 27 Jul 2016, 07:05

You might try flashing blank.bin. you can search for blank.bin here or google. This essentially clears out the memory so you can flash a new rom. This has worked for me.

These little guys can be really frustrating at times, but I have always been able to get them to work eventually.

User avatar
costo
Normal user
Posts: 500
Joined: 21 Nov 2015, 15:03
Location: NL, zw-NB

Re: Reboot Loop

#18 Post by costo » 27 Jul 2016, 14:23

i've had similar problems when I did an update from R78 to R108.
Directly after flashing the new version I removed power, connected Rx and Tx together.Reconnected power and waited a few minutes so the ESP has time to clear the data memory. Then disconnected power and removed the Rx/Tx short, reconnect power and at that moment the ESP could boot up normally and gave the AP at 192.168.1.4

User avatar
ManS-H
Normal user
Posts: 281
Joined: 27 Dec 2015, 11:26
Location: the Netherlands

Re: Reboot Loop

#19 Post by ManS-H » 27 Jul 2016, 16:55

costo wrote:i've had similar problems when I did an update from R78 to R108.
Directly after flashing the new version I removed power, connected Rx and Tx together.Reconnected power and waited a few minutes so the ESP has time to clear the data memory. Then disconnected power and removed the Rx/Tx short, reconnect power and at that moment the ESP could boot up normally and gave the AP at 192.168.1.4
Costo, you have right. Thats a way to work with R108. But for my case i work only with Stable Firmware. I started with R43 the with R77 Martinus introduced update with a bin file. So i bring my 3 devices to R77, A time later R78 came out, I updated with OTA all the 3 devices to R78, no problem at all. Now the latest release R108 i did the same trick en after that i had with all the 3 devices problems. What i have done is clear the flash with clear.ino then load R78 en then via OTA R108. But i have still problems. My 3 devices are 2x ESP-1 and 1x Sonoff. I build the ESP's in a Lamp and AXA windowopener. Now i must remove them,connect them to a pc for updating. I like the OTA feature, but not for me working.

User avatar
nonflammable
Normal user
Posts: 42
Joined: 09 Mar 2016, 22:19
Location: Poland

Re: Reboot Loop

#20 Post by nonflammable » 28 Jul 2016, 00:49

ManS-H wrote:My 3 devices are 2x ESP-1 and 1x Sonoff. I build the ESP's in a Lamp and AXA windowopener. Now i must remove them,connect them to a pc for updating. I like the OTA feature, but not for me working.
I'm not sure if OTA feature works on 512k devices (eg. blue ESP-01) ;)
Determine the size of the flash chip used on a module you have and then upload correct bin: 512 / 1024 / 4096. http://www.esp8266.nu/index.php/Tutoria ... Flash_size
a few weeks ago, I have uploaded (via OTA) version 4096 to 1024 device ... then there was bootloop :(

User avatar
ManS-H
Normal user
Posts: 281
Joined: 27 Dec 2015, 11:26
Location: the Netherlands

Re: Reboot Loop

#21 Post by ManS-H » 28 Jul 2016, 10:20

nonflammable wrote:
ManS-H wrote:My 3 devices are 2x ESP-1 and 1x Sonoff. I build the ESP's in a Lamp and AXA windowopener. Now i must remove them,connect them to a pc for updating. I like the OTA feature, but not for me working.
I'm not sure if OTA feature works on 512k devices (eg. blue ESP-01) ;)
Determine the size of the flash chip used on a module you have and then upload correct bin: 512 / 1024 / 4096. http://www.esp8266.nu/index.php/Tutoria ... Flash_size
a few weeks ago, I have uploaded (via OTA) version 4096 to 1024 device ... then there was bootloop :(
My ESP-01 are the black versions, and it works when i go from R77 to R78.

Drum
Normal user
Posts: 300
Joined: 07 Feb 2016, 11:56

Re: Reboot Loop

#22 Post by Drum » 28 Jul 2016, 13:39

the Black version is supposed to have 1MB so you are using the "1024" version? According to the change log, OTA never worked on the ESP-01 with 512B, but if you are using the 1024 version for the ESP-01 "Black" modules it should work... I only have 2MB and 4MB modules and I have used OTA on all (about 15) of them with no problems but I don't think I ever used R108.

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 1 guest