-
Notifications
You must be signed in to change notification settings - Fork 67
2.1.0/linux/hid-flash binary on Linux does not have execute bit set #79
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
Comments
Hi @bxparks |
OK. after some investigation I've understood the issue.
On a Linux the file permissions in the local copy of the repo is correct but on Windows with git bash the file permissions is not correct and I don't know why. Only the hid_flash files are impacted (Linux and Mac). |
(Sorry, I did not know that there was a separate repo for the tools.) It looks like the
You are right, I am not sure why the shell scripts are not affected. |
Yes, I saw for upload-reset. |
I close this issue as it will be fixed with 2.1.1 release. |
Describe the bug
Execute bit is not set on the
hid-flash
binary. This causes flash upload to fail when using HID bootloader.The permission mode for this file is currently:
To Reproduce
Result:
Expected behavior
Compiled binary should upload properly.
Desktop (please complete the following information):
Board (please complete the following information):
Additional context
The same binary in 2.0.0 has the execute bit set:
The problem is fixed if I manually set the execute-bit:
The text was updated successfully, but these errors were encountered: