We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
@tangesazen Wait what did you do?
Sorry, something went wrong.
In the board support, dfu-util was set to 0644 (not-executable). Setting it to 0755 allowed it to run.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: