Skip to content

Commit e43ff38

Browse files
committed
Merge remote-tracking branch 'benma/simulator-readme'
2 parents 462cfde + 3e9621c commit e43ff38

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

BUILD.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,25 @@ brew tap osx-cross/arm
5454
brew install arm-gcc-bin
5555
```
5656

57+
## Simulator
58+
59+
The Multi edition firmware can be built as a simulator for linux-amd64. To build it, run:
60+
61+
make -j simulator
62+
63+
Run it with:
64+
65+
./build-build/bin/simulator
66+
67+
This launches a server simulating the firmware. The send_message tool can connect to it with:
68+
69+
./py/send_message.py --simulator
70+
71+
If you choose to create a wallet by restoring a mnemonic, the simulator will automatically use this
72+
mnemonic:
73+
74+
boring mistake dish oyster truth pigeon viable emerge sort crash wire portion cannon couple enact box walk height pull today solid off enable tide
75+
5776
## Instructions
5877

5978
Connect the J-Link to the debug pins on the BitBox02 prototype board.

0 commit comments

Comments
 (0)