Cannot connect to the remote server #60
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?
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!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.
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 57621880got 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.pypypicohsm(pip install -U pypicohsm).It works now! 👍 👍 👍
