You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
The text was updated successfully, but these errors were encountered:
update: nanox requires SP to never exceed 8k where the nanos only requires SP < 8k when making syscalls. further optimisation of stack frames in #45 has us under this limit, though it is yet to be tested on a nanox.
further stack reduction did not resolve the issue on the nanox, however, ledger have a fix in the works that resolves this limitation, so for the moment we're blocked on this.
the pre-release
nanox
firmware launches but crasheswhen requesting account keys andduring transaction signing, this does not occur in the simulator or when compiling the same application for the nanosplus.we've tried:
(stack use improvements (towards nanox execution) #23)
(and tested both v6 and v7 ISA applications on the nanosplus, where they work as expected)
The text was updated successfully, but these errors were encountered: