mcsa wrote:1. Download archive http://www.ex.ua/load/573159486429/134534617
2. Extract to c:\
3. Add to %PATH% C:\Python27\;c:\MinGW\msys\1.0\bin\;c:\MinGW\bin\
4. run make from esp_iot_sdk_v0.9.1\examples\at\
5. using esptool.py flash firmware
a. CH_PD to VCC
b. GPIO02 to VCC
c. GPIO00 to GND
d. GPIO15 to GNDCode: Select allesptool.py --port COM7 write_flash 0x00000 0x00000.bin
reconect powerCode: Select allesptool.py --port COM7 write_flash 0x40000 0x40000.bin
6. to normal start CH_PD to VCC and GPIO15 to GND
Hi, I'm trying to follow your reciepe but at point #4 I get:
Microsoft Windows XP [Wersja 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\esp_iot_sdk_v0.9.1\examples\at>make
CC driver/uart.c
make: execvp: c:/esp_iot_sdk_v0.9.1/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc: Bad file number
make: *** [build/driver/uart.o] Error 127
what am I missing here?
Thanks!