-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Documentation paths not correct for testing repo in IDE #5804
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
Comments
If I install the official release from the IDE I get:
I'm assuming if I clone this repo it should go in to |
You should clone this repo into your arduino sketch folder, under hardware - not where the boards manager installs the packages. |
No, you're not on the right track. The instructions are correct, the ~/.arduino15 dir is different. When you install git, the correct place is ~/arduino, or whatever dir you specify in the IDE preferences (I personally have ~/workspace/arduino). My own setup is as follows (in case anyone reading this is interested in an alternate setup):
For messing around with my own fork, or making PRs:
In other words, I can switch between the two. Closing as not an issue. |
Ah OK this makes a lot more sense. I have the repo working and recognized by Arduino now. When I attempt to upload to my 8266 the
When I check the I think there is room for some cleanup on the documentation. I'll be happy to whip up a PR after I get this working 100%. |
Oh I see |
Uh oh!
There was an error while loading. Please reload this page.
I see
esptool
version 2.6.0 has been in the tree since October. This version offers a lot of improvements over previousesptool
versions. Most namely that it supports compression of images on the fly. This greatly increases upload speed, and would really help my workflow.I've attempted to follow the instructions from the README but I don't think they're correct. On Linux the various packages are stored in
~/.arduino15/packages
not~/arduino
.Following the instructions from the README I end up with
~/.arduino15/packages/hardware/esp8266com/esp8266/
which should probably just be~/.arduino15/packages/esp8266/hardware
? Before I go too far down the rabbit hole am I on the right track?The text was updated successfully, but these errors were encountered: