Duo icon indicating copy to clipboard operation
Duo copied to clipboard

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

Open tangesazen opened this issue 8 years ago • 2 comments

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.

tangesazen avatar Mar 22 '17 06:03 tangesazen

@tangesazen Wait what did you do?

saamerm avatar Aug 14 '18 21:08 saamerm

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

tangesazen avatar Aug 15 '18 05:08 tangesazen