IDE 1.8.0, Arduino Zero, Raspberry Pi, CMSIS-Atmel not available
i downloaded , installed ide 1.8.0 on raspberry pi 2 model b running latest raspbian jessie.
works great uno board.
i unable use 0 board.
under board manager selected "arduino samd boards (32-bit arm cortex-m0+) arduino" when clicked "install" next "1.6.11". got following error:
"tool cmsis-atmel not available operating system."
what can fix or work around this?
works great uno board.
i unable use 0 board.
under board manager selected "arduino samd boards (32-bit arm cortex-m0+) arduino" when clicked "install" next "1.6.11". got following error:
"tool cmsis-atmel not available operating system."
what can fix or work around this?
i have submitted bug report: https://github.com/arduino/arduinomodule-cmsis-atmel/issues/2
until official fix released have 2 options:
1. use samd boards 1.6.8 or older. not use cmsis-atmel.
2. save attached file disk (but not in ~/.arduino15) , add
to preferences > additional boards manager urls.
after should see
"arduino samd boards (32-bits arm cortex-m0+) arduino *** workaround arm linux/cmsis-atmel ***"
in boards manager. (just versions use cmsis-atmel.)
until official fix released have 2 options:
1. use samd boards 1.6.8 or older. not use cmsis-atmel.
2. save attached file disk (but not in ~/.arduino15) , add
code: [select]
file:///wherever/you/put/it/package_xx_index.json
to preferences > additional boards manager urls.
after should see
"arduino samd boards (32-bits arm cortex-m0+) arduino *** workaround arm linux/cmsis-atmel ***"
in boards manager. (just versions use cmsis-atmel.)
Arduino Forum > Using Arduino > Installation & Troubleshooting > IDE 1.8.0, Arduino Zero, Raspberry Pi, CMSIS-Atmel not available
arduino
Comments
Post a Comment