A multi-platform development container for the Raspberry Pi PICO devices. linux/amd64,linux/arm64
1.1K
A RP2040 / RP2350 dev-container. The container comes with
The Easy way to get started:
E.g.:
git clone https://github.com/cssdata/pico-sample
cd pico-sample
./start_dev_container.sh
docker exec -it pico /bin/bash
Then, within the container:
mkdir build
cd build
cmake ..
... this will create the binary (.elf, .uf2)
The most easy way to talk to a pico target is to install "openocd" on an external host where you can connect the pico target and probe to. (A Raspberry Pi works perfect for this)
Content type
Image
Digest
sha256:921008ee7…
Size
1 GB
Last updated
over 1 year ago
docker pull cssdata/pico-dev