-
Notifications
You must be signed in to change notification settings - Fork 28
use bossac 1.9 as bossac1.8 for aarch64 #98
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
Conversation
duplicate bossac1.8 from arduino
@@ -198,7 +198,7 @@ index_template = | |||
"version": "1.7.0-arduino3" | |||
}}, | |||
{{ | |||
"packager": "arduino", | |||
"packager": "adafruit", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change packager to adafruit
@@ -3,6 +3,54 @@ | |||
{ | |||
"websiteURL": "https://adafruit.com", | |||
"tools": [ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
link to most platforms are duplicated from https://downloads.arduino.cc/packages/package_index.json
"host": "aarch64-linux-gnu", | ||
"url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino2-linuxaarch64.tar.gz", | ||
"archiveFileName": "bossac-1.9.1-arduino2-linuxaarch64.tar.gz", | ||
"checksum": "SHA-256:c167fa0ea223966f4d21f5592da3888bcbfbae385be6c5c4e41f8abff35f5cb1", | ||
"size": "442853" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for aarch64, it is link to bossac1.9 binaries, however arduino will place it nicely as 1.8 in the arduino15 folder.
fix #95 tested on 64-bit pi OS (which will become more and more popular)
Since bossac 1.9 only has issue with macos and work well with linux. We will use bossac 1.9 binary as download link for 1.8 on aarch64 platform. In order to do this modification, we have to be the
packager
, though it is just duplicated link from arduino. I would love make an PR to arduino index, but I don't think they would accept it since arduino didnt make use of the bossac18 at all.