-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
the pre-release nanox
firmware launches but crashes when requesting account keys and during transaction signing, this does not occur in the simulator or when compiling the same application for the nanosplus.
we've tried:
- reducing stack use further which resolved the account-keys crash, getting us to the crash in transaction signing
(stack use improvements (towards nanox execution) #23) - tested swapping from armv6 to armv7 which makes computations dramatically more efficient
(and tested both v6 and v7 ISA applications on the nanosplus, where they work as expected)