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

Scripts are not running, only opens pico file directory on target device #278

Closed Spathy01 closed 2 months ago

Spathy01 commented 2 months ago

I did all the steps but the payload.dd doesnt run when i plug in the pico. here are some screensthots of my files for my pico and payload: image image

I have tried unplugging the pico and plugging it back into the host pc but still doesnt work. It only opens the picos file system as if it were a normal usb storage drive.

Is there any way to fix this?

Spathy01 commented 2 months ago

i have realised that maybe its because it isnt being registered as a HID device but as a disk, could this be the issue even though i have all the neccessary files in my pico lib directory? if this is the issue how would i fix it. image

dbisu commented 2 months ago

Make sure you are using CircuitPython 8.x and not 9.x. The project hasn't been updated yet to support 9.x.

Spathy01 commented 2 months ago

Make sure you are using CircuitPython 8.x and not 9.x. The project hasn't been updated yet to support 9.x.

I am using circuit python 8x but it still doesn't work?

dbisu commented 2 months ago

Have you tried using one of the release bundles found here?

Spathy01 commented 2 months ago

I solved the issue, must've been a problem on my part thanks tho.

dbisu commented 2 months ago

Closing, resolved.