This is my first attempt to build something in an ESP module. I am using esp-open-sdk. I am using this tutorial: https://www.penninkhof.com/2015/03/esp8266-open-sdk/
Basically I am using https://github.com/pfalcon/esp-open-sdk to compile the basic blinking test code it includes. The main problem I have here is that when I type make it just generate blinky-0x00000.bin blinky-0x10000.bin files.
When I type make flash it tries to flash blinky-0x40000.bin that is not created. So it fails to flash.
Could you let me know what I am doing wrong?