Difference between revisions of "Main Page"

From Rockchip open source Document
Jump to: navigation, search
(32 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
 
  
 
= '''Source code''' =
 
= '''Source code''' =
Line 12: Line 10:
 
*[https://www.kernel.org/ Linux kernel]  
 
*[https://www.kernel.org/ Linux kernel]  
 
*[http://www.denx.de/wiki/U-Boot/WebHome U-Boot]  
 
*[http://www.denx.de/wiki/U-Boot/WebHome U-Boot]  
*[https://github.com/ARM-software/arm-trusted-firmware ARM Truseted Firmware]  
+
*[https://github.com/ARM-software/arm-trusted-firmware ARM Trusted Firmware]  
  
 
If you are using a Chrombook with Rockchip SoC, you can use:
 
If you are using a Chrombook with Rockchip SoC, you can use:
Line 25: Line 23:
 
Here are the documents for SoCs, you can find Hardware device/board information on [[Devices|DEVICE PAGE]].
 
Here are the documents for SoCs, you can find Hardware device/board information on [[Devices|DEVICE PAGE]].
  
{| border="1" cellpadding="0" cellspacing="0"
+
{| border="1" cellpadding="0" cellspacing="0" class="table_style"
 
|-
 
|-
| style="width:92px;" | <p style="text-align: center;">SoC</p>  
+
! style="width:92px;" | <p style="text-align: center;">SoC</p>  
| style="width:286px;" | <p style="text-align: center;">Description</p>  
+
! style="width:286px;" | <p style="text-align: center;">Description</p>  
| style="width:189px;" | <p style="text-align: center;">Download</p>  
+
! style="width:189px;" | <p style="text-align: center;">Download</p>  
 
|-
 
|-
 
| style="width:92px;" | <p style="text-align: center;">[[RK3288|RK3288]]</p>  
 
| style="width:92px;" | <p style="text-align: center;">[[RK3288|RK3288]]</p>  
Line 36: Line 34:
  
 
| style="width:189px;" |  
 
| style="width:189px;" |  
TRM, [[Media:Rockchip_RK3288_Datasheet_V2.2-20170301.pdf|Datasheet]],Schematic&Layout Guide
+
[[Media:Rockchip_RK3288_TRM_V1.2_Part1-20170321.pdf|TRM]], [[Media:Rockchip_RK3288_Datasheet_V2.2-20170301.pdf|Datasheet]],&nbsp;
 +
 
 +
[[Media:Rk3288_hardware_reference.zip|Schematic&Layout Guide]]
  
 
|-
 
|-
Line 44: Line 44:
  
 
| style="width:189px;" |  
 
| style="width:189px;" |  
TRM, [[Datasheet|Datasheet]],Schematic&Layout Guide
+
[[Media:Rockchip_RK3328TRM_V1.1-Part1-20170321.pdf|TRM]], [[Media:Rockchip_RK3328_Datasheet_V1.1-20170309.pdf|Datasheet]],&nbsp;
 +
 
 +
[[Media:Rk3328_hardware_reference.zip|Schematic&Layout Guide]]
  
 
|-
 
|-
Line 52: Line 54:
  
 
| style="width:189px;" |  
 
| style="width:189px;" |  
TRM, [[Media:Rockchip_RK3399_Datasheet_V1.6-20170301.pdf|Datasheet]],Schematic&Layout Guide
+
[[Media:Rockchip_RK3399TRM_V1.4_Part1-20170408.pdf|TRM]], [[Media:Rockchip_RK3399_Datasheet_V1.6-20170301.pdf|Datasheet]],&nbsp;
 +
 
 +
[[Media:Rk3399_hardware_reference.zip|Schematic&Layout Guide]]
  
 
|}
 
|}
Line 59: Line 63:
  
 
&nbsp;
 
&nbsp;
 
&nbsp;
 
 
  
 
= '''Software development&nbsp;''' =
 
= '''Software development&nbsp;''' =
  
*'''&nbsp;Porting guide for Linux based OS/Distribution'''
+
'''&nbsp; &nbsp; &nbsp; &nbsp;Software Status[[Status_Matrix|Matrix]]'''
 
 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[[Linux_user_guide|Linux_user_guide]]
 
 
 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[[Debian|Debian]]
 
 
 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[[Yocto|Yocto]]
 
 
 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[[Buildroot|Buildroot]]
 
 
 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[[Districbution|Other districbution]]
 
 
 
*'''&nbsp;BSP module user guide'''
 
 
 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [[U-Boot|U-Boot]]&nbsp;
 
 
 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [[Rockchip_Kernel|Rockchip Kernel]]&nbsp;
 
 
 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [[Upstream_Kernel|Upstream Kernel]]
 
 
 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [[Atf|ARM Trusted&nbsp;Firmware]]
 
 
 
*'''&nbsp; Graphics and Multimedia&nbsp;user guide'''
 
 
 
'''&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;'''[[Graphics|Graphics and display]]
 
 
 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[[Multimedia]]
 
  
 +
*'''Porting guide for Linux based OS/Distribution'''
 +
**[[Linux_user_guide|Linux_user_guide]]
 +
**[[Debian|Debian]]
 +
**[[Yocto|Yocto]]
 +
**[[Buildroot|Buildroot]]
 +
**[[Distribution|Other distribution]] 
 +
*'''BSP module user guide'''
 +
**[[U-Boot|U-Boot]]&nbsp;
 +
**[[Rockchip_Kernel|Rockchip Kernel]]
 +
**[[Upstream_Kernel|Upstream Kernel]]
 +
**[[Atf|ARM Trusted&nbsp;Firmware]] 
 +
*'''Graphics and Multimedia&nbsp;user guide'''
 +
**[[Graphics|Graphics and display]]
 +
**[[Mpp|Multimedia--Video Codec]]
 +
**[[Camera|Multimedia--Camera]] 
 
*'''Tool and Firmware Upgrade'''  
 
*'''Tool and Firmware Upgrade'''  
 
+
**[[Rockusb|Rockusb]]  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [[Rockusb|Rockusb]]
+
**[[Rkdeveloptool|Rkdeveloptool]]
 
+
**[[Boot_option|Boot_option]]  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [[Rkdevelptool|Rkdevelptool]]
 
  
 
'''<span style="font-size:xx-large;">Feedback</span>'''
 
'''<span style="font-size:xx-large;">Feedback</span>'''
  
If you have any questions, please feel free to contact us, your feedback is the motivation for us to improve this Document website.
+
Any question about software module on github, please ask&nbsp;at issue page of github project.
 
 
Rockchip Hotline:&nbsp;400-7700-590
 
  
Abroad, please call:&nbsp;0086-591-83991906&nbsp;Ext:&nbsp;8198
+
If you have any other questions, please feel free to contact us, your feedback is the motivation for us to improve this Document website,
  
Service mailbox:service@rock-chips.com
+
Email-to: opensource@rock-chips.com

Revision as of 06:34, 8 August 2017

Source code

Rockchip provide open source software on Github including fully support for Linux Based OS:

You can also find software for Rockchip SoCs from Upstream:

If you are using a Chrombook with Rockchip SoC, you can use:

 

Hardware Document

Here are the documents for SoCs, you can find Hardware device/board information on DEVICE PAGE.

SoC

Description

Download

RK3288

Quad-core Cortex-A17 CPU, MALI-T764 GPU

TRM, Datasheet

Schematic&Layout Guide

RK3328

Quad-core Cortex-A53 CPU,MALI-450MP2 GPU

TRM, Datasheet

Schematic&Layout Guide

RK3399

Dual-core Cortex-A72, Quad-core Cortex-A53 CPU, MALI-T864 GPU

TRM, Datasheet

Schematic&Layout Guide

 

 

Software development 

       Software StatusMatrix

Feedback

Any question about software module on github, please ask at issue page of github project.

If you have any other questions, please feel free to contact us, your feedback is the motivation for us to improve this Document website,

Email-to: opensource@rock-chips.com