-
-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
Description
Originally reported on the forum:
http://forum.arduino.cc/index.php?topic=445623.0
... IDE 1.8.0 on my Raspberry Pi 2 Model B running the latest Raspbian Jessie
Under Board Manager I selected "Arduino SAMD Boards (32-bit ARM Cortex-M0+) by Arduino" when I clicked "Install" next to "1.6.11". I got the following error:
"Tool CMSIS-Atmel is not available for your operating system."
Add this to extras/package_index.json.template
(the "host": "all"
entry does not seem to work).
{
"host": "arm-linux-gnueabihf",
"url": "https://github.com/arduino/ArduinoModule-CMSIS-Atmel/releases/download/v%%VERSION%%/%%FILENAME%%",
"archiveFileName": "%%FILENAME%%",
"checksum": "SHA-256:%%CHECKSUM%%",
"size": "%%SIZE%%"
}