-->
Page 1 of 2

OTA Makefile for Windows

PostPosted: Sun Oct 18, 2015 12:09 pm
by Henrik Pedersen
Hi

I am using the following setup for compiling in Eclipse:
viewtopic.php?f=9&t=820

I am now trying to implement OTA for our custom firmware but I can´t for the life of me figure out how to setup the Makefile for versioning and creation of user1.bin and user2.bin.


Any help would be much appreciated.

//Henrik

Re: OTA Makefile for Windows

PostPosted: Wed Oct 21, 2015 11:45 pm
by tve
The esp-link Makefile works on Windows and produces the two bins: https://github.com/jeelabs/esp-link/blo ... r/Makefile
Maybe you find some inspiration there?

Re: OTA Makefile for Windows

PostPosted: Sat Jan 02, 2016 1:42 pm
by sharkx
Henrik Pedersen wrote:Hi

I am using the following setup for compiling in Eclipse:
viewtopic.php?f=9&t=820

I am now trying to implement OTA for our custom firmware but I can´t for the life of me figure out how to setup the Makefile for versioning and creation of user1.bin and user2.bin.


Any help would be much appreciated.

//Henrik

Any luck ? I'm also looking for a solution to this problem.

Re: OTA Makefile for Windows

PostPosted: Tue Feb 16, 2016 2:17 am
by chandan2002x
After a lot of study, work-around found the problem is in gen_appbin.py and the Makefile. And it worked!