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

Difference between revisions of "Rock3"

(31 intermediate revisions by 4 users not shown)
Line 30: Line 30:
 
</div>
 
</div>
 
<div class="col-md-4 ">
 
<div class="col-md-4 ">
[[File:ROCK 3A.png |440px ]]
+
 
 +
 
 +
 
 +
 
 +
<div class="thumbnail "> [[File:ROCK 3A.png |440px]] </div>
 
</div>
 
</div>
 
</div>
 
</div>
Line 39: Line 43:
 
         <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-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">
 
         <div class="panel-body">
* [[rock3/getting_started | Getting started with your ROCK 3]], including what you need and how to get it booted.
+
* [[rock3/getting_started/rock-3a | Getting started with ROCK 3A]]
* [[rock3/hardware/gpio| GPIO pinout]]
+
* [[rock3/getting_started/rock-3b | Getting started with ROCK 3B]]
 +
* [[rock3/getting_started/radxa-cm3-io | Getting started with Radxa CM3 IO]]
 +
* [[rock3/getting_started/radxa-cm3-raspcm4io | Getting started with Radxa CM3 RASPCM4IO]]
 +
* [[rock3/getting_started/radxa-e23 | Getting started with Radxa E23]]
 +
* [[rock3/getting_started/radxa-e25 | Getting started with Radxa E25]]
 +
* [[rock3/hardware/rock3a-gpio | ROCK 3A GPIO pinout]]
 +
* [[rock3/hardware/rock3b-gpio | ROCK 3B GPIO pinout]]
 +
* [[rock3/hardware/radxa-cm3-io-gpio | Radxa CM3 IO GPIO pinout]]
 +
* [[rock3/hardware/radxa-cm3-raspcm4io-gpio | Radxa CM3 RASPCM4IO GPIO pinout]]
 +
* [[rock3/hardware/radxa-e23-gpio | Radxa E23 GPIO pinout]]
 +
* [[rock3/hardware/radxa-e25-gpio | Radxa E25 GPIO pinout]]
 +
 
 
         </div>
 
         </div>
 
     </div>
 
     </div>
Line 51: Line 66:
 
Installing an operating system on your ROCK 3, including eMMC module.  
 
Installing an operating system on your ROCK 3, including eMMC module.  
  
* [[rock3/install/microSD | Install on MicroSD]]
+
* [[rock3/install/rockchip-flash-tools | Install rockchip flash tools]]
* [[rock3/install/eMMC | Install on eMMC with USB to eMMC Reader]]
+
* [[rock3/install/spi | Install the image to SPI Nor Flash]]
* [[rock3/dev/usb-install | Install to eMMC from USB port]] - How to use PC tools to install image to ROCK 3
+
* [[rock3/install/nvme | Install the image to NVME SSD]]
 +
* [[rock3/install/microSD | Install the image to microSD]]
 +
* [[rock3/install/eMMC | Install the image to eMMC with USB to eMMC Reader]]
 +
* [[rock3/install/usb-install | Install to eMMC from USB port (ROCK 3A)]]
 +
* [[rock3/install/usb-install-rock-3b | Install to eMMC from USB port (ROCK 3B)]]
 +
* [[rock3/installusb-install-radxa-cm3-io | Install to eMMC from USB port (Radxa CM3 IO) ]]
 +
* [[rock3/installusb-install-radxa-cm3-rpi-cm4-io | Install to eMMC from USB port (Radxa CM3 RSAP4IO) ]]
 +
* [[rock3/installusb-install-radxa-e23 | Install to eMMC from USB port (Radxa E23) ]]
 +
* [[rock3/installusb-install-radxa-e25 | Install to eMMC from USB port (Radxa E25) ]]
 
* [[rock3/partitions | Partition table]]
 
* [[rock3/partitions | Partition table]]
 +
* [[rock3/radxa-apt | Update from Radxa Apt]]
 +
 
[[rock3/install | > More...]]
 
[[rock3/install | > More...]]
 
         </div>
 
         </div>
Line 65: Line 90:
 
         <div class="panel-body">
 
         <div class="panel-body">
 
Information about Linux and Android development, this is mostly for developers.
 
Information about Linux and Android development, this is mostly for developers.
* [[rock3/dev/serial-console | Serial Console]] - Serial console on GPIO header
+
* [[rock3/dev/serial-console | Using Serial Console]]
* [[rock3/dev/Debian | Build Debian]] - Build and generate Debian image
+
* [[rock3/dev/Debian | Build Debian from scratch]]
 +
