From 6516c8bbe48f4d0fabe03122e3662bfc143c1dfd Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 19 Sep 2022 18:11:26 -0500 Subject: [PATCH] Add reset instructions (#99) --- README.md | 4 ++++ RESET.md | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 RESET.md diff --git a/README.md b/README.md index b872b5f..e734d35 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,10 @@ keycode_win_de.mpy ## Useful links and resources +### How to recover your Pico if it becomes corrupted or doesn't boot. + +[Reset Instructions](RESET.md) + ### Installation Tool [raspberrypi5621](https://github.com/raspberrypi5621) Created a tool to convert a blank RPi Pico to a ducky. diff --git a/RESET.md b/RESET.md new file mode 100644 index 0000000..10bee2c --- /dev/null +++ b/RESET.md @@ -0,0 +1,7 @@ +# 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)