-->
Page 2 of 9

Re: New Makefile for the SDK, new tool to create firmware fi

PostPosted: Thu Sep 18, 2014 2:10 pm
by rudi
@chris
thanks for your great work! - i will test it at evening after work too.
best wishes
rudi
;-)

Re: New Makefile for the SDK, new tool to create firmware fi

PostPosted: Thu Sep 18, 2014 2:32 pm
by leblebitozu
@mamalala

Thank you for your valuable works, I was able to compile "AT" and "IOT" firmware with your makefile.

There is a mistake in the makefile at the following line; after SDK_LDDIR there is a double slash "//"

LD_SCRIPT := $(addprefix -T$(SDK_BASE)/$(SDK_LDDIR)//,$(LD_SCRIPT))

Re: New Makefile for the SDK, new tool to create firmware fi

PostPosted: Thu Sep 18, 2014 3:54 pm
by rudi
@chris
AT demo
successfull compiled and linked and after all fine bin's laught me at face ;-)
0x00000.bin
0x40000.bin

later night i try IoT Demo too.

only little mistake in Makefile, search for the double // in the makefile
row 69
great work!!!
^^^^^^^^^^^^^^^^

best wishes
rudi
;-)

Re: New Makefile for the SDK, new tool to create firmware fi

PostPosted: Thu Sep 18, 2014 4:04 pm
by mamalala
Thanks for the feedback.

Yea, the double-slash shoud be removed, will do that in the next version. Should work anyways, at least it does for me.

Now it's time that i add the upload/download functionality to my esptool. Fiddling around with jumpers and reset button makes the cycle of compiling/uploading/testing rather tedious. I'm going to use the DTR and RTS lines of the serial comms link from the PC/USB adapter to handle the reset and gpio0 pins. That means that no more fiddling around is needed to upload a new firmware.

Greetings,

Chris