mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 12:00:59 +00:00
core/docs: add info about enabling VCP for non-Bitcoin-only FW
This commit is contained in:
parent
2652936c16
commit
908c0fb8c0
4
core/docs/build/embedded.md
vendored
4
core/docs/build/embedded.md
vendored
@ -49,3 +49,7 @@ You can then use `screen` to enter the device's console. Do not forget to add yo
|
|||||||
```sh
|
```sh
|
||||||
screen /dev/ttyACM0
|
screen /dev/ttyACM0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Debug console via serial port is enabled only for the Bitcoin-only firmware.
|
||||||
|
If you need the console to debug non-Bitcoin features, please edit `src/usb.py`,
|
||||||
|
disable WebAuthn USB interface and enable the VCP USB interface.
|
||||||
|
Loading…
Reference in New Issue
Block a user