Mastering Pico Programming With Raspberry Pi 5: Rpi Os And Ubuntu Guide | drjonea.co.uk

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ธ.ค. 2024

ความคิดเห็น • 2

  • @clmb2225
    @clmb2225 8 หลายเดือนก่อน +1

    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

    • @DrJonEA
      @DrJonEA  8 หลายเดือนก่อน

      That interesting thank you for sharing. Yes the rule I explain was just for a RPI5.