-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Uploading via CLI lacks runtime.platform.path #6463
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
Labels
Component: CLI
The Arduino IDE's command line interface
Comments
You must specify a board with the
on my machine gives:
that is where the AVR core is installed. |
Well, when i don't specify --board it uses whatever i set in the gui so i'd expect to set runtime.platform.path accordingly
|
Can you paste the command line you use to upload/verify without the |
It's in top post, `arduino GraphicTest/GraphicTest.ino -v --upload --useprogrammer`
|
cmaglie
added a commit
to cmaglie/Arduino
that referenced
this issue
Jul 18, 2017
This happens when the CLI is runned without the `--board` option. Fix arduino#6463
cmaglie
added a commit
that referenced
this issue
Jul 27, 2017
This happens when the CLI is runned without the `--board` option. Fix #6463
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When uploading via CLI it lacks
runtime.platform.path
e.g.
running
arduino --get-prefs
doesn't show it, eitherEDIT: Using version 1.8.3 on archlinux
The text was updated successfully, but these errors were encountered: