pyocd / pyOCD

Open source Python library for programming and debugging Arm Cortex-M microcontrollers
https://pyocd.io
Apache License 2.0
1.13k stars 484 forks source link

Cannot find pico-debug DAP adapter with list command using Ubuntu #1466

Open ckrenslehner opened 2 years ago

ckrenslehner commented 2 years ago

Hello,

I cannot find the pico debug adapter (https://github.com/majbthrd/pico-debug) using pyocd list on Ubuntu. Using windows the adapter appears just fine. I use the latest version of pyocd on both operating systems.

What am I doing wrong or has anyone else issues like this?

Regards, Christian

Hoohaha commented 2 years ago

Try run pyocd list with sudo?

ckrenslehner commented 2 years ago

Try run pyocd list with sudo?

I did. No other result. I also added the product/vendor ID to the udev file. The board appears when i run lsusb. So it is found by the OS basically.