Open main menu

DAVE Developer's Wiki β

Changes

RIALTO SBC/Interfaces and Connectors/UARTs

1,075 bytes removed, 12 January
no edit summary
<section begin="History" />
{| style="border-collapse:collapse; "
! 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" |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|17305|17305}}! 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/10
|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" />__FORCETOC__<section begin="Body" />
==UARTs interface ==
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
The RS232, RS485 and CAN use the standard protocols.
----<section begin=Body/>
[[Category:RIALTO SBC]]
8,226
edits