redbear / Duo

Resources for the RedBear Duo IoT development board.
http://redbear.cc/duo
226 stars 107 forks source link

dfu-util needed to be set as executable on OSX (Arduino board support v0.3.1) #28

Open tangesazen opened 7 years ago

tangesazen commented 7 years ago

I burned the bootloader using Arduino board support v0.3.1, and found I needed to chmod dfu-util. It was set to 0644, I set it to 0755.

After that I was able to flash the bootloader successfully.

saamerm commented 6 years ago

@tangesazen Wait what did you do?

tangesazen commented 6 years ago

In the board support, dfu-util was set to 0644 (not-executable). Setting it to 0755 allowed it to run.