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 @@ -51,6 +51,25 @@ brew tap osx-cross/arm
5151brew 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
5675Connect the J-Link to the debug pins on the BitBox02 prototype board.
You can’t perform that action at this time.
0 commit comments