Datasheet

5
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.
2. Open Thonny IDE on the Raspberry Pi(click Raspberry Pi-> Programming ->
Thonny Python IDE), you can check the version information: Help->About
Thonny
Make sure this version contain Pico support package, and click Tools ->
Options... -> Interpreter, then select MicroPython(Raspberry Pi Pico and the
ttyACM0 port
As shown below;