1
0
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:
Pavol Rusnak 2019-11-13 16:22:42 +01:00
parent 2652936c16
commit 908c0fb8c0
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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.