adafruit / arduino-board-index

Adafruit Package Lists for the Arduino v1.6.4+ Board Manager
https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
39 stars 30 forks source link

use bossac 1.9 as bossac1.8 for aarch64 #98

Closed hathach closed 2 years ago

hathach commented 2 years ago

fix #95 tested on 64-bit pi OS (which will become more and more popular)

$ uname -a
Linux pi400 5.10.92-v8+ #1514 SMP PREEMPT Mon Jan 17 17:39:38 GMT 2022 aarch64 GNU/Linux

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.