Skip to content
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

Latest IDE board manager fails to load SAMX DUE on RPI 4B 4GB #10579

Closed
jbirdlebough opened this issue Jul 31, 2020 · 2 comments
Closed

Latest IDE board manager fails to load SAMX DUE on RPI 4B 4GB #10579

jbirdlebough opened this issue Jul 31, 2020 · 2 comments
Labels
Architecture: SAM Applies only to the SAM microcontrollers (Due) Component: Toolchain The tools used for compilation and uploading to Arduino boards

Comments

@jbirdlebough
Copy link

jbirdlebough commented Jul 31, 2020

I just built from source, bossa, toolchain, full latest Arduino IDE version running on ubuntu 20. When I try to install the DUE SAMX with board manager it fails complaing of bossa is missing and bits of toolchain. It does work on Win10. What is needed to make it work on ubuntu 20?

@per1234 per1234 changed the title Latest IDE board manager fails to load SAMX DUE when running on ubuntu 20.0 Latest IDE board manager fails to load SAMX DUE on RPI 4B 4GB Jul 31, 2020
@per1234 per1234 added Architecture: SAM Applies only to the SAM microcontrollers (Due) Component: Toolchain The tools used for compilation and uploading to Arduino boards labels Jul 31, 2020
@per1234
Copy link
Collaborator

per1234 commented Sep 30, 2020

The problem is that @jbirdlebough is using ARM Linux 64 bit, but Arduino didn't provide the arm-none-eabi-gcc 4.8.3-2014q1 and bossac 1.6.1-arduino tools dependencies of the arduino:sam boards platform for that host.

@jbirdlebough also posted about this on the Arduino forum and I replied there with a workaround:
https://forum.arduino.cc/index.php?topic=698339.0

This would be half (arm-none-eabi-gcc) fixed by arduino/ArduinoCore-sam#112

@mwimmer88
Copy link

there is this SAMX DUE Core provided by per1234 for arm64

to install it via ardunio cli by:

Update ~/.arduino15/arduino-cli.yaml to include the new URL:

board_manager:
 additional_urls:
   - https://per1234.github.io/ArduinoCore-sam/package_per1234_samarm64_index.json

Update the core index:

arduino-cli core update-index

Install the Core

Use the following command to install the per1234:sam core, which is the version with ARM64 support:

arduino-cli core install per1234:sam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Architecture: SAM Applies only to the SAM microcontrollers (Due) Component: Toolchain The tools used for compilation and uploading to Arduino boards
Projects
None yet
Development

No branches or pull requests

3 participants