Help to start with Eclipse
Posted: Fri Aug 05, 2016 2:16 pm
I installed successfully My Espressif DevKit for Windows + Eclipse IDE and started with blinky as first example project. Build was successfull, but after flashing ESP nothing happens. Here is output from console:
I have used ESP-12E. An red LED is connected from GPIO2 to GND.
Any suggestions, please. I would like to go further.
Pop
21:05:02 **** Build of configuration Default for project blinky ****
mingw32-make.exe -f C:/Espressif/examples/blinky/Makefile flash
c:/Espressif/utils/esptool.exe -p COM8 -b 256000 write_flash -ff 40m -fm qio -fs 4m 0x00000 firmware/0x00000.bin 0x40000 firmware/0x40000.bin
Connecting...
Erasing flash...
head: 7 ;total: 7
erase size : 16384
Writing at 0x00000000... (3 %)
Writing at 0x00000400... (7 %)
Writing at 0x00000800... (11 %)
...
Writing at 0x00006000... (92 %)
Writing at 0x00006400... (96 %)
Writing at 0x00006800... (100 %)
Written 27648 bytes in 1.73 seconds (128.15 kbit/s)...
Erasing flash...
head: 16 ;total: 46
erase size : 122880
Writing at 0x00040000... (0 %)
Writing at 0x00040400... (1 %)
Writing at 0x00040800... (1 %)
Writing at 0x00040c00... (2 %)
...
Writing at 0x0006cc00... (98 %)
Writing at 0x0006d000... (99 %)
Writing at 0x0006d400... (100 %)
Written 186368 bytes in 11.61 seconds (128.39 kbit/s)...
Leaving...
21:05:19 Build Finished (took 16s.815ms)
I have used ESP-12E. An red LED is connected from GPIO2 to GND.
Any suggestions, please. I would like to go further.
Pop