Created
March 2, 2026 13:54
-
-
Save smooker/b259183d4ba74d5829bf8826858a70ff to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # Bluepill ttyACMTarg | |
| # and run udevadm control --reload-rules | |
| # udevadm trigger | |
| # disconnect and connect again | |
| ACTION!="add|change", GOTO="bluepill_rules_end" | |
| SUBSYSTEM=="usb", ATTR{idVendor}=="0483", ATTR{idProduct}=="5740", MODE="0666", GROUP="plugdev", TAG+="uaccess" | |
| SUBSYSTEM=="usb", ATTR{idVendor}=="0483", ATTR{idProduct}=="5740", MODE="0666", GROUP="plugdev", TAG+="uaccess" | |
| ACTION=="add", KERNEL=="ttyACM*", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5740", SYMLINK+="ttyACMTarg" | |
| ACTION=="add", KERNEL=="ttyACM*", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5740", SYMLINK+="ttyACMTarg%E{ID_SERIAL_SHORT}" | |
| LABEL="bluepill_rules_end" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment