Open main menu

DAVE Developer's Wiki β

Changes

RIALTO SBC/Interfaces and Connectors/UARTs

677 bytes removed, 10:16, 10 January 2023
no edit summary
! 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|1730517306|1730517306}}
! 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 documentation release
|-
|-
The UARTs interfaces available on the RIALTO SBC are mapped to the following connectors:
 
* J42 is a Phoenix 4x1x2.54mm pin header connector. On this connector is mapped the <code>console</code> interface (UART1).
 
[[File:RIALTO-SBC-console-connector.png|thumb|center|500px|Console connector]]
* J66 is a Phoenix 282837-3 3x50.8mm connector. On this connector are mapped these instances: UART3 or CAN.
The following tables describe the interfaces signals:
 
==== J42====
{| class="wikitable"
! latexfontsize="scriptsize" | Pin#
! latexfontsize="scriptsize" | Pin name
! latexfontsize="scriptsize" | Pin function
! latexfontsize="scriptsize" | Pin Notes
|-
|1
|TX
|UART1_TX
|LVTTL signal
|-
|2
|RX
|UART1_RX
|LVTTL signal
|-
|3
|VDD
|3V3
|powered by internal PMIC
|-
|4
|DGND
|GND
|
|}
==== J66====
=== Device mapping ===
UART1 is mapped to <code>/dev/ttymxc0</code> device in Linux. The peripheral is used as the default serial console, both for the bootloader and the kernel.
 
RS232 is UART3 and it is mapped to <code>/dev/ttymxc2</code> device in Linux
8,226
edits