Please enable javascript, or click here to visit my ecommerce web site powered by Shopify.
Jump to: navigation, search

Difference between revisions of "Rock3"

(Created page with "{{rock3_header}} {{Languages|rock3}} __NOTOC__ <div class="col-md-12 "> <div class="col-md-8 "> = ROCK3= This is the documentation for ROCK3, written by Radxa Team with c...")
 
Line 33: Line 33:
 
</div>
 
</div>
 
</div>
 
</div>
 +
 +
<div class="col-md-12 ">
 +
<div class="col-md-4">
 +
    <div class="panel panel-hearts-white">
 +
        <div class="panel-heading"> <h3 class="panel-title"><i class="fa fa-hand-o-up"></i>  [[rock3/getting_started | Setup/Quick start ]]</h3> </div>
 +
        <div class="panel-body">
 +
* [[rock3/getting_started | Getting started with your ROCK 3]], including what you need and how to get it booted.
 +
* [[rock3/hardware/gpio| GPIO pinout]]
 +
        </div>
 +
    </div>
 +
</div>
 +
 +
<div class="col-md-4 ">
 +
    <div class="panel panel-midnight-white">
 +
        <div class="panel-heading"><h3 class="panel-title"><i class="fa fa-download"></i> [[rockpi4/install | Installation]]</h3></div>
 +
        <div class="panel-body">
 +
Installing an operating system on your ROCK 3, including eMMC module.
 +
 +
* [[rock3/install/eMMC | Install on eMMC module]]
 +
<div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;">
 +
[[rock3/install | > More...]]
 +
<div class="mw-collapsible-content">
 +
 +
</div>
 +
</div>
 +
        </div>
 +
    </div>
 +
</div>
 +
 +
<div class="col-md-4 ">
 +
    <div class="panel panel-mango-white">
 +
        <div class="panel-heading"><h3 class="panel-title"><i class="fa fa-cog"></i> [[rock3/dev | Development]]</h3></div>
 +
        <div class="panel-body">
 +
Information about Linux and Android development, this is mostly for developers.
 +
* [[rock3/dev/usb-install | USB Installation]] - How to use PC tools to install image on ROCK 3
 +
* [[rock3/dev/serial-console | Serial Console]] - Serial console on GPIO header
 +
* [[rock3/dev/Debian | Build Debian]] - Build and generate Debian image
 +
* [[rock3/dev/kernel-4.19 | Build vendor kernel(Rockchip 4.19)]] - Build vendor kernel for ROCK 3
 +
<div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;">
 +
[[rock3/dev | > More...]]
 +
<div class="mw-collapsible-content">
 +
</div>
 +
</div>
 +
        </div>
 +
    </div>
 +
</div>
 +
 +
</div><div class="clearfix"></div>

Revision as of 01:30, 12 August 2021



ROCK3

This is the documentation for ROCK3, written by Radxa Team with community contributions.

ROCK3 is a series of Rockchip RK3568 based SBC(Single Board Computer) by Radxa. It can run android or some Linux distributions.

ROCK3 comes in two models, Model A and Model B, Model A has 2GB, 4GB, 8GB ram options, Model B has 4GB and 8GB options. For detailed difference of Model A and Model B, please check Specifications.

ROCK3 features a quad core Cortex-A55 ARM processor, 32bit 3200Mb/s LPDDR4, up to 4K@60 HDMI, MIPI DSI, MIPI CSI, 3.5mm jack with mic, USB Port, GbE LAN, PCIe 3.0, PCIe 2.0, 40-pin color expansion header, RTC. Also, ROCK3 supports USB PD and QC powering.


More:



ROCK 3A.png

Installing an operating system on your ROCK 3, including eMMC module.

Information about Linux and Android development, this is mostly for developers.