Open main menu

DAVE Developer's Wiki β

RIALTO SBC/Interfaces and Connectors/Console

< RIALTO SBC
Revision as of 10:18, 10 January 2023 by U0007 (talk | contribs)

History
ID# Issue Date Notes

17308

10/01/2023 First release


Contents

Console interfaceEdit

DescriptionEdit

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

SignalsEdit

The following tables describe the interfaces signals:

J42Edit

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 mappingEdit

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 usageEdit

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