Skip to content
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

esptool2 no longer in raburton/esp8266 repository #12

Closed
sebastian-ruiz opened this issue Jan 15, 2016 · 1 comment
Closed

esptool2 no longer in raburton/esp8266 repository #12

sebastian-ruiz opened this issue Jan 15, 2016 · 1 comment

Comments

@sebastian-ruiz
Copy link

$ PROJECT="sming" vagrant up

fails with

==> default: ++ cd /home/vagrant/dev/raburton-esp8266/esptool2
==> default: /opt/provision/project/sming/provision.sh: line 36: cd: /home/vagrant/dev/raburton-esp8266/esptool2: No such file or directory
The SSH command responded with a non-zero exit status.

The esptool2 can now be found at https://github.com/raburton/esptool2.git and rboot at https://github.com/raburton/rboot.

So in sming/provision.sh after line 34 there needs to be:

git clone https://github.com/raburton/esptool2.git
git clone https://github.com/raburton/rboot
@slaff
Copy link
Owner

slaff commented Jan 15, 2016

Please, send a PR request and I will try to merge it in the coming days.

slaff pushed a commit that referenced this issue Mar 22, 2016
Simpliefies the Sming compilation (spiffy is no longer external program)
Related to #12 and #13.
@slaff slaff closed this as completed Mar 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants