Update PicoBoot
danger
If your Pico is wired without an in-series diode (most installations prior to PicoBoot v0.4), it is recommended to disconnect the 3.3V wire during the update. This prevents supplying 3.3V to the console, which could put a high load on the power regulator on the Pico board. It can get very hot and potentially fail, causing irreparable damage. Alternatively, you can power on the console after connecting the Pico to the computer.
PicoBoot can be updated like any other Raspberry Pi Pico project. You need a PC and a micro USB cable.
- Grab the latest
picoboot_full_pico.uf2
orpicoboot_full_pico2.uf2
file from the Releases page.picoboot_full_pico.uf2
: Compatible with Raspberry Pi Pico and Raspberry Pi Pico W.picoboot_full_pico2.uf2
: Compatible with Raspberry Pi Pico 2 and Raspberry Pi Pico 2 W.
- Hold down the
BOOTSEL
button on the Raspberry Pi Pico while connecting the USB cable. - A new mass storage device
RPI-RP2
orRP2350
will appear. - Copy the appropriate
.uf2
file onto the device. - When flashing is successful, it will automatically eject itself. Correct flashing will result in solid green LED lighting up.
- Disconnect the USB cable and test your console.