esp8266-dev icon indicating copy to clipboard operation
esp8266-dev copied to clipboard

esptool not found

Open Bravo13 opened this issue 9 years ago • 0 comments

After 'vagrant up' cd to /vagrant/esphttpd and hit 'make'. In my case I got

make: esptool: Command not found make: *** [firmware/0x00000.bin] Error 127

Fix is to run 'sudo cp /vagrant/tools/esptool-0.0.3 /usr/local/bin/esptool' But as for me it should work without additional actions, shouldn't it?

Bravo13 avatar May 19 '15 12:05 Bravo13