Difference between revisions of "RIALTO SBC/Interfaces and Connectors/Console"

From DAVE Developer's Wiki
Jump to: navigation, search
 
Line 1: Line 1:
<section begin="History" />
+
<section begin=History/>
 
{| style="border-collapse:collapse; "
 
{| style="border-collapse:collapse; "
! colspan="4" style="width:100%; text-align:left" ; border-bottom:solid 2px #ededed" |History
+
!colspan="4" style="width:100%; text-align:left"; border-bottom:solid 2px #ededed"|History
 
|-  
 
|-  
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white" |ID#
+
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Issue Date
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white" |Issue Date
+
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Notes
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white" |Notes
 
|-
 
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededed; padding:5px; color:#000000" |{{oldid|17308|17308}}
 
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededed; padding:5px; color:#000000" |10/01/2023
 
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededed; padding:5px; color:#000000" |First release
 
|-
 
 
|-
 
|-
 +
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|2023/01/09
 +
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|First documentation release
 
|}
 
|}
<section end="History" />
+
<section end=History/>
<section begin="Body" />
+
__FORCETOC__
 +
<section begin=Body/>
  
 
==Console interface ==
 
==Console interface ==
Line 68: Line 65:
  
  
----
+
<section end=Body/>
 +
 
  
 
[[Category:RIALTO SBC]]
 
[[Category:RIALTO SBC]]

Latest revision as of 14:10, 12 January 2024

History
Issue Date Notes
2023/01/09 First documentation release



Console interface[edit | edit source]

Description[edit | edit source]

The Console interface is available on the RIALTO SBC to the following connector: J42 is a Phoenix 4x1x2.54mm pin header connector. On this connector is mapped the console interface (UART1).

Console connector

Signals[edit | edit source]

The following tables describe the interfaces signals:

J42[edit | edit source]

Pin# Pin name Pin function Pin Notes
1 TX UART1_TX LVTTL signal
2 RX UART1_RX LVTTL signal
3 VDD 3V3 powered by internal PMIC
4 DGND GND

Device mapping[edit | edit source]

UART1 is mapped to /dev/ttymxc0 device in Linux. The peripheral is used as the default serial console, both for the bootloader and the kernel.

Device usage[edit | edit source]

To connect to the debug serial port:

  1. connect an UART transceiver (eg: TTL-232RGVIP-WE) to J42 and to a workstation
    • leave J42.3 unconnected if the transceiver is self powered
  2. start your favorite terminal emulator software on PC (eg: PuTTY); communication parameters are: 115200,8N1