-
Notifications
You must be signed in to change notification settings - Fork 0
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
Installing app on Nano S with newest Firmware #4
Comments
@fasmat hello,now can i use this code to sign my transaction on spacemesh? the source code path: app-spacemesh->src->signMessage.c
the spacemesh code path: go-spacemesh->genvm->sdk->wallet->tx.go
|
@yantao1995 your comment seems unrelated to this issue, could you please open a new one? cc @lrettig |
ok.thanks. |
On macOS to install the app on Nano S with Firmware 2.1.0 the command in the README.md needs to be changed to:
The
--targetId
needs to be0x31100004
(according to official documentation for Firmware 1.5.x of Nano S), the--appFlags
are0x800
instead of0xa00
,--apiLevel
isn't needed and the path to the.gif
needs to benanos_*
instead ofnanox_*
.The text was updated successfully, but these errors were encountered: