-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make: esptool2: Command not found #13
Comments
@alexborisov Most probably the executable binary is not in the PATH. I will check this. |
@alexborisov Can you get the latest git version and try again? |
Awesome thanks. I hard reset everything and pulled the latest version. It looks like you fixed issue #12 as well 👍 |
i cloned the develop version and find that issue is there. the esptool2 path in the Makefile-project.mk shows |
The line The
My suggestion would be to run again the Sming provisioning. This means that from the host machine you should run again
Then check inside of the guest machine, the one that Vagrant created, if inside of the /etc/profile.d/ directory there is an esp8266.sh profile file and if it contains line starting with |
i am using vagrant on a windows machine and i cant seem to provision the projects. |
I'm trying to build the esp8266/Basic_Blink example but I'm getting the following error:
I'm running a fresh vagrant provisioned with Sming as per the project wiki and this article
I've patched my
provision.sh
file to pull in esptools2 as per issue #12So I'm assuming there is something wrong with the environment variables. I've updated them manually in Makefile-user.mk:
But i'm guessing something is off - seeing that I was pulling esptool2 into ~/dev/raburton-esp8266/
Any suggestions?
The text was updated successfully, but these errors were encountered: