Linux: permission denied #111
-
|
Getting permision denied on linux fixed by using chown on For others with this issue to find the path to the device us Which will give you something like You can double check the AAAA:BBBB it should be same as on the website and then the path is It could be helpful to provide this information if possible in the error message when permission denied encountered on linux. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
The 'normal' fix is to add yourself to the But yes, a link to some troubleshooting steps would be a good idea. |
Beta Was this translation helpful? Give feedback.
-
|
The second way to solve this is to change the |
Beta Was this translation helpful? Give feedback.
The 'normal' fix is to add yourself to the
dialoutgroup ... i.e.sudo gpasswd --add ${USER} dialout... , and then log out/in so the group/permission change is applied. btw, the VID:PID will always be0483:df11for STM32 DFU mode USB device.But yes, a link to some troubleshooting steps would be a good idea.