../../tools/esptool/esptool -vvv -eo eboot.elf -bo eboot.bin -bs .text -bs .data -bs .rodata -bc -ec || true
/bin/sh: 1: ../../tools/esptool/esptool: not found
I have the latest git version (2.6.0-dev), following the instructions outlined below.
https://github.com/esp8266/Arduino#usin ... structions
When I go to the tools/esptool/ directory, there is "esptool.py", but nothing which is simply "esptool". If someone can point out what I might be missing, it would be appreciated. Attached the full output in case the the messages which come before are of any use.