Git Product home page Git Product logo

Comments (6)

slaff avatar slaff commented on September 3, 2024

@alexborisov Most probably the executable binary is not in the PATH. I will check this.

from esp8266.dev.box.

slaff avatar slaff commented on September 3, 2024

@alexborisov Can you get the latest git version and try again?

from esp8266.dev.box.

alexborisov avatar alexborisov commented on September 3, 2024
# Generating image...
Generate firmware images successully in folder out/firmware.
Done

Awesome thanks. I hard reset everything and pulled the latest version. It looks like you fixed issue #12 as well 👍

from esp8266.dev.box.

rajatksud avatar rajatksud commented on September 3, 2024

i cloned the develop version and find that issue is there. the esptool2 path in the Makefile-project.mk shows
'# esptool2 path
ESPTOOL2 ?= esptool2
should this not be
ESPTOOL2 ?= $(ESP_HOME)/esptool2/esptool2
i hardcoded it to my path for the esp_home and it worked

from esp8266.dev.box.

slaff avatar slaff commented on September 3, 2024

The line ESPTOOL2 ?= esptool2 in your Makefile-project.mk file means check if the ESPTOOL env variable is set and if yes use it otherwise use esptool2 as value.

The project/sming/provision.sh script should have set already the correct env variable.

HAS_ESPTOOL2=`cat $PROFILE_CONF | grep ESPTOOL2 || :`
if [ -z "$HAS_ESPTOOL2" ]; then
  sudo echo "export ESPTOOL2=`pwd`/esptool2" >>  $PROFILE_CONF
  source $PROFILE_CONF
fi 

My suggestion would be to run again the Sming provisioning. This means that from the host machine you should run again

PROJECT=sming vagrant provision

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 export ESPTOOL2=

from esp8266.dev.box.

rajatksud avatar rajatksud commented on September 3, 2024

i am using vagrant on a windows machine and i cant seem to provision the projects.
vagrant provision keeps rebuilding the Espressif Home. I use cmder for this, although it does state project = sming but it does not update the Sming files. Thanks for the help. What you suggest seems correct.

from esp8266.dev.box.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.