I follow a lot of forums and tutorials to find the development environment for ESP8266. I have three kind of boards. ESP01, NodeMCU which has ESP12 ( I think ) and OLIMEX esp8266 ( https://www.olimex.com/Products/IoT/MOD ... P8266-DEV/ ). I try your development environment with olimex and nodemcu. It is great thank you so much. I do not have to use arduino ide to program the esp8266.
But last day I have some situation. It is a little bit weird. I follow your instructions and set up the eclipse with full examples. I tried them directly without any change, then I do not see any trouble. Your examples work with my olimex esp8266. But some time after, ıt can not flash my esp8266, actually, after flash it gives error. Then I check the makefile, I see makefile configuration is for 1024 kb flash size but my esp8266 from olimex has 2000 kb ? I want to ask , why It was working at first ?
When I change the needed parameters there is no problem. Everything works !
I am really confused ?
Can you say me why is this happen ??