Skip to main content

1.1.2 RDK X5

Interface Overview

RDK X5 provides various functional interfaces, including Ethernet, USB, camera, LCD, HDMI, CAN FD, and 40PIN, enabling users to develop and test applications such as image multimedia and deep learning algorithms. The layout of the development board's interfaces is shown below:

RDK_X5_interface

No.FunctionNo.FunctionNo.Function
1Power Interface (USB Type C)2RTC Battery Interface3Easy Connect Port (USB Type C)
4Debug Serial Port (Micro USB)5Dual MIPI Camera Ports6Gigabit Ethernet Port with PoE
74 USB 3.0 Type A Ports8High-Speed CAN FD Interface940PIN Interface
10HDMI Display Interface11Multi-standard Headphone Jack12Onboard Wi-Fi Antenna
13TF Card Interface (Bottom)14LCD Display Interface (MIPI DSI)

Power Interface

The development board provides a USB Type C interface (No. 1) as the power interface. It requires a 5V/5A power adapter for supplying power to the board. Once the adapter is connected, the green power indicator and the orange indicator will light up, indicating normal power supply.

caution

Do not use a computer USB port to power the board. Insufficient power may cause abnormal shutdown or repeated reboots.


Debug Serial Port

The development board includes a debug serial port (No. 4) for serial login and debugging functions. Configure the parameters in the serial tool on your computer as follows:

  • Baud rate: 115200
  • Data bits: 8
  • Parity: None
  • Stop bits: 1
  • Flow control: None

To connect, use a Micro USB cable to link the board's interface No. 4 to your PC.
For first-time use, you may need to install the CH340 driver on your computer. Search for CH340串口驱动 to download and install it.


Ethernet Port

The development board features a Gigabit Ethernet port (No. 6) supporting 1000BASE-T and 100BASE-T standards. By default, it uses a static IP configuration with the address 192.168.127.10.
To verify the board's IP address, log in via the serial port and use the ifconfig command to check the configuration of the eth0 interface.

Additionally, this port supports PoE (Power over Ethernet), allowing simultaneous data and power transmission via a single Ethernet cable for easier installation.


HDMI Display Interface

The development board includes an HDMI display interface (No. 10) that supports a maximum resolution of 1080P. Using the HDMI interface, the board can output the Ubuntu system desktop (on the Ubuntu Server version, it displays the logo).
The HDMI interface also supports real-time display of camera and network stream images.


USB Interfaces

The development board supports multiple USB interface extensions to accommodate various USB devices. Details are as follows:

Interface TypeInterface No.QuantityDescription
USB 3.0 Type CNo. 31 portUSB Device mode for ADB, Fastboot, system flashing, etc.
USB 3.0 Type ANo. 74 portsUSB Host mode for connecting USB 3.0 peripherals

Connecting USB Flash Drives

The USB Type A ports (No. 7) support USB flash drives, which will be automatically detected and mounted. The default mount directory is /media/sda1.

Connecting USB-to-Serial Adapters

The USB Type A ports (No. 7) support USB-to-serial adapters, which will be automatically detected and create device nodes such as /dev/ttyUSB* or /dev/ttyACM* (where the asterisk represents a number starting from 0). Refer to the 使用串口 section for details.

Connecting USB Cameras

The USB Type A ports support USB cameras, which will be automatically detected and create device nodes such as /dev/video0.


MIPI Camera Interface

The development board provides two MIPI CSI interfaces (No. 5) for connecting up to two MIPI cameras, including stereo cameras. Compatible camera modules and specifications are as follows:

No.SensorResolutionFOVI2C Device Address
1IMX2198 MP
2OV56475 MP

Connect the camera module to the board using an FPC cable with the blue side facing upwards.
After installation, use the i2cdetect command to check if the I2C address of the module can be detected.

caution

Important: Do not connect or disconnect the camera while the board is powered on, as this may damage the camera module.


LCD Display Interface

The RDK X5 provides an LCD display interface (MIPI DSI, No. 14) that supports LCD screens. This interface uses a 15-pin FPC connector and is compatible with several Raspberry Pi LCD displays.


Micro SD Interface

The development board includes a Micro SD card interface (No. 13). It is recommended to use a card with at least 8GB of storage to meet the installation requirements of Ubuntu and related packages.

caution

Do not hot-swap the TF card during use, as it may cause system abnormalities or file system corruption.


Wi-Fi Antenna Interface

The board supports both onboard and external antennas for wireless networking. The onboard antenna is sufficient for most scenarios. If the board is enclosed in a metal casing, connect an external antenna to the port near interface No. 12 to enhance signal strength.


CAN FD Interface

The RDK X5 provides a CAN FD interface for CAN and CAN FD communication. Refer to the CAN使用 section for details.


40PIN Interface

The development board includes a 40PIN interface with IO signals designed at 3.3V. The pin definition is compatible with Raspberry Pi and similar products. For detailed pin definitions and multiplexing information, refer to the hardware development section.