From 61a0d69baa329b8eb3e853b51f791702f0c8cece Mon Sep 17 00:00:00 2001 From: Simon Males Date: Tue, 24 May 2022 10:52:11 +0200 Subject: [PATCH] chore(docs): Hint on finding your tty. --- docs/core/build/embedded.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/build/embedded.md b/docs/core/build/embedded.md index ca61ecef4..de30074a0 100644 --- a/docs/core/build/embedded.md +++ b/docs/core/build/embedded.md @@ -72,7 +72,7 @@ To get a full debug build, use: 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 screen /dev/ttyACM0