mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-25 17:09:44 +00:00
docs: add emulator page
This commit is contained in:
parent
bfcabb7175
commit
9fa4ac2c13
@ -15,6 +15,7 @@ It runs both inside of the device and also in the TREZOR Emulator.
|
|||||||
|
|
||||||
* [API](docs/api.md)
|
* [API](docs/api.md)
|
||||||
* [Build instructions](docs/build.md)
|
* [Build instructions](docs/build.md)
|
||||||
|
* [Emulator](docs/emulator.md)
|
||||||
* [Testing](docs/testing.md)
|
* [Testing](docs/testing.md)
|
||||||
* [Bootloader](docs/bootloader.md)
|
* [Bootloader](docs/bootloader.md)
|
||||||
* [Hardware](docs/hardware.md)
|
* [Hardware](docs/hardware.md)
|
||||||
|
7
docs/emulator.md
Normal file
7
docs/emulator.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Emulator
|
||||||
|
|
||||||
|
![emulator](emulator.jpg)
|
||||||
|
|
||||||
|
1. [build](docs/build.md) the emulator
|
||||||
|
2. run `emu.sh`
|
||||||
|
3. to use [bridge](https://github.com/trezor/trezord-go) with the emulator support, start it with `trezord -e 21324`
|
Loading…
Reference in New Issue
Block a user