- Mon Apr 27, 2015 5:51 am
#15786
@ulumu
You're right, the "garbage" is debug output from the bootloader and the esptool doesn't necessarily have to be in the dropdown menu to flash, and indeed, I can flash the example "HelloServer" to the module using my own build. But when it then runs the binary, it
only outputs the "garbage" debug output from the bootloader, and after that there's no serial response anymore at all. Also, the webserver is not running then.
I also found that examples, that don't make use of the ESP8266 specific libraries, compile, flash and run fine using my own build of the IDE.
When using the precompiled IDE for mac, all described here works fine, even the HelloServer example and all the EPS8266 specific libraries work.
This is very strange and any help is very appreciated
I'm trying this because it would be nice to have the _sbrk_r and some other fixes in the IDE, replacing the \hardware\esp8266com\esp8266 with
this one as described
here didn't work for me either.