-->
Page 11 of 122

Re: My Espressif DevKit for Windows + Eclipse IDE

PostPosted: Wed Dec 24, 2014 1:45 pm
by pvvx
alonewolfx2 wrote:I changed SDK folder into the espressif/examples/esp_iot_rtos_sdk and it's working now.

For change folder name in install -> file: .project:
<projectDescription>
<name>esp_iot_rtos_sdk</name>

Re: My Espressif DevKit for Windows + Eclipse IDE

PostPosted: Wed Dec 24, 2014 2:19 pm
by samehhady
pvvx wrote:Extract files ‘NodeLuaMake.zip’ – folder NodeLua
Files nodemcu - folder nodemcu-firmware-master
Eclipse:
File->Import->General->Existing Project into Workspace->Next->Browse… folder NodeLua, Check ‘Copy projects into workspace’, Finish.
Select progect ‘NodeLua’ -> Import->File System->Next->From … nodemcu-firmware-master, Into folder: ‘nodelua’. Check all files, Uncheck ‘Makefile’ into right panel. Finish.
Compile…


Thank you so much!, one little thing is that after compiling i only find 2 bins in the app/output folder while nodemcu mentioning 4 bins to be flashed
eagle.app.v6.flash.bin: 0x00000
eagle.app.v6.irom0text.bin: 0x10000
esp_init_data_default.bin: 0x7c000 ???
blank.bin: 0x7e000 ???

do i still need them?

thx again

Re: My Espressif DevKit for Windows + Eclipse IDE

PostPosted: Thu Dec 25, 2014 4:53 am
by CHERTS
A new version of my build Espressif DevKit for Windows v1.0.4
The list of changes to the first page:
viewtopic.php?f=9&t=820&p=4639#p4639

Update procedure:
1. Remove the version 1.0.3
2. Install the new version 1.0.4
ATTENTION!!! When you delete the old version will be removed entire directory C:\Espressif

Re: My Espressif DevKit for Windows + Eclipse IDE

PostPosted: Thu Dec 25, 2014 5:17 am
by alonewolfx2
can we use make htmlflash in esphttp example?