Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By MK1888
#10851 I made some progress in diagnosing my problem. I wasn't able to flash the ESP8266 device from within Eclipse with this Espressif DevKit, which uses the esptool utility.

It seems that the ESP is producing a lot of noise on GPIO.0. And I can get it to work if I tie GPIO.0 to GND instead of letting the USB-serial bridge control it (via esptool).

The USB-serial bridge does, in fact, pull that line low. But I think it only weakly pulls it low. And once it's released it bounces all over the place.
User avatar
By CHERTS
#10854
kutkm_ti wrote:i put original esp_iot_sdk_v0.9.5_15_01_23.zip example into example folder, follow the video step by step create project and put all the file into folder, replace your makefile to original, set all, set clean, all compile show me error...


Contact me by email <sleuthhound@gmail.com>
User avatar
By maxtronik
#10907 Thank you very much for the DevKit.

How can you make user1.bin and user2.bin Files to use cloud uptade?
Is there a simple solution by editing the makefile or so?

EDIT: I found it out! In my makefile is a Variable named App and an explanation for it.
So i set App = 1 and Boot = old to get user1.bin.
Does anybody know what the Boot Variable in the makefile is for?