I changed it to:
$(vecho) "esp_init_data_default.bin-------->0x3f000"
but that didn't help. Or am i wrong?
If i replace my code with your code:
# FLASH SIZE
flashinit:
$(vecho) "Flash init data default and blank data."
$(ESPTOOL) -p $(ESPPORT) write_flash $(flashimageoptions) 0x3fc000 $(SDK_BASE)/bin/esp_init_data_default.bin 0x3fe000 $(SDK_BASE)/bin/blank.bin
i get this error while flashing:
Traceback (most recent call last):
File "esptool.py", line 618, in <module>
IOError: [Errno 2] No such file or directory: 'firmware/0x40000.bin'
C:/Users/Max/Documents/Eclipse_Workspace/MyTestProject/Makefile:221: recipe for target 'flash' failed
mingw32-make.exe: *** [flash] Error 255