Closed EdXian closed 1 week ago
It seems work to me. Can you try again?
Sorry ... I still got the same error. Should i set something before initialize the pico-hsm?
I see the problem. You get Public Point 00, which means is not found.
1) Are you using the firmware specific for your board? 2) Did you nuked your board (formatting flash)? https://github.com/polhenarejos/pico-nuke/releases
Hello @polhenarejos , I use the pico2(rp2350) released from raspberry pi official. what nuke version should i program for this board?
I have trird some nuke.uf2. However, the public point is always 00. Thank you!
Update
I tried to program with pico_nuke_pico2-1.2.uf2 . the onboard led blinked 3 times and then return to bootloader mode. I think it works.
then I program pico_hsm_pico2-5.0.uf2 which is downloaded from here
run python tools/pico-hsm-tool.py --pin 648219 initialize --so-pin 57621880
got the same error...
Do you have the official Raspberry Pico 2 then?
Yes, I bought from the reseller who is approved by the raspberry pi foundation here.
I uploaded a new release that fixes this issue.
You have to update:
pico-hsm-tool.py
pypicohsm
(pip install -U pypicohsm
).It works now! π π π
Hi @polhenarejos , I'm intereting to pico-hsm. Now, I'm trying to setup the pico-hsm on my pico2. Howerver, I can't connect to the server when i executed the command
python3 tools/pico-hsm-tool.py --pin 648219 initialize --so-pin 57621880
. I have seen the similar issue in the history. Is it caused by the remote server is turn-off? Can you help me restart the remote server. thanks a lot!