Pico SDK - Getting started with the Raspberry Pi Pico

preview_player
Показать описание
We show you how you can create your own programs for the Raspberry Pi Pico. This video covers the installation of the Pico Software Development Kit and Visual Studio Code on the Raspberry Pi.

Bash Commands:
cd ~
mkdir pico
cd pico
cd pico-sdk
git submodule update --init
cd ..
sudo apt update
sudo apt install
sudo apt install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi build-essential
sudo nano ~/.bashrc
sudo apt install code
code

Pick up all your electronic needs at our store

Our PiCockpit webinterface allows you to control your Pi over the web

Need special hardware or software solutions? Contact us!

Check out our Blog to learn incredible things all around the Pi
Рекомендации по теме
Комментарии
Автор

very nice. also love your raspberry pi desktop

logankizyw
Автор

unfortunately, it still does not work with the new Pico W:
fatal error: pico/cyw43_arch.h: No such file or directory
8 | #include "pico/cyw43_arch.h"
even if I can find it:
<path
and this is also set:
PICO_SDK_PATH=<path omitted>/pico-sdk
and the cmake build also found it:
cyw43-driver available at <path

silurust