dbisu / pico-ducky

Create a USB Rubber Ducky like device using a Raspberry PI Pico
GNU General Public License v2.0
2.42k stars 440 forks source link

.uf2 not working #201

Closed BlakeBergstrom closed 1 year ago

BlakeBergstrom commented 1 year ago

when I uploaded the correct .uf2 file my pico never showed up as "CIRCUITPY". I tried unplugging and plugging it back into my computer but it no longer appears in my computer at all.

dbisu commented 1 year ago

If you are using a Pico W, after loading boot.py, by default the USB mass storage device will be hidden. See the section in README.md about USB show/hide.

BlakeBergstrom commented 1 year ago

Ok thanks.

On Wed, Aug 9, 2023 at 12:03 AM Dave @.***> wrote:

If you are using a Pico W, after loading boot.py, by default the USB mass storage device will be hidden. See the section in README.md about USB show/hide.

— Reply to this email directly, view it on GitHub https://github.com/dbisu/pico-ducky/issues/201#issuecomment-1670619011, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBWQQJPG3V55OYQ72MZ2FPTXUMD2BANCNFSM6AAAAAA3DG46Z4 . You are receiving this because you authored the thread.Message ID: @.***>

dbisu commented 1 year ago

Closing resolved