File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,25 @@ brew tap osx-cross/arm
5454brew 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
5978Connect the J-Link to the debug pins on the BitBox02 prototype board.
You can’t perform that action at this time.
0 commit comments