Skip to content

Commit 6516c8b

Browse files
authored
Add reset instructions (#99)
1 parent 3a7411e commit 6516c8b

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ keycode_win_de.mpy
133133

134134
## Useful links and resources
135135

136+
### How to recover your Pico if it becomes corrupted or doesn't boot.
137+
138+
[Reset Instructions](RESET.md)
139+
136140
### Installation Tool
137141

138142
[raspberrypi5621](https://github.com/raspberrypi5621) Created a tool to convert a blank RPi Pico to a ducky.

RESET.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Instructions on how to reset a Raspberry Pi Pico
2+
Follow these instructions if your Pico ends up in an odd state
3+
4+
1. Download the reset firmware from [flash_nuke.uf2](https://datasheets.raspberrypi.com/soft/flash_nuke.uf2)
5+
2. While holding the BOOTSEL button on the Pico, plug in the USB cable to your computer.
6+
3. When the RPI-RP2 drive shows up on your computer, copy the flash_nuke.uf2 file to the Pico
7+
4. After the device reboots, follow the Install instructions [here](https://github.com/dbisu/pico-ducky/blob/main/README.md)

0 commit comments

Comments
 (0)