-
Notifications
You must be signed in to change notification settings - Fork 39
permission denied uploading on linux #309
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
(sorry, I think the true name is Artemis red board; anyways, this one: |
I tried to fix the access, but still not working. At the moment:
So I would guess writing access should be ok (?), but I still get the error:
|
Ok, after some more debugging, the problem was that the program in charge of uploading the firmware did not have execution rights. I did:
and now it seems to be able to (try to) upload. |
Do you think there is a way to update the rights on the asb utility installed by the board manager in linux? :) |
@jerabaul29 thanks for reporting this. we will correct the file permissions. please respond here if you find any more related issues. @Wenn0101 we should investigate what happens to file permissions in and between these steps: |
I updated to 2.0.5 today. The issue is still here (it even came back when the non-executable uploader replaced the old uploader that I had made executable). Nothing bad for me to fix, just a small |
hit the same issue on fresh install of v2.0.5 (macOS) @Wenn0101 when you merge these PRs they will trigger a re-build of the tools. the new tools will be merged into the main branch automatically (I think - you should double check). when that is complete you'll need to update the submodules used in this core so that the latest tools are pulled in. |
Hi,
I get some denied permission errors when trying to upload successfully compiled sketches to an Apollo Red board on Linux (Ubuntu 20.04). I wonder if there may be some need to updates some udev rules? Any idea on this?
Thanks :)
The text was updated successfully, but these errors were encountered: