-
-
Notifications
You must be signed in to change notification settings - Fork 404
Add documentation: how to add 3rd party core urls #42
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
@embhobbb just add a link to the additional package index in board_manager:
additional_urls:
- http://arduino.esp8266.com/stable/package_esp8266com_index.json And then run: arduino-cli core update-index
arduino-cli core install esp8266:esp8266 Now you're able to build and upload sketches to esp8266 🙌 |
thanks.
|
Same problem in #43 |
Duplicate of #43 |
ls ./.arduino15/ |
@brusherru it is not clear where this file ".cli-config.yml" needs to be located. In ~/.cli-config.yml ? In the current directory? I have added it in ~/.cli-config.yml , but it does not find the esp8266 repo, so I guess it is the wrong location... |
After some debugging, where I copied the arduino-cli binary in /usr/local/bin/, it looks for the ".cli-config.yml" in this directory, so I copied it there, and now it works, weird:
|
Closing as fixed by 3dcd1ca |
Separating definition/implementation in .h/.cpp files + Bugfix: Prevent socket from keeping open by stopping UDP
…e-check Add check for library.properties paragraph repeating sentence
To add to this, if you don't want to put a config file in root (like if you are on NixOS), you can use the |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
i have installed CLI interface and able to install the core package for AVR. But i am using ESP8266 core.
I searched for the core but didn't find.
[code]./arduino-cli-0.2.1-alpha.preview-linuxarm core search esp8266
Searching for platforms matching 'esp8266'
No platforms matching your search[\code]
The text was updated successfully, but these errors were encountered: