-
Notifications
You must be signed in to change notification settings - Fork 51
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
Compatibility with Arduino Due #21
Comments
The Due is based on an Atmel ARM chip, unlike all the previous Arduinos which use Atmel AVR architecture. Starting with the Due, the Arduino IDE uses a command line tool called Source is here: https://github.com/shumatech/BOSSA I'm not sure exactly what command line options you need to flash a Due, but I'm playing around with this myself. If I work it out, I'll post here so that it can hopefully be integrated into gort. If you have the Arduino IDE installed, you already have the binary somewhere on your system, since it's needed to upload through the IDE. For example on Mac it's: Bossa is available through |
5 years later... any news on that? |
Please take a look at this as it is a confirmed issue.
Had to resort to Arduino IDE to load firmata.
thanks
The text was updated successfully, but these errors were encountered: