perex/raspberry-pi-pico
Project ID: 42961
Description
Tools for Raspberry Pi Pico
Installation Instructions
Enable repo
$ dnf copr enable perex/raspberry-pi-pico
Install openocd with Raspberry Pi Pico (picoprobe) support
$ dnf install openocd
Note: remove default openocd package if installed and has more recent package version or revision.
Debugger
It seems that arm-none-eabi-gdb installation is not required, the standard gdb on x86_64 supports arm.
$ gdb -ex "target extended-remote localhost:3333" blink.elf
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
x86_64 (57)* | Fedora 39 (0 downloads) |
![]() |
x86_64 (45)* | Fedora 40 (23 downloads) |
![]() |
x86_64 (32)* | Fedora 41 (15 downloads) |
![]() |
x86_64 (12)* | Fedora 42 (3 downloads) |
![]() |
x86_64 (86)* | Fedora rawhide (106 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable perex/raspberry-pi-pico
More info about enabling Copr repositories