3-Minute Summary: Programming Pico from Raspberry PI 5 (RPI OS and Ubuntu)

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ก.พ. 2024
  • This is the 3-minute summary of my episode Programming Pico from Raspberry PI 5 (RPI OS and Ubuntu): • Programming Pico from ...
    I've had some reports of issues developing for the Pico from the Raspberry PI 5. Setting up using the quick setup approach on Raspberry PI OS is straightforward. Ubuntu requires the installation of two prerequisite packages: raspi-config and pkg-config
    I ran into no problems with the build process or bootsel flashing. SWD flashing via a Raspberry PI Debug probe fails through on both Raspberry PI OS and Ubutnu. This is due to a missing udev rule. Create file /etc/udev/rules.d/80-pico.rules containing:
    SUBSYSTEM=="usb",ATTR{idVendor}=="2e8a",ATTR{idProduct}=="000c",MODE="666”
    and then reboot
    If you are getting started into developing for the Pico then do check out my Introduction course over on Udemy: www.udemy.com/course/introduc...
    For a short time only use this discount voucher: www.udemy.com/course/introduc...
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @JoeHanish
    @JoeHanish 12 วันที่ผ่านมา +1

    Nice and succinct, thank you! :-)

    • @DrJonEA
      @DrJonEA  12 วันที่ผ่านมา

      My pleasure! I try to be succinct, but know I don't always achieve