-->
Page 1 of 2

No custom FW runs on ESP01. Exept the 0.9.5 included.Help!

PostPosted: Sun Dec 11, 2016 2:16 pm
by SandUhrGucker
I build a PCB with a comfortable pinheader-slot for trustable flash, and normal operation with my esp01´s.
Therefore I can successfully flash the 0.9.5 NodeMCU which is included in ESP8266Flasher.
When I switch to normal-mode, I'm able to communicate with NodeMCU 0.9.5.
I can do this with Windows, and also with screen/pytool in linux.

BUT:
I failed every try to flash a custom build FW. I tried a few times with nodemcu-build.com - no FW runs.
I'm aware most esp01 have "only" 512K flash, but my customs are less than 430k.
For sure I tried different baud-rates, but now I run out od idea's.... Please Help!

Regards
Sandman

Re: No custom FW runs on ESP01. Exept the 0.9.5 included.Hel

PostPosted: Wed Dec 14, 2016 8:32 pm
by Matthewk
I am having the same issue with a bunch of -01's I got off of eBay. I found a couple other threads and people who have found solutions. They all used the python script to flash and found messing with the options generally got them going. I use the ESP8266Flasher, so I don't have access to as many options. It seems that the bulk of the problems is selecting the wrong flash size. I lost my fdti so I am stuck waiting for a new one to arrive. BTW, when I say lost I literally mean lost. My room seems to have absorbed it. I put it down and now it is gone.

Re: No custom FW runs on ESP01. Exept the 0.9.5 included.Hel

PostPosted: Thu Dec 15, 2016 10:35 pm
by faxMan
With later versions of firmware i had to also burn a boot.bin file first. I think it has to do with the size of the bins or the new memory maps. Maybe the page below will help. I've switched to the arduino ide so i haven't burned any node mcu lately.

http://www.esp8266.com/wiki/doku.php?id=esp8266_memory_map

Re: No custom FW runs on ESP01. Exept the 0.9.5 included.Hel

PostPosted: Fri Dec 16, 2016 4:15 am
by jankop
Perhaps try for starters this manual.
It is tested with ESP8266-01 too.