* [[rock3/dev/adb | Using Android Debug Bridge]]
 +
* [[rock3/dev/can | Using CAN bus communication]]
 +
* [[rock3/dev/install-coral-pcie-driver-and edge tpu-runtime-packages | Using Coral Edge TPU]]
 +
* [[rock3/dev/npu-run-test | NPU Run Test]]
 +
* [[rock3/dev/libmraa | Install libmraa]]
 +
* [[rock3/install/spi | SPI]] + [[rock3/install/nvme | NVME SSD]] boot
 
[[rock3/dev | > More...]]
 
[[rock3/dev | > More...]]
 
         </div>
 
         </div>
Line 83: Line 114:
 
* [https://wiki.radxa.com/AI/RKNN RKNN-API] - C API of RKNN
 
* [https://wiki.radxa.com/AI/RKNN RKNN-API] - C API of RKNN
 
* [https://wiki.radxa.com/AI/RKNN-Toolkit RKNN-Toolkit] - Python API of RKNN
 
* [https://wiki.radxa.com/AI/RKNN-Toolkit RKNN-Toolkit] - Python API of RKNN
 +
* [https://github.com/radxa/rknpu2 RKNPU2 SDK] -RK3566/RK3568 RKNPU2 SDK
 
* [https://github.com/rockchip-toybrick/RKNPUTool/tree/master/rknn-api/Android/rk_ssd_demo Android SSD Demo] - Android RKNN SSD Demo
 
* [https://github.com/rockchip-toybrick/RKNPUTool/tree/master/rknn-api/Android/rk_ssd_demo Android SSD Demo] - Android RKNN SSD Demo
 
         </div>
 
         </div>
Line 106: Line 138:
 
         <div class="panel-body">
 
         <div class="panel-body">
 
Fundamental Android usage for beginners and more advanced information for power users.
 
Fundamental Android usage for beginners and more advanced information for power users.
* [[rock3/Android | Building Android ]]
+
* [[rock3/Android11 | Android11 ]]
 
         </div>
 
         </div>
 
     </div>
 
     </div>
Line 119: Line 151:
 
Technical specifications about the ROCK 3 hardware, including WI-FI module, LCD module, etc.
 
Technical specifications about the ROCK 3 hardware, including WI-FI module, LCD module, etc.
  
* [[rock3/hardware/3a | Main board]] - Hardware introduction of ROCK 3 A
+
* [[rock3/hardware/3a | ROCK 3A Main Board]] - Hardware introduction of ROCK 3A
* [[rock3/hardware/gpio | GPIO]] - GPIO pinout&numbers
+
* [[rock3/hardware/3b | ROCK 3B Main Board]] - Hardware introduction of ROCK 3B
 +
* [[rock3/CM3 | Radxa ROCK3 Compute Module]] - Hardware introduction of Radxa CM3
 
* [[rock3/hardware/models | Models and SKU]]
 
* [[rock3/hardware/models | Models and SKU]]
 +
* [[Device-tree-overlays | Device Tree Overlays]]
 
* [[rock3/hardware/display | Display]]
 
* [[rock3/hardware/display | Display]]
 
* [[rock3/hardware/camera/ | Camera module]]
 
* [[rock3/hardware/camera/ | Camera module]]
Line 145: Line 179:
 
         <div class="panel-body">
 
         <div class="panel-body">
 
* Forum: http://forum.radxa.com
 
* Forum: http://forum.radxa.com
 +
* Discord: https://rock.sh/go
 +
* QQ Group: 591048098
 
* [[Rockpi4/contribute | How to contribute to this wiki, refer ROCK Pi 4 contribution page]]
 
* [[Rockpi4/contribute | How to contribute to this wiki, refer ROCK Pi 4 contribution page]]
 
         </div>
 
         </div>

Revision as of 08:02, 17 January 2022



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

Information about NPU acceleration and AI development

Fundamental Linux usage for beginners and more advanced information for power users.

Fundamental Android usage for beginners and more advanced information for power users.

Technical specifications about the ROCK 3 hardware, including WI-FI module, LCD module, etc.

> More...

  • Answers to frequently asked technical questions
  • Answers to sale of ROCK 3