Datasheet
5
cd build
export PICO_SDK_PATH=../../pico-sdk
(Note:write the correct pass of your own SDK)
Implement cmake and generate into Makefile files
cmake ..
Implement make and generate implement files,the first compile will take a while.
make -j9
After compiling, the uf2 file will be generated.
Press a key of the Pico board,connect 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 Micropython,copy the pico_micropython_xxxxx.uf2 file
to the pico.








