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

User avatar
By Cmo
#21880 Anyone know how I can create the user1.bin and user2.bin files for over the air updates per the link using esptool.py?

http://bbs.espressif.com/viewtopic.php?f=21&t=413

With the Makefile I have I can make the 0x00000.bin and 0x40000.bin files. I assume I would have to tweak the Makefile somehow. The gen_misc.sh script doesn't do anything for me.

Any help would be very much appreciated. Thanks.
User avatar
By ashubhatt
#35948
Cmo wrote:Anyone know how I can create the user1.bin and user2.bin files for over the air updates per the link using esptool.py?

http://bbs.espressif.com/viewtopic.php?f=21&t=413

With the Makefile I have I can make the 0x00000.bin and 0x40000.bin files. I assume I would have to tweak the Makefile somehow. The gen_misc.sh script doesn't do anything for me.

Any help would be very much appreciated. Thanks.


Hey I am new to ESP8266, I have created two files (0x00000.bin and 0x40000.bin) with the Unofficial SDK Example. How to add OTA support?

I read the esp-link page but I am still clue less. Any explanation will be helpful.

Thank you.