Skip to content

Commit 137eef8

Browse files
committed
Guide documentation post review update
1 parent 0052e81 commit 137eef8

File tree

1 file changed

+11
-3
lines changed
  • content/hardware/02.uno/boards/uno-q/tutorials/07.debian-guide

1 file changed

+11
-3
lines changed

content/hardware/02.uno/boards/uno-q/tutorials/07.debian-guide/content.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ The [Bridge mechanism](https://docs.arduino.cc/tutorials/uno-q/user-manual/#brid
3939

4040
## Accessing the Board Shell
4141

42-
There are three main methods to access the Debian shell on your UNO Q, each suited for different scenarios and workflows.
43-
44-
***For low-level debugging and early boot diagnostics, the board also provides a dedicated [Hardware Debug UART Interface](/tutorials/uno-q/user-manual/#hardware-debug-uart-interface) operating at 1.8V logic levels through the JCTL connector.***
42+
There are four methods to access the Debian shell on your UNO Q, each suited for different scenarios and workflows.
4543

4644
![Accessing the board shell](assets/adb_connection.png)
4745

@@ -113,6 +111,16 @@ This method is ideal when you want to use your UNO Q as a workstation, allowing
113111

114112
***For a complete Single-Board Computer mode tutorial, refer to the dedicated [__UNO Q Single-Board Computer tutorial__](https://docs.arduino.cc/tutorials/uno-q/single-board-computer/).***
115113

114+
### Through Hardware Debug UART
115+
116+
For low-level debugging and early boot diagnostics, the board provides a dedicated Hardware Debug UART interface operating at 1.8 V logic levels (115200 baud) through the JCTL connector.
117+
118+
![Through Hardware Debug UART](../01.user-manual/assets/debug-shell.gif)
119+
120+
This interface connects directly to the SoC's main console (TTY), allowing you to monitor boot and kernel logs, troubleshoot system issues, or access a shell environment before network services like SSH or ADB are available. You can log in using your Linux credentials to interact with the system through the shell.
121+
122+
***This method requires a 1.8V USB-to-TTL converter and is intended for advanced users. For complete setup instructions and technical specifications, refer to the [__Hardware Debug UART Interface__](/tutorials/uno-q/user-manual/#hardware-debug-uart-interface) section in the user manual.***
123+
116124
## System Navigation
117125

118126
### Understanding the File System

0 commit comments

Comments
 (0)