diff --git a/core/docs/build/embedded.md b/core/docs/build/embedded.md index c663c9c611..1b239429bb 100644 --- a/core/docs/build/embedded.md +++ b/core/docs/build/embedded.md @@ -49,3 +49,7 @@ You can then use `screen` to enter the device's console. Do not forget to add yo ```sh 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.