Skip to content

Commit 61fb6c6

Browse files
committed
feat: add udev rule for Raspberry Pi Debugprobe (CMSIS-DAP) support
Signed-off-by: Jos Verlinde <Jos_Verlinde@hotmail.com>
1 parent da57cfa commit 61fb6c6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

mpflash/udev_rules/50-picoprobe.rules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# https://github.com/raspberrypi/picoprobe
33
SUBSYSTEM=="usb", ATTR{idVendor}=="2e8a", ATTR{idProduct}=="0004", MODE:="666"
44

5+
# 2e8a:000c Raspberry Pi Debugprobe on Pico (CMSIS-DAP)
6+
# https://github.com/raspberrypi/debugprobe
7+
SUBSYSTEM=="usb", ATTR{idVendor}=="2e8a", ATTR{idProduct}=="000c", MODE:="666"
8+
59
# If you share your linux system with other users, or just don't like the
610
# idea of write permission for everybody, you can replace MODE:="0666" with
711
# OWNER:="yourusername" to create the device owned by you, or with

0 commit comments

Comments
 (0)