mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
chore(docs): Hint on finding your tty.
This commit is contained in:
parent
ea35f46f5f
commit
61a0d69baa
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user