Can't use pico-fido-tool.py secure function #23
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?
An error occurred while enabling the secure feature using pico-fido-tool.py
Open your python
Does
keyreturnNoneTypeor raises an exception?Does
keyreturnNoneTypeor raises an exception?None of these two
1st:No
2nd:No
Sorry, the 2nd is wrong. Please use this:
Both of these can be executed normally
But in the 3rd code, is
keyofNoneTypeor exists?key return str
Now that you've generated the key, does
backupwork?Refer to the backup process mentioned in #22 and the execution of "python3 pico-fido-tool.py --pin 123456 secure enable" pico-fido-tool.py will not end.
After debugging, I saw that it stopped at line 94 "enable_device_aut _call"
Sorry, it can run normally after compiling the development version of the firmware. Thanks.