XIAO RP2350 pico-hsm-tool.py initialize failed #113
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?
First of all a amazing Project the Pico Keys. Thank you for putting so much work into this. I downloaded the file from the website and transferred it to the RP2350 as usual. Unfortunately, I am experiencing an issue where I am unable to initialize the Pico HSM with the pico-hsm-tool.py script.
I use:
Python 3.13.7
pico_hsm_seeed_xiao_rp2350-5.6-eddsa1.uf2
Seeed Studio XIAO RP2350
Installed in Venv:
pip install pycvc (Version 1.5.0)
pip install pypicohsm (Version 2.0.2)
But I think I can find the Pico Key:
Another two Question:
Hi!
I just had the same issue and could solve it by installing a matching version of pypicohsm like this:
pip install git+https://github.com/polhenarejos/pypicohsm.gitThanks that was really the Problem!
Open questions:
python pico-hsm-tool.py cipher --helpis always a good starting point.