Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tangesazen opened this issue Mar 22, 2017 · 2 comments

Comments

@tangesazen
Copy link

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
Copy link

saamerm commented Aug 14, 2018

@tangesazen Wait what did you do?

@tangesazen
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants