esphttpd icon indicating copy to clipboard operation
esphttpd copied to clipboard

Make flash error (boot_v1.5.bin)

Open larsfpeeters opened this issue 7 years ago • 0 comments

An error came up when I tried 'make flash'. The error read: esptool write_flash: error: argument <address> <filename>: [Errno 2] No such file or directory: '/Volumes/case-sensitive/esp-open-sdk/ESP8266_NONOS_SDK_V2.0.0_16_08_10/bin/boot_v1.5.bin' make: *** [flash] Error 2

The file wasn't included in my SDK build anymore, only boot_v1.2.bin and boot_v1.6.bin.

To get this working I simply changed the line looking for this file in Makefile.ota to look for boot_v1.6.bin.

larsfpeeters avatar Mar 17 '17 14:03 larsfpeeters