-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Installing boards from the command line - howto ? #6165
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
I also asked this in the Arduino Forum here: http://forum.arduino.cc/index.php?topic=468993 |
Hi Udo, The following command will install the Arduino Due board:
and this command will build a sketch for the Arduino Due board:
|
Great. This raises the next question though. How / where do I learn these parameters for other boards? |
Hi Udo, The board names are in a On Windows this file is in: |
Thanks! |
Here you can learn more about cmd command for arduino: |
Today I added Travis testing to my library project (https://github.com/udoklein/dcf77/blob/travis/.travis.yml), https://travis-ci.org/udoklein/dcf77. I also want to include ARM /Arduino Due support. However the ARM boards are not predefined by the IDE. I found an article for including ESP8266 https://tzapu.com/automate-arduino-ide-esp8266-build-testing-travisci/. So the IDE does provide a command line interface to add board support from the command line like so
arduino --install-boards ...
Where can I find the proper parameters for this option to have Arduino Due available and how to I specifiy the Due as a compile target from the command line?
The text was updated successfully, but these errors were encountered: