Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

arduino:avr platform version conflict between Arduino CLI and Arduino IDE 1.8.6/1.8.7 #60

Copy link
Copy link
Open
@bxparks

Description

@bxparks
Issue body actions

I'm using the latest binary built from $ go get -u github.com/arduino/arduino-cli.

There seems to be a version conflict between the cores used by Arduino-CLI and the built-in cores in the Arduino IDE.

  • IDE 1.8.6 and 1.8.7 come bundled with AVR core 1.6.22/1.6.23 (respectively)
  • $ arduino-cli core install arduino:avr installs AVR core 1.6.21, since AVR core 1.6.22/1.6.23 have not been released (don't know why)
  • this causes IDE 1.8.6/1.8.7 to revert back to AVR 1.6.21
  • now, use the IDE Board Manager to upgrade to AVR 1.6.22/1.6.23
  • this causes $HOME/.arduino15/packages/arduino/hardware/avr/1.6.21 to be removed
  • which causes $ arduino-cli core list to return an empty list

Possibly related to Issue #28.

(Edited: clarify that IDE 1.8.6 comes bundled with AVR 1.6.22, and IDE 1.8.7 comes with AVR 1.6.23).

Metadata

Metadata

Assignees

Labels

topic: CLIRelated to the command line interfaceRelated to the command line interfacetopic: documentationRelated to documentation for the projectRelated to documentation for the projecttype: enhancementProposed improvementProposed improvement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.