1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

docs: add emulator page

This commit is contained in:
Pavol Rusnak 2018-05-31 13:11:36 +02:00
parent bfcabb7175
commit 9fa4ac2c13
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 8 additions and 0 deletions

View File

@ -15,6 +15,7 @@ It runs both inside of the device and also in the TREZOR Emulator.
* [API](docs/api.md)
* [Build instructions](docs/build.md)
* [Emulator](docs/emulator.md)
* [Testing](docs/testing.md)
* [Bootloader](docs/bootloader.md)
* [Hardware](docs/hardware.md)

7
docs/emulator.md Normal file
View 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`