mirror of
https://github.com/dbisu/pico-ducky.git
synced 2025-12-06 02:41:45 +00:00
8 lines
532 B
Markdown
8 lines
532 B
Markdown
# Instructions on how to reset a Raspberry Pi Pico
|
|
Follow these instructions if your Pico ends up in an odd state
|
|
|
|
1. Download the reset firmware from [flash_nuke.uf2](https://datasheets.raspberrypi.com/soft/flash_nuke.uf2)
|
|
2. While holding the BOOTSEL button on the Pico, plug in the USB cable to your computer.
|
|
3. When the RPI-RP2 drive shows up on your computer, copy the flash_nuke.uf2 file to the Pico
|
|
4. After the device reboots, follow the Install instructions [here](https://github.com/dbisu/pico-ducky/blob/main/README.md)
|