1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 12:28:09 +00:00

chore(docs): Hint on finding your tty.

This commit is contained in:
Simon Males 2022-05-24 10:52:11 +02:00 committed by matejcik
parent ea35f46f5f
commit 61a0d69baa

View File

@ -72,7 +72,7 @@ To get a full debug build, use:
make build_firmware BITCOIN_ONLY=0 PYOPT=0 make build_firmware BITCOIN_ONLY=0 PYOPT=0
``` ```
You can then use `screen` to enter the device's console. Do not forget to add your user to the `dialout` group or use `sudo`. Note that both the group and the tty name can differ, use `ls -l` to find out proper names on your machine. Use `screen` to enter the device's console. Do not forget to add your user to the `dialout` group or use `sudo`. Note that both the group and the tty name can differ, use `ls -l /dev/tty*` or `ls /dev/tty* | grep usb` to find out proper names on your machine.
```sh ```sh
screen /dev/ttyACM0 screen /dev/ttyACM0