How do you reset the PIN key #221
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After playing around with pico-fido on a Waveshare RP2040 Zero, I reached the following state:
Something went wrong
The security key is locked because the wrong PIN was entereded too many times. You'll need to reset the security key.
There should be a method for zeroing out this error through either reflashing, the command line or some other method.
Answering my own question, it can be done through the python fido2 module through the following python script:
https://gist.github.com/dov/80f005bdf3633e742ca00127288b0a0a
I suggest adding a note about this in the README.
You can achieve the same with pico-nuke from https://github.com/polhenarejos/pico-nuke
or with
sudo picotool erase.Are you sure about using
picotoolfor this?