Advertisement

Quick Links

RK3588S EVB
User Guide
发布版本:V1.1
日期:2022-4-14

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the RK3588S EVB and is the answer not in the manual?

Questions and answers

Summary of Contents for Rockchip RK3588S EVB

  • Page 1 RK3588S EVB User Guide 发布版本:V1.1 日期:2022-4-14...
  • Page 2 Disclaimer Disclaimer This document is provided "status quo", Rockchip Electronics Co., Ltd. ("the company", the same below) does not make any statements, information and content of this document on the accuracy, reliability, completeness, marketability, or specific purpose and non-infringement provide any express or implied statement or guarantee.
  • Page 3: Preface

    This guide mainly introduces the basic functions and hardware features, multi-function hardware configuration, and software debugging operation methods of RK3588S EVB. It aims to help debuggers use RK3588S EVB be faster and more accurately, and be familiar with RK3588S chip development and application solutions.
  • Page 4: Revision History

    This revision history recorded description of each version, and any updates of previous versions are included in the latest one. Version Author Revision Date Revision Description Remark V1.0 2022-3-9 Initial release V1.1 2022-4-14 Delete the 3.19 Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 5: Acronyms

    电脑显示视频图像标准接口 Video Graphics Array 安卓调试桥 Android Debug Bridge 红外线 Infrared Radiation 索尼/飞利浦数字音频接口 SPDIF Sony/Philips Digital Interface 实时时钟 Real-time clock 精简吉比特介质独立接口 RGMII Reduced Gigabit Media Independent Interface 无线保真 WIFI Wireless Fidelity 摄像头接口 Camera Interface Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 6: Table Of Contents

    Power Input ..............................16 Memory ................................17 RTC Circuit ..............................19 Key Input ................................. 20 Fan Power Interface ............................20 PCIe Socket ..............................21 Audio Interface ..............................21 IR Interface ..............................22 Sensor Chip ..............................22 Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 7 TF Card Interface ............................. 27 3.17 USB2.0 Host Interface ............................. 28 3.18 MASKROM Key ............................. 28 3.19 CAN Interface ..............................29 3.20 MIPI TX Interface ............................29 3.21 DMIC ARRAY Interface ..........................30 Precautions ................................32 Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 8 Figure 1-1 RK3588S Chip Block Diagram ........................ 2 Figure 1-2 RK3588S EVB System Block Diagram ....................3 Figure 1-3 RK3588S EVB Functional Interface Distribution Diagram (front) ............5 Figure 1-4 RK3588S EVB Functional Interface Distribution Diagram (back) ............5 Figure 1-5 Schematic Diagram of Successful Driver Installation ................6 Figure 1-6 Schematic Diagram of Entering Loader Programming Mode..............
  • Page 9 Table 3-1 MIPID/CPHY_RX Signal Definition Table .................... 25 Table 3-2 MIPI DPHY_RX Signal Definition Table ....................26 Table 3-3 MIPI DPHY0/DPHY1 TX interface signal definition table ..............30 Table 3-4 DMIC ARRAY interface signal definition table ..................31 Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 10: System Introduction

    TensorFlow/MXNet/PyTorch/Caffe can be easily converted. RK3588S has high-performance 4-channel external memory interfaces (LPDDR4/LPDDR4X/LPDDR5), which can support systems with high memory bandwidth requirements, and also provides a complete set of peripheral interfaces to flexibly support various Class application. Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 11: Rk3588S Block Diagram

    1.3 System Framework 1.3.1 System Block Diagram RK3588S EVB system uses RK3588S as the core chip of the system, and RK806-2 dual PMIC power supply scheme. Memory use LPDDR4X, eMMC; there are peripheral interfaces such as eDP, SD, MIPI RX, PCIe20, TYPEC, etc., and integrates a stable and mass-produced plan.
  • Page 12: Function Summary

    RK3588S EVB User Guide System Introduction Figure 1-2 RK3588S EVB System Block Diagram 1.3.2 Function Summary RK3588S EVB includes the following functions:  DC Power: DC 12V adapter power supply interface;  TYPEC: One complete TYPEC interface, compatible with system firmware upgrade channel and DP1.4 output interface;...
  • Page 13: Functional Interface

    MIPI D/CPHY RX MIPI DPHY RX MIPI DPHY DSI TX1(2x4lane) BT& PCIe WIFI(2x2 WIFI&BT5.0) Audio(SPK、MIC、Earphone) DMIC ARRAY TYPEC Interface SPDIF SD Card Interface PCIe3.0 Interface(4Lane) UART Debug(TPYEC/MINI USB) JTAG Interface System Key MASKROM Key Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 14: Function Module Layout

    RK3588S EVB User Guide System Introduction 1.3.4 Function Module Layout EVB functional interface distribution diagram: Figure 1-3 RK3588S EVB Functional Interface Distribution Diagram (front) Figure 1-4 RK3588S EVB Functional Interface Distribution Diagram (back) Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 15: Module

    RK3588S EVB User Guide System Introduction 1.4 Module The RK3588S EVB kit includes the following items:  RK3588S EVB  Power adapter, default specification: input 100V AC~240V AC, 50Hz; output 12V DC, 3A  Display, specification: eDP; size:7.85 inches/vertical screen; resolution: 2048*1536 ...
  • Page 16: Firmware Upgrade Method

    RK3588S EVB User Guide System Introduction 1.6.2 Firmware Upgrade Method There are two ways to upgrade RK3588S EVB firmware:  Enter Loader upgrade mode: Before the system is powered on, SARADC_IN1 needs to be kept low, and the system will enter the Loader state.
  • Page 17 Click Execute to enter the upgrade state. The right side of the tool is the progress display bar, which displays the download progress and verification status. Figure 1-7 Schematic Diagram of Entering MASKROM Programming Mode Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 18: Serial Debugging

    1.5M (RK3588S supports 1.5M baud rate by default), and close the flow control at Serial, Finally, click the "Open" button to enter the serial port debugging interface. Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 19 RK3588S EVB User Guide System Introduction Figure 1-9 Serial Port Tool Configuration Interface Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 20: Adb Debug

    Power on the development board and boot into the system; Open the adb tool on the PC side; Type "adb shell" to enter adb debugging. Figure 1-11 ADB Connection is Normal Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 21: Hardware Introduction

    Table 2-1 Correspondence Table of Peripheral Address and IO Level Value Mounted on I2C Channel I2C 通道 设备 I2C 地址 电源域 I2C0 I2C1 I2C2 BQ25703(Charger) 0xD6 3.3V I2C2 CW2013CASD(Gas Gauge) 0xC5 3.3V I2C3 ES8388 0x22 1.8V I2C3 MIC Expand Board 1.8V I2C3 ES7202 0x30/31/32 1.8V Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 22: Extension Connector Information

    J5500, J5501, JP7700 are vertical double-row 30PIN card holders with 0.5mm pins and 1mm spacing, the model is FP05SL_030_V, and the dimensions are as follows: Figure 2-2 Pitch 0.5mm Vertical Double Row 30 PIN PCB Package Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 23: Camera Socket

    J4600, J4601, J4700, J4701 sockets are 0.15mm socket sockets with a spacing of 0.4mm, and the model is AXT530124. The matching header seat model is AXT630124, and the relevant seat size is as follows: Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 24: Reference Diagram

    RK3588S EVB User Guide Hardware Introduction 2.4 Reference Diagram The reference diagram and PCB design information corresponding to the EVB are as follows:  Reference diagram: RK_EVB1_RK3588S_LP4XD200P232SD10H2_V10_20210831WF.DSN  PCB design: RK_EVB1_RK3588S_LP4XD200P232SD10H2_V10_20210831YWQ_final.brd Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 25: Module Brief

    VCC5V0_SYS is obtained, and then the system voltage is provided to the PMIC power management chip, and different voltages are output for system use. Power adapter input port, front-end Buck converter and PMIC chip: Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 26: Memory

    The storage type on the development board is eMMC FLASH, and the default capacity is 32GB;:  SPI Flash: The development board reserves the location of the SPI device;  DDR: The development board DDR adopts two pieces of 4GB LPDDR4x, with a total capacity of 8GB. Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 27 RK3588S EVB User Guide Module Brief Figure 3-2 Location of LPDDR4x and eMMC Figure 3-3 Reserve Location of SPI Flash The key position of EVB into MASKROM programming: Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 28: Rtc Circuit

    (not included by default, you need to purchase a CR1220-3V button battery by yourself), to ensure that it can continue to provide accurate time even when the board is powered off, and communicate with master through the I2C signal. Figure 3-5 RTC Circuit Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 29: Key Input

    The development board reserves a fan interface, supports 12V/5V fans, and supports adjustable speed; the development board comes standard with a 12V fan by default. The interface line sequence from left to right is CONTROL, SENSOR, 12V, GND. Figure 3-7 Fan Power Interface Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 30: Pcie Socket

    The link supports 1 lane data interfaces. Figure 3-8 PCIe Socket 3.7 Audio Interface The development board supports two Speaker interfaces, one Earphone interface, and one MIC interface. Can support basic network video calling function. Figure 3-9 Audio Interface Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 31: Ir Interface

    Figure 3-10 The development board supports IR function 3.9 Sensor Chip The development board supports a variety of Sensors. The numbers in the following figure are M-Sensor, Ambient Light+Proximity Sensor, Gyroscope+G-Sensor, and Hall Sensor. Figure 3-11 Sensor chip Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 32: Bt/Wifi Interface

    BT voice is connected to the master I2S interface.  WIFI data adopts PCIe data bus. RK3588S EVB is equipped with two 2.4GHz/5GHz dual-mode antennas by default. Figure 3-12 BT/WIFI Antenna Interface 3.11 Debug Interface The development board supports TYPEC and MINI USB debugging interfaces.
  • Page 33: Jtag Interface

    1/2 is turned on and 3/4 is turned off, it supports ARM JTAG, and when the switch 1/2 is turned off and 3/4 is turned on, it supports MCU JTAG. Figure 3-14 JTAG Socket Figure 3-15 DIP Switch Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 34: Mipi D/Cphy Input Interface

    MIPI_DPHY0_RX_D1P MIPI_DPHY1_RX_D2P MIPI_DPHY1_RX_D1P MIPI_DPHY0_RX_D2N MIPI_DPHY1_RX_D2N VCC_1V8 VCC_1V8 MIPI_DPHY0_RX_D3P VCC_1V2/GND MIPI_DPHY1_RX_D3P VCC_1V2/GND MIPI_DPHY0_RX_D3N VCC_1V2 MIPI_DPHY1_RX_D3N VCC_1V2 I2C6_SDA_M4 I2C7_SDA_M2 MIPI_CAM1_CLKOUT I2C6_SCL_M4 MIPI_CAM2_CLKOUT I2C7_SCL_M2 MIPI_CAM1_RST_L MIPI_CAM2_RST_L VCC_2V8_AF VCC_2V8_AF MIPI_CAM1_PDN_L VCC_2V8 MIPI_CAM2_PDN_L VCC_2V8 FSIN VSYNC FSIN VSYNC Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 35: Mipi Dphy Input Interface

    MIPI_CSI0_RX_D2N MIPI_CSI0_RX_D1P MIPI_CSI0_RX_D3P MIPI_CSI0_RX_D2P MIPI_CSI0_RX_D1N MIPI_CSI0_RX_D3N MIPI_CSI0_RX_D2N VCC_1V8 VCC_1V8 MIPI_CSI0_RX_D3P VCC_1V2/GND VCC_1V2/GND MIPI_CSI0_RX_D3N VCC_1V2 VCC_1V2 I2C6_SDA_M4 I2C7_SDA_M2 MIPI_CAM3_CLKOUT I2C6_SCL_M4 MIPI_CAM4_CLKOUT I2C7_SCL_M2 MIPI_CAM3_RST_L MIPI_CAM4_RST_L VCC_2V8_AF VCC_2V8_AF MIPI_CAM3_PDN_L VCC_2V8 MIPI_CAM4_PDN_L VCC_2V8 FSIN VSYNC FSIN VSYNC Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 36: Typec Interface

    3.16 TF Card Interface The development board supports one TF Card interface; the system memory capacity can be expanded, the data bus width is 4bits, and it supports SD3.0, MMC ver4.51. Figure 3-19 TF Card Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 37: Usb2.0 Host Interface

    Figure 3-20 USB2.0 Host Interface 3.18 MASKROM Key The development board can enter the MASKROM state through the MASKROM button, and upgrade the development board according to the method described in chapter 1.6. Figure 3-21 MASKROM key Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 38: Can Interface

    The development board reserves 2 MIPI DPHY TX interfaces for convenience, which can support users to expand the LCD display. Please refer to Section 2.3.1 for interface encapsulation. Figure 3-23 MIPI DPHY0/DPHY1 TX interface Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 39: Dmic Array Interface

    DMIC ARRAY Interface The DMIC ARRAY interface is reserved for development, and it is led out through the 30pin FPC interface. Please refer to chapter 2.3.1 for the interface package. Figure 3-24 DMIC ARRAY Socket Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 40 Table 3-4 DMIC ARRAY interface signal definition table DMIC ARRAY(JP7700) VCC_5V_0 VCC_5V_1 VCCIO GND0 GND1 VCC_3V3 GND2 Codec_EN/GPIO_A_d(NC) GND3 I2S_MCLK(NC) GND4 I2S_SCLK_RX/PDM_CLK1 GND5 I2S_SCLK_TX(NC) GND6 I2S_LRCK_RX/PDM_CLK0 GND7 I2S_LRCK_TX(NC) I2S_SDO0(NC) I2S_SDO1(NC) I2S_SDO2(NC) I2S_SDO3(NC) I2S_SDI0/PDM_SDI0(NC) I2S_SDO1/PDM_SDI1 I2S_SDI2/PDM_SDI2 I2S_SDO3/PDM_SDI3 GND8 PA_EN/GPIO_B_d(NC) I2C_SDA I2C_CLK Copyright 2022 @ Rockchip Electronics Co., Ltd...
  • Page 41: Precautions

    RK3588S EVB User Guide Precautions 4 Precautions RK3588S EVB is suitable for laboratory or engineering environment, please read the following precautions before operation:  Under no circumstances can the screen interface and expansion board be hot-swapped.  Before unpacking and installing the development board, take necessary anti-static measures to avoid electrostatic discharge (ESD) damage to the development board hardware.

Table of Contents

Save PDF