Datasheet

5
cd build
export PICO_SDK_PATH=../../pico-sdk
(Notewrite the correct pass of your own SDK)
Implement cmake and generate into Makefile files
cmake ..
Implement make and generate implement filesthe first compile will take a while.
make -j9
After compiling, the uf2 file will be generated.
Press a key of the Pico boardconnect the pico board to the Raspberry Pi via a
USB cable and release the key.
Then Raspberry Pi will recognize a drive( RPI-RP2), copy the main.uf2 from the
build folder to the drive(RPI-RP2).
cp main.uf2 /media/pi/RPI-RP2/
Python
1. Update the firmware of Micropythoncopy the pico_micropython_xxxxx.uf2 file
to the pico.