Skip to main content

2 posts tagged with "Sige5"

View All Tags

· 3 min read
ArmSoM

Let's first introduce the detailed specifications of Rockchip RK3576 Datasheet

RK3576 Brief datasheet

A low power, high performance AloT processor

FeaturesRK3576
CPU
  • Quad Cortex-A72 and quad Cortex-A53
  • 1M8 unifed L2 cache for Cortex-A72
  • 512KB unified L2 cache for Cortex-A53
  • ARM cortex MO for user application
  • GPU
  • ARM Mali G52 MC3
  • OpenGL Es 1.1, 2.0 and 3.2, 0pencL 2.1, Wulkan 1.2
  • NPU
  • 6 TOPS*@INT8
  • Support int4/int8/int16/FP16/BF16/TF32
  • Support deep learning frameworks: TensorFlow, Caffe,Tfite, Pytorch, Onnx NN, Android NN, etc
  • Memory
  • 32-bit LPDDR4/LPDDR4X/LPDDR5
  • eMMC 5.1, SDIO 3.0 and SFC
  • UFS v2.0
  • Multimedia
  • H.265 HEVC Main10 L5.1 yuv444: 4K 120fps
  • H.264 AVC High10 L5.1 yuv422: 4K 60fps
  • H.264 MVC up to 1080P 60fps
  • VP9 Profile0/2 L5.1: 4K 120fps
  • AVS2 Profile0/2 L10.2.6: 4K 120fps
  • AV1 Main10 L5.3: 4K 120fps
  • 4K@60fps video encoders for H.264/H.265
  • Video Input
  • 16M Pixel ISP with HDR & 3DNR
  • Triple MIPI CSI-2 with 4-lane interfaces
  • 16-bit DVP interface, up to 150MHz
  • Display
  • Multiple display up to (4K@120 + 2.5K@60 + 2K@60)
  • HDMI v2.1/ eDP v1.3 Combo interface
  • MIPI DSI, 4 lanes
  • DP v1.4 and USB 3.0 combo (Type-C) interface
  • Parallel output interface
  • EBC output interface
  • Picture Quality post-process module
  • Audio Interface
  • 5x SAI interfaces, support I2S/thM/PCM mode
  • SPDIF TX and SPDIF RX
  • PDMO/PDM1 with 8 channels
  • Dual 2-ch and dual 4-ch ASRC
  • Digital Audio Codec with 2 channels
  • High Speed Interface
  • PCIe2.1/SATA3 combo interface with one data lane
  • PCIe2.1/SATA3/USB3.0 combo interface with one data lane
  • 2x RGMII interfaces
  • Industry
  • 2x CAN FD
  • 16-bit DSMC (Double Data Rate Serial Memory Controller)
  • Security
  • ARM TrustZone security extension
  • Secure boot and JTAG
  • Key ladder
  • Crypto (RSA 4096, AES 256, SHA-512...)
  • HDCP 2.x for HDMI and DP/eDP
  • SDK
  • Linux and Android
  • Others
  • Package Information: FCCSP698L(16.1x17.2mm, pitch: 0.6mm)
  • RK3576 Block Diagram

    rk3576 block diagram

    RK3576 Typical Application Diagram-AloT

    rk3576 typical

    RK3576 SBC Introduction

    ArmSoM-Sige5 RK3576 SBC

    ArmSoM-Sige5 adopts the second-generation 8nm high-performance AIOT platform Rockchip RK3576, with a 6 TOPS computing power NPU and support for up to 16GB of large memory. It supports 4K video encoding and decoding, offers rich interfaces including dual gigabit Ethernet ports, WiFi 6 & BT5, and various video outputs. Compatible with multiple operating systems, it is suitable for ARM-based PCs, edge computing devices, personal mobile internet devices, and other digital multimedia applications.

    rk3576 sige5

    More details:https://docs.armsom.org/armsom-sige5

    ArmSoM-CM5 RK3576 Compute Module

    The ArmSoM-CM5 is a Compute module powered by the Rockchip RK3576 second-generation 8nm high-performance AIOT platform. It integrates a quad-core Cortex-A72 @ 2.2GHz and a quad-core Cortex-A53 @ 1.8GHz, along with a dedicated NEON co-processor, a 6 TOPS NPU, and supports up to 16GB of large memory. It supports 4K video encoding and decoding, features a rich set of interfaces, and supports various operating systems.

    rk3576 CM5

    More details:https://docs.armsom.org/armsom-cm5

    RK3576 Linux mainline support

    · 3 min read
    ArmSoM
    Z-Keven

    ArmSoM-Sige5's RK3576 SoC Mainline Kernel Support Progress

    We are excited to announce that the mainline kernel support for the ArmSoM-Sige5 development board, based on the RK3576 SoC, is steadily progressing with the efforts of Collabora. The RK3576 SoC is part of the Rockchip family and shares similarities with the widely popular RK3588, with many hardware blocks being reused, which facilitates the process of adding support in the mainline kernel.

    ArmSoM-Sige5

    Overview of RK3576 Mainline Kernel Support

    Significant progress has been made in advancing the mainline kernel support for the RK3576 SoC. Below is the current status of support for various hardware modules:

    1. Power Management and Clock Control

    • PMIC (rk806): Support has been merged into Linux 6.12-rc1.
    • Clock and Reset Control (CRU): Mainline support has been merged, including an updated device tree binding.
    • Power Domain (pmdomain): Several patches, including basic support, have been merged.

    2. Storage and Peripheral Interfaces

    • eMMC: Supported in Linux 6.12-rc1.
    • SD Card and SDIO: Both are now supported in the mainline kernel.
    • SATA and UFS: UFS patches have been submitted, and SATA support was initially implemented in Linux 6.1-rc1.

    3. Networking and Communication

    • Ethernet: Support was added in Linux 6.12-rc1.
    • WLAN and Bluetooth (rtl8852bs): Full mainline kernel support is not yet available, but existing drivers may be adapted.

    4. Display and Multimedia

    • Display Controller (VOP): Patches have been sent, with support for HDMI and DisplayPort implementation.
    • GPU (Mali G-52 MC3): Supported in Linux 6.12-rc1.
    • Media Encoding and Decoding: Still under development, with no clear mainline support plan yet.

    5. Other Peripheral Support

    • UART and SPI: These peripherals have their drivers merged into the mainline kernel.
    • I2C and GPIO: Updated device tree bindings have been merged, and related patches for GPIO and Pinmux have been submitted.

    Summary

    The RK3576 SoC is making good progress in terms of open-source community support, with many critical modules already receiving initial support. However, advanced features like HDMI audio, DSI, and NPU still require further development. The ArmSoM-Sige5 product, as an application of the RK3576 SoC, will benefit from these ongoing improvements, and over time, we can expect more comprehensive mainline kernel support.

    Get Involved

    If you are interested in contributing to the mainline kernel support for the RK3576 SoC, we encourage you to get involved in the community. Whether it's testing existing patches, developing new drivers, or contributing code for device tree bindings, your involvement will be a valuable contribution to the entire community.

    Looking Ahead

    As the mainline kernel support for the RK3576 SoC continues to improve, the development experience on the ArmSoM-Sige5 will become more seamless and reliable. We believe this will further drive the development of embedded applications based on the RK3576, enabling more developers to innovate on this powerful hardware platform.

    For more details or to get involved, please visit the following links:

    Let's work together to push the mainline kernel support for ArmSoM-Sige5 even further!