Skip to content

Commit 3e9621c

Browse files
committed
BUILD.md: add some quick instructions about the simulator
1 parent c8f800e commit 3e9621c

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
@@ -51,6 +51,25 @@ brew tap osx-cross/arm
5151
brew install arm-gcc-bin
5252
```
5353

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

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

0 commit comments

Comments
 (0)