shumatech / BOSSA

BOSSA is a flash programming utility for Atmel's SAM family of flash-based ARM microcontrollers. The motivation behind BOSSA is to create a simple, easy-to-use, open source utility to replace Atmel's SAM-BA software. BOSSA is an acronym for Basic Open Source SAM-BA Application to reflect that goal.
http://www.shumatech.com/web/products/bossa
BSD 3-Clause "New" or "Revised" License
368 stars 250 forks source link

BOSSA not working in MacOS Sierra #53

Closed WZ9V closed 6 years ago

WZ9V commented 7 years ago

MacOS Sierra 10.12.5, BOSSA GUI looks like it starts but then just exits without doing anything. this is with the supplied version 1.8 DMG from the releases.

Hardware is Early 2015 MacBook 12 using external hub to Duet Wifi

Not sure what is needed to recompile on MacOS so have not tried that option.

odboy commented 6 years ago

Hi WZ9Z, Do you already solve this problem? It's same that after I mistakenly selected Bluetooth USB port instead J-Link USB port。

shumatech commented 6 years ago

I'll be doing the 1.9 release on High Sierra so hopefully that will fix things.

shumatech commented 6 years ago

I'm running 10.13.3 HS with the latest master with no issues right now. I'm using homebrew wxmac 3.0.3.1_1.

rob-miller commented 6 years ago

Not sure if the OP was trying to connect to a DuetWifi or PanelDUE, the latter being the device this software is specified for upgrading. For the PanelDUE, the USB port is not enabled by the pre-loaded firmware. Thus the port will not appear in the drop-down list (and nothing will work) until the 'erase' button has been pressed and the device subsequently reset. Before I learned this, I selected the bluetooth port while trying things as odboy referenced, and got it (Bossac v1.8) into the loop described where it starts and immediately exits until the relevant files under ~/Library/ are deleted. I confirm that v1.9 compiles easily with homebrew wxmac, but upon learning about needing to erase I went back to the mac air with Bossac 1.8 on it and was successful with that.

WZ9V commented 6 years ago

Duet WiFi but I’ve moved on from MacOS and used a Linux box instead.

cchaloin commented 6 years ago

Hi, when do you plan to release an OSX binary for 1.9 ? Thank you