-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pico2 eddsa download does not install #73
Comments
Can you describe what are you experiencing and what brings you to say “the module won't flash it after copying.”? I don’t understand this sentence. The EdDSA release uses a fork of the official MbedTLS that introduces EdDSA. I sent a PR to ARM but it is under review since 3 years. The core is exactly the same, so both should boot normally. Steps to see whether is recognized are
If both work, then it’s a problem with LED gpio number. |
What I meant with that was, when in BOOTSEL mode, i can copy the non-eddsa image to the module just fine, it disconnects and flashes it, disconnects and boots the flashed application. I went to the parts drawer though and it seems to be a problem with the Pico2 since another one works. Anyway, since I have a few less vanilla RP2350 and RP2040 boards here that I would like to write header files for to have them supported: Is there more to building the EdDSA version than checking out the eddsa branch, reinitializing all the submodules so the correct mbedtls is used and building? |
It's hard to say. I do not own a Pico2 but I tried with my Tiny2040 and Tiny2350 and both worked with EdDSA release. You do not need nothing special for EdDSA branch. Just clone, checkout that branch, build and flash. |
I am trying to install the EdDSA release of PicoHSM to an authentic RPi Pico2 module but the module won't flash it after copying.
The non-EdDSA release works just fine
SHA256 of the downloads:
While trying to build the modules myself I failed to find instructions about the EdDSA release - also the release build tool doesn't seem to build them and there are no nightly or development builds to try a few things.
Since ed25519 and ed448 are listed on the main feature page, is it supported by the official builds at this time?
I must admit I am a bit confused :)
The text was updated successfully, but these errors were encountered: