Adding this rule allows you to access the device without sudo
.
Created
January 1, 2019 18:54
-
-
Save code0100fun/d946d9c1c2787cf974280eb5a49775c7 to your computer and use it in GitHub Desktop.
Udev rules for Black Magic Probe on an STM32 Blue Pill
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# UDEV Rules for Black Magic Probe (STM32 Blue Pill) | |
# copy this file to /etc/udev/rules.d/50-black-magic-blue-pill.rules | |
# reload rules: | |
# $ sudo udevadm control --reload-rules && sudo udevadm trigger | |
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="6018", GROUP="plugdev", MODE="0666" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment