Skip to main content

1.1.3 RDK Ultra

danger

Important: The RDK Ultra is available for sale only in Mainland China.

The RDK Ultra development kit provides a variety of peripheral interfaces, including Ethernet, USB, HDMI, MIPI CSI, and a 40-pin header, making it convenient for users to experience, develop, and test the kit’s functions. The interface layout is as follows:

image-carrier-board1 image-carrier-board2

No.Interface FunctionNo.Interface FunctionNo.Interface Function
1Power connector740-pin header13CAM3 interface, 24PIN, 4lane
2HDMI display interface8PWM fan interface14CAM1 interface, 24PIN, 4lane
34x USB 3.0 interfaces9RTC battery interface15Wi-Fi module interface, PCIe M.2-E
4Gigabit Ethernet port10Function control interface16SSD interface, PCIe M.2-M
5Debug interface11CAM2 interface, 15PIN, 2lane17SSD interface, PCIe M.2-M
6Status indicator LED12CAM0 interface, 15PIN, 2lane

Core Module Interface

The RDK Ultra Module core board hardware interface is compatible with the Jetson Orin series development boards, allowing users to quickly integrate and productize their solutions.

rdk_ultra_module

Power Interface

The RDK Ultra development board is powered via a DC connector. It is recommended to use the included power adapter, or an adapter with at least 12V/5A output. When the power is connected, the red power indicator LED (interface 6) will light up, indicating normal power supply.

caution

Do not use a computer USB port to power the board, as insufficient power may cause abnormal shutdowns or repeated reboots.

Debug UART

The RDK Ultra development board provides a debug interface (interface 5), using a CH340 chip to convert the core module’s UART to USB. Users can use this interface for various debugging tasks. Configure your serial tool with the following parameters:

  • Baud rate: 921600
  • Data bits: 8
  • Parity: None
  • Stop bits: 1
  • Flow Control: None

Usually, the CH340 driver needs to be installed on your computer the first time you use this interface. Search for CH340 serial driver to download and install.

Wired Ethernet

The board provides a Gigabit Ethernet interface (interface 4), supporting 1000BASE-T and 100BASE-T standards. By default, it uses static IP mode with the address 192.168.1.10. To confirm the board’s IP address, log in via serial and use the ifconfig command to check the eth0 configuration.

HDMI Interface

The RDK Ultra development board provides an HDMI display interface (interface 2), supporting up to 1080P resolution. After powering on, the board outputs the Ubuntu graphical interface via HDMI. With specific sample programs, the HDMI interface also supports previewing camera and video stream images.

Currently, only the 1080p60 display mode is supported; more modes will be available in future software versions.

USB Interface

The RDK Ultra development board provides four standard USB 3.0 interfaces (interface 3), supporting simultaneous connection of four USB devices. Note that the USB interfaces only support Host mode.

USB Camera

Video: https://www.bilibili.com/video/BV1rm4y1E73q/?p=6

The board’s USB Type-A interface supports USB cameras. The system will automatically detect connected USB cameras and create the device node /dev/video8.

MIPI CSI

The RDK Ultra development board provides four camera interfaces (CAM 0~3), supporting simultaneous connection of four MIPI camera modules. Notes:

  1. CAM 0/2 (interfaces 11/12) use 15-pin FPC connectors, supporting Raspberry Pi OV5647, IMX219, IMX477, etc.
  2. CAM 1/3 (interfaces 13/14) use 24-pin FPC connectors, supporting F37, GC4663, IMX415, etc.

Camera module specifications:

No.SensorResolutionFOVI2C Address
1GC46634MPH:104 V:70 D:1130x29
2JXF372MPH:62 V:37 D:680x40
3IMX2198MPH:62 V:37 D:680x10
4IMX47712MPH:62 V:37 D:680x1a
5OV56475MPH:62 V:37 D:680x36

For camera module purchasing, refer to the community accessories page: Purchase Link.

caution

Important: Do not plug or unplug camera modules while the board is powered on, as this may damage the camera modules.

Wi-Fi Antenna Interface

The board comes pre-installed with a Wi-Fi module and antenna (interface 15).

40-pin Header Interface

The RDK Ultra development board provides a 40-pin header (interface 7), supporting GPIO, UART, I2C, SPI, I2S, and more. Detailed pin definitions and multiplexing are as follows:

image-40pin-header

Function Control Interface

The RDK Ultra development board provides a function control interface (interface 10) for controlling the core module’s functional modes. Pin definitions:

Pin No.Pin NameFunction DescriptionUsage
1WAKE_UPWake up the boardShort to GND with jumper cap
2GNDGroundGND
3FC_RECForce recovery modeShort to GND with jumper cap
4GNDGroundGND
5SYS_RSTSystem resetShort to GND with jumper cap, then remove
6GNDGroundGND
7PWR_ENPower enable signalShort to GND with jumper cap to power off
8GNDGroundGND

image-carrier-board-control-pin1