-
Notifications
You must be signed in to change notification settings - Fork 4
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
Application freezes my NanoS #8
Comments
Hi @InfiniteQE, It would seem that you are successfully building the app. The latest version of the app on GitHub is 1.4.0 but this is not fully tested or released yet. In version 1.4.0 I changed the name of the app from "SSKR Check" to "Seed Utils" to reflect the plans I have to expand the app into a general seed utility tool. Nonetheless, even with this name change the app should still work fine on a Ledger Nano S. Here's a procedure I used to confirm that the most recent released version (1.3.2) works OK. Have a look at the output of
where:
I use this command to manually download and install the latest released app as follows:
I did this on my Ledger Nano S with firmware version 2.1.0 and the app works as expected. Note 1: I removed all other apps from the device before starting manual install procedure. |
Hello, I followed your steps for Thank you I did this on OSX11.7 Terminal, not parallels/debian this time, using the following string (I made changes to the target version, and appName
On the NanoS Prior to this, I first tried your instruction on my NanoS running older firmware (SE 1.6.0, Microcontroller 1.12) with the string Assuming the issue is minimum FW v2.0.0 required, then I now consider this issue to be resolved. Not sure why the Application full hash is different, perhaps changing the targetVersion changed the hash ? |
v1.7.4-rc.1 : Use internal `bn_gf2_n_mul()` function instead of `cx_bn_gf2_n_mul()` syscall
Hello
I have followed these steps and successfully compiled and loaded app-sskr-check on my NanoS (firmware SE 1.6.0, Microcontroller 1.12).
However after
BOLOS_SDK=$NANOS_SDK make load
running the new applicationSeed Utilities
freezes the NanoS.I used the same docker command
BOLOS_SDK=$NANOS_SDK make load
to uninstallSeed Utilities
off NanoS, then downloaded your github binaries, moved your NanoS files to~/Downloads/app-sskr-check/bin
and pasted the long
python -m ledgerblue.loadApp ....
frommake load
aboveThis successfully installed the github app on my NanoS, with the same result, it freezes on app launch.
Any suggestion as to how I fix this ? What version of NanoS Secure Element and Microcontroller firmware are you running ?
The text was updated successfully, but these errors were encountered: