Open pguillory opened 1 year ago
No nothing you missed, we weren't able to get bossac for mac ready to go before 2.2. It needed to be signed so there was some extra work involved. @gcmcnutt is working on this one.
I put a note on the download page, but your not the first to miss it :)
If you have a copy, you should be able to just rename it to bossac_mac. The bossa version used for the Nano33BLE of bossac was customized by Arduino. It would probably be safer to use the bossac that comes with the ArduinoIDE.
If you can flash it on another device you should be able to still configure on Mac.
FYI i used /Users/XXX/Library/Arduino15/packages/arduino/tools/bossac/1.9.1-arduino2/bossac
Let me add more detail, used my arduino ide, download the board driver associated to Nano 33 BLE rev2, validate that now Arduino ide was able to recognized my board and use the following command
/Users/XXX/Library/Arduino15/packages/arduino/tools/bossac/1.9.1-arduino2/bossac --port=tty.usbmodem1201 -e -w -R ./BLE_SR2_v2_21_6876704.bin <= this version is for the rev 2 , i found it in the discord
@dlktdr happy to update doc if i found it
I have a Motionsic head tracker and a Mac. I downloaded the Headtracker v2.2 GUI and tried to flash the firmware using Firmware Loader. I get the error "Unable to open bossac_mac".
The log looks like this:
I'm not sure where to get bossac_mac, it's not a program on my system. I checked on Homebrew and there's a package called "bossa", however it installs a program called
bossac
, notbossac_mac
.Is there a step I missed?