Thank you very much for your very informative and instructive contributions. I have just tried the example with the two parallel stdio. Unfortunately, programming via the Raspberry Pi Debug Probe (CMSIS-DAP) did not work. I use Ubuntu in a virtual box. After some research I found out that the entry in the rules should be slightly different. Namely: SUBSYSTEM=="usb",ATTR{idVendor}=="2e8a",ATTR{idProduct}=="000c",MODE="666”,OWNER:="YourUserName" od SUBSYSTEM=="usb",ATTR{idVendor}=="2e8a",ATTR{idProduct}=="000c",MODE="666”,GROUP:="somegroupname" YourUserName or somegroupname must be adapted to your specific circumstances
Thank you very much for your very informative and instructive contributions. I have just tried the example with the two parallel stdio. Unfortunately, programming via the Raspberry Pi Debug Probe (CMSIS-DAP) did not work.
I use Ubuntu in a virtual box. After some research I found out that the entry in the rules should be slightly different. Namely:
SUBSYSTEM=="usb",ATTR{idVendor}=="2e8a",ATTR{idProduct}=="000c",MODE="666”,OWNER:="YourUserName"
od
SUBSYSTEM=="usb",ATTR{idVendor}=="2e8a",ATTR{idProduct}=="000c",MODE="666”,GROUP:="somegroupname"
YourUserName or somegroupname must be adapted to your specific circumstances
That interesting thank you for sharing. Yes the rule I explain was just for a RPI5.