mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-24 06:48:11 +00:00
add access denied error to troubleshooting
This commit is contained in:
parent
d75b61af56
commit
d71095251d
2 changed files with 4 additions and 0 deletions
|
@ -60,3 +60,4 @@
|
|||
- [`cargo-build` fails to link](./troubleshoot-cargo-build.md)
|
||||
- [`dongle-flash` is not working](./troubleshoot-dongle-flash.md)
|
||||
- [Dongle USB functionality is not working](./troubleshoot-usb-dongle.md)
|
||||
- [USB error: Access denied](./troubleshoot-usb-error-access-denied.md)
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
## USB error while taking control over USB device: Access denied (insufficient permissions)
|
||||
|
||||
If you get this Error when trying to run a different process, check if the old process is still running. If this is the case, end it. Try again.
|
Loading…
Reference in a new issue