Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding one more picoprobe VID/PID #1649

Open
hagibr opened this issue Dec 1, 2023 · 1 comment
Open

Adding one more picoprobe VID/PID #1649

hagibr opened this issue Dec 1, 2023 · 1 comment

Comments

@hagibr
Copy link

hagibr commented Dec 1, 2023

dmesg partial dump:

[ 5019.034338] usbcore: registered new interface driver cdc_acm
[ 5019.034344] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 5048.145303] usb 1-1.3: USB disconnect, device number 3
[ 5120.908559] usb 1-1.4: new full-speed USB device number 4 using xhci_hcd
[ 5121.017463] usb 1-1.4: New USB device found, idVendor=2e8a, idProduct=000c, bcdDevice= 1.01
[ 5121.017496] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5121.017513] usb 1-1.4: Product: Debug Probe (CMSIS-DAP)
[ 5121.017528] usb 1-1.4: Manufacturer: Raspberry Pi
[ 5121.017542] usb 1-1.4: SerialNumber: E6614103E73A3B2F

Solved by adding the line

SUBSYSTEM=="usb", ATTR{idVendor}=="2e8a", ATTR{idProduct}=="000C", MODE:="666"

to 50-picoprobe.rules

@elfmimi
Copy link

elfmimi commented Dec 27, 2023

The new picoprobe is based on CMSIS-DAP protocol. so I suppose it is natural to put it in 50-cmsis-dap.rules instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants