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

Wiki - Getting Started Guide #39

Open
wlleong opened this issue Jan 18, 2018 · 2 comments
Open

Wiki - Getting Started Guide #39

wlleong opened this issue Jan 18, 2018 · 2 comments

Comments

@wlleong
Copy link

wlleong commented Jan 18, 2018

I'm new to this, not sure if this is the place to post it, feel free to move it somewhere else.

On the Getting Started Guide, under "Building/flashing under a Docker container", to build the docker image, the final step should be sudo docker build -t tavk/esp-sdk:0.1.0 . with a space followed by a full stop at the end.

@cnlohr
Copy link
Owner

cnlohr commented Jan 19, 2018

I've never used docker so I don't know where that would fit in context. Mind giving me some context?

@wlleong
Copy link
Author

wlleong commented Jan 23, 2018

Yes certainly. So in the Wiki of this GitHub repo, under Getting Started Guide (https://github.com/cnlohr/espusb/wiki/Getting-Started-Guide) two methods are presented to build and flash espusb. The first method involves downloading and building the Espressif SDK manually. The second method downloads and builds a docker image with the SDK configured.

As mentioned in the original post, to build the docker image, the final step says sudo docker build -t tavk/esp-sdk:0.1.0 but it should instead be sudo docker build -t tavk/esp-sdk:0.1.0 . essentially adding a space followed by a fullstop at the end for it to work.

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