Difference between revisions of "RK3328"

From Rockchip open source Document
Jump to: navigation, search
Line 1: Line 1:
  
 +
{{Infobox SoC
 +
| image = [[File:rk3288_soc.png|250px]]
 +
| manufacturer = Rockcihp
 +
| process = 28nm
 +
| cpu = Quad-Core ARM Cortex-A17
 +
| ltwo =
 +
| extensions =
 +
| memory = 2-channel DDR3/LPDDR2, 2-channel DDR3L, maximum of 4GB total (2GB per channel)
 +
| gpu = SGX544
 +
| vpu =
 +
| apu =
 +
| video = HDMI 1.4, MIPI DSI, 2-channel LVDS, 2-channel RGB LCD
 +
| audio = I2S, PCM
 +
| network =
 +
| storage = 4x SD Card, eMMC NAND, 2-channel raw NAND
 +
| usb = OTG, 2x Host
 +
| other =
 +
| release_date = December 2012
 +
| website = [http://www.rock-chips.com/a/en/products/RK32_Series/2014/0504/484.html]
 +
}}  
  
 +
 
  
 
+
 
 
 
 
 
 
 
  
 
= Overview =
 
= Overview =
Line 15: Line 33:
 
Quad-core Cortex-A53 is integrated with separate Neon and FPU coprocessor, also with shared L2 Cache. 
 
Quad-core Cortex-A53 is integrated with separate Neon and FPU coprocessor, also with shared L2 Cache. 
  
 +
 
  
 
= RK3328 SoC Features =
 
= RK3328 SoC Features =
Line 38: Line 57:
 
**100M Ethernet w/ built-in PHY  
 
**100M Ethernet w/ built-in PHY  
 
**Built-in CVBS and audio DAC  
 
**Built-in CVBS and audio DAC  
**8 channels I2S IO and 8 chanel digital PDM input (for MIC array)
+
**8 channels I2S IO and 8 chanel digital PDM input (for MIC array)  
  
 
= History =
 
= History =
Line 44: Line 63:
 
 
 
 
  
 +
 
  
 
+
 
  
 
= Documentation =
 
= Documentation =
Line 58: Line 78:
  
 
= Software =
 
= Software =
 
  
 
== Borad configuration ==
 
== Borad configuration ==
Line 135: Line 154:
  
 
=== Building rootfs ===
 
=== Building rootfs ===
 
  
 
==== Debian ====
 
==== Debian ====
Line 162: Line 180:
 
<pre>Telephone: 4007700590    Email: service@rock-chips.com</pre>
 
<pre>Telephone: 4007700590    Email: service@rock-chips.com</pre>
  
 
+
&nbsp;
  
 
= See also =
 
= See also =
Line 173: Line 191:
  
 
= Commuity Support =
 
= Commuity Support =
 
  
 
= References =
 
= References =
  
1.https://en.wikipedia.org/wiki/ARM_Cortex-A53
+
1.[https://en.wikipedia.org/wiki/ARM_Cortex-A53 https://en.wikipedia.org/wiki/ARM_Cortex-A53]
  
 
= Exteneral Links =
 
= Exteneral Links =

Revision as of 01:58, 9 March 2017

{{{title}}}
Rk3288 soc.png
Manufacturer Rockcihp
Process 28nm
CPU Quad-Core ARM Cortex-A17
Memory 2-channel DDR3/LPDDR2, 2-channel DDR3L, maximum of 4GB total (2GB per channel)
GPU SGX544
Connectivity
Video HDMI 1.4, MIPI DSI, 2-channel LVDS, 2-channel RGB LCD
Audio I2S, PCM
Storage 4x SD Card, eMMC NAND, 2-channel raw NAND
USB OTG, 2x Host
Release Date December 2012
Website

[[1] Product Page]

 

 

 

Overview

RK3328 offers a high-integration and power efficiency SOC for 4K HDR OTT/IPTV. It support HDR10 ,HLG HDR , 4K 10bits 30fps H.264 video decoder and 4K 10bits 60fps H265 video decoder.Comply with lots of high-performance interface,such as multi-channel display with HDMI2.0a, TV Encoder, the Quad-core GPU can acheive high-resolution display and game.

Cortex-A53

Quad-core Cortex-A53 is integrated with separate Neon and FPU coprocessor, also with shared L2 Cache. 

 

RK3328 SoC Features

  • CPU:
    • ARM Cortex-A53 Quad-Core 
  • GPU
    •  Mali-450MP4
    • Comply with Open GL ES1.1/2.0
  • Multi-Media:
    • 4K VP9 and 4K 10bits H265/H264 video decode, up to 60fps
    • 1080P other video decoders (VC-1, MPEG-1/2/4, VP8)
    • 1080P video encoder for H.264 and H.265
    • Support HDR10 ,HLG HDR , Support conversion between SDR and HDR
  • Display:
    • HDMI 2.0a for 4K@60Hz with HDCP 1.4/2.2
    • Support conversion between Rec.2020 and Rec.709
  • Memory:
    • LPDDR3/DDR3/DDR3L/DDR4
    • eMMC 4.51,SDCard, SPI Flash
  • External interface
    • USB 2.0 x2 and USB 3.0 x1
    • 100M Ethernet w/ built-in PHY
    • Built-in CVBS and audio DAC
    • 8 channels I2S IO and 8 chanel digital PDM input (for MIC array)

History

 

 

 

Documentation

 

RK_DDR_Support_List_Ver2.24

 

 

Software

Borad configuration

board kernel uboot dts
RK_EVB_RK3228H_BOX_RK805_DDR3 rockchip_linux_defconfig rk3328_linux_defconfig rk3328r-linux.dts

 

 

Chip configuration

chip Kernel eMMC index Kernel SD index Uboot eMMC index Uboot SD index Baud speed
RK3399 1 0 0 1 1500000

How to get the sources

The rockchip linux SDK source tree is located in multi Git repository hosted by Github. The SDK uses repo to sync down source code. Beside the generic community Linux support, we have chip optimized Linux SDK and it's also opensource and can get source from github.

RK3399 optimized Debian & Buildroot

repo init -u https://github.com/rockchip-linux/manifests https://github.com/rockchip-linux/manifests -m rk3399.xml
repo sync

How to build the sources

Build Environment

You need a 64-bit Ubuntu. Note: old versions Ubuntu maybe have compatibility issues.
Use below commands to install Ubuntu packages:
$ sudo apt-get install git gnupg flex bison gperf build-essential \
zip tar curl libc6-dev libncurses5-dev:i386 x11proto-core-dev \
libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386 \
libgl1-mesa-dev g++-multilib mingw32 cmake tofrodos \
python-markdown libxml2-utils xsltproc zlib1g-dev:i386 lzop
$ sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/i386-linux-gn
u/libGL.so

Install ARM cross-compile tool chain and compile kernel relative software package: 

$ sudo apt-get install gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu device-tree-compiler lzop libncurses5-dev libssl1.0.0 libssl-dev

Installing the build tools and download source

Please follow linux user guide to install the build tools and download source.

 

Building kernel

For ARM V8 (RK3399 optimized SDK)

make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- rockchip_linux_defconfig
make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- rk3399-sapphire-excavator-linux.img -j4

Building uboot

For RK3399 optimized SDK (rkproduct uboot)

CROSS_COMPILE=aarch64-linux-gnu- make rk3399_linux_defconfig all

Building rootfs

Debian

You can download the prebuilt image directly.

Baidu PanGoogle Drive

or you could use the rootfs-build-script from Rockchip to build rootfs yourselves.

Yocto

If you want to use Yocto to build your rootfs see yocto-user-guide for detail.

Buildroot

If you want to use Buildroot to build your rootfs see buildroot-user-guide for detail.

 

 

Devices

If you need the rk3399-excavator board, please communicate through the following contact information.

Telephone: 4007700590     Email: service@rock-chips.com

 

See also

RK3288

RK3399

Owners of the SoC on IRC

Commuity Support

References

1.https://en.wikipedia.org/wiki/ARM_Cortex-A53

Exteneral Links