Before the Pico can be programmed via the Arduino IDE, a few settings have to be made on it.

Short guide:

The single steps are shown here again in detail:


Open File/Preferences b_preference


Click at Additional board manager URLs b_preferences


Paste the following URL into the text field, than confirm with OK

https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json   

b_additional%20board


Open the Board Manager

b_main


Write

Pico 

in the search bar. Install the Library from Earle F. Phillhower and click Install.

b_board%20manager


Then the following library must be installed in Library Manager:

RPi_Pico_TimerInterrupt

b_library


Finally, you can select the pico under Tools/Board/.

b_pico

Your system is now prepared for programming the Pico.