Does not work on a Pico H? #125
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?
I try to use pico-hsm on a Raspberry Pico H board with no success.
I can copy
pico_hsm_pico-6.4.uf2in the mounted volume. The disk is automatically disconnected and then nothing.I found https://github.com/polhenarejos/pico-hsm/issues/121 so suspected a problem with the
.uf2files.I try again.
I copy
pico_hsm_pico2-6.4.uf2in the mounted volume. I have to unmount the disk.On the USB bus I see:
But no CCID device with VID/PID 2E8A:10FD.
If I unplug/replug the device I see nothing on the USB bus.
I am using macOS Sequoia 15.7.3.
Could you try with this version? https://github.com/polhenarejos/pico-hsm/releases/download/v6.4/pico_hsm_pico-6.4.uf2
I fixed a problem with the flash write for boards of 2MB like Pico.
Not better.
I tried to install the SDK but have no success so far. See https://github.com/raspberrypi/pico-sdk/issues/2812
Quite strange. I tested with a nuked Pico and it works. Pico board can be nuked installing this firmware: https://github.com/Gadgetoid/pico-universal-flash-nuke/releases/download/v1.1.0/universal_flash_nuke.uf2
after it blinks 3 times, it can be reflashed with another firmware.
The strange part is that you said "you have to unmount" it. When any Pico is in BOOTSEL mode (mounted as a storage unit), it is unmounted and reset with the new firmware automatically. If it has to be unmounted it seems that perhaps the board is faulty or the .uf2 file is not copied properly.
Try with
https://github.com/raspberrypi/picotool. Withpicootolyou canloada firmware,erasea board orresetit. Withpicotool info -ayou should be able to see the parameters of the board. Let's try usepicotool.After using
universal_flash_nuke.uf2I was able to flashpico_hsm_pico-6.4.uf2and now I see the pico hsm device:Good!
i think we can close this issue now.
I was expecting a Pico Key HSM for iInterface, not a FIDO one.
Is that the normal interface name?