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

User avatar
By MarekB
#6076 Never mind my question. The makefile from 0.9.3 works with 0.9.4 and also 0.9.5_b1. I am including my current one in case somebody finds it beneficial.
You do not have the required permissions to view the files attached to this post.
User avatar
By MarekB
#6141 Bananis have you tried the local update with 0.9.4 or 0.9.5_b1? It seems to update fine but it always "jump to run user1" after update. I red the other thread about this issue but did not find anything useful there.
I did the flashing the same way as in 0.9.3, just changed the SDK paths:
esptool-py.py -p COM4 write_flash 0x00000 c:\Espressif\esp_iot_sdk_v0.9.5_b1\bin\boot_v1.1.bin
esptool-py.py -p COM4 write_flash 0x01000 firmware/user1.bin
esptool-py.py -p COM4 write_flash 0x7e000 c:\Espressif\esp_iot_sdk_v0.9.5_b1\bin\blank.bin
User avatar
By Bananis
#6168 I'm still on 0.9.3 as there seems to be issues with 0.9.4 and no AT code version for it (whch I use as the base for my apps). Seems Espressif have changed the API for OTA (or they did break it), Did a quick compile with SDK 0.9.4 and I get the same issue as you.

/Bananis
User avatar
By alonewolfx2
#6169
Bananis wrote:I'm still on 0.9.3 as there seems to be issues with 0.9.4 and no AT code version for it (whch I use as the base for my apps). Seems Espressif have changed the API for OTA (or they did break it), Did a quick compile with SDK 0.9.4 and I get the same issue as you.

/Bananis

Is it working with 095 SDK?