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

Difference between revisions of "RockpiS/Core"

(ROCK Pi S Core)
Line 16: Line 16:
 
* TrustZone technology support
 
* TrustZone technology support
 
* 256MB/512MB RAM option
 
* 256MB/512MB RAM option
* 128M to 1GB storage option
+
* 128M to '''4'''GB storage option
* 802.11 a/b/g/n wifi Bluetooth 2.1/4.2(RTL8723DS)
+
* 802.11 a/b/g/n wifi Bluetooth 2.1/4.2(Realtek RTL8723DS)
 
* support eMMC up to 128GB
 
* support eMMC up to 128GB
 
* support uSD card up to 128GB
 
* support uSD card up to 128GB
Line 28: Line 28:
 
Check the SoM full [[rockpiS/Core/Pinout |120 PINOUT definition]].
 
Check the SoM full [[rockpiS/Core/Pinout |120 PINOUT definition]].
  
=Evaluation Carrier Board1: Shajin=
+
=[[ RockpiS/Core/Shajin | Evaluation Carrier Board1: Shajin]]=
  
[[File:Rock-pi-s-core-shajing-front-view.jpg | 500px]]
+
[[File:Rock-pi-s-core-shajing-front-view.jpg | 500px | link=RockpiS/Core/Shajin]]
 
+
== <span id="get_start_specs"></span> Features ==
+
 
+
{| class="wikitable"
+
! Model
+
! colspan="1" | Shajin
+
|-
+
! Power supply
+
| colspan="2" | DC 12V adapter or <br /> USB Type-C adapter
+
|-
+
! Storage media
+
| colspan="2" | eMMC / SD Nand / TF card
+
|-
+
! Ethernet
+
| colspan="2" | 100M Bit Ethernet
+
|-
+
! Key
+
| colspan="2" | Reset key x1 <br /> Maskrom key x1 <br /> ADC Key x1
+
|-
+
! LORA Module
+
| colspan="2" | optional
+
|-
+
! DBT50Q Module
+
| colspan="2" | optional
+
|-
+
! MIC Array
+
| colspan="2" |
+
|-
+
! RS232
+
| colspan="2" | x1
+
|-
+
! RS485
+
| colspan="2" | x1
+
|-
+
! RTC
+
| colspan="2" | x1
+
|-
+
! Touch Screen
+
| colspan="2" | 5.0inch LCD
+
|-
+
! USB
+
| colspan="2" | USB 2.0 Type-A Host x2 <br /> USB 3.0 Type-C OTG x1
+
|}
+
 
+
== Download ==
+
* Shajin Carrier Board design files (Altium Designer Projects)
+
* Shajin Carrier Board schematic (.pdf)
+
* Shajin Carrier Board 2D files (.dxf)
+
* Shajin Carrier Board Components Reference (.pdf)
+
 
+
== Shajin Hardware Revisions ==
+
=== V1.0 ===
+
The first version of Shajin Carrier Board.
+
 
+
 
+
==Getting Started==
+
 
+
===Essential Things===
+
 
+
* ROCK Pi S Core and Shajin board
+
 
+
* One of the Storage media below:
+
** MicroSD card,  larger than 8GB.
+
** SD Nand
+
** eMMC
+
 
+
* One of the power supply methods
+
** DC 12V Adapter
+
**  PC/Laptop which has USB ports
+
*** Shajin can be powered from the PC/Laptop USB ports directly
+
 
+
* USB Type-C to Type-A cable
+
** For both power and USB communication(adb/fastboot) with HOST PC.
+
 
+
===Get System Image===
+
 
+
[https://dl.radxa.com/rockpis/images/debian/shajin_debian_buster_xfce4_arm64_20200729_0903-gpt.img.gz Shajin Debian Buster]  
+
 
+
===Flash System Image===
+
 
+
There are three kinds of storage media used as system storage. They are TF card, eMMC and SD Nand.
+
 
+
And choose one way to flash system image.
+
* Method of [[rockpiS/install/microSD | installation on MicroSD]].
+
* Method of [[RockpiS/dev/sdnand-install  | installation on SD NAND/eMMC]].
+
 
+
===Access from the Host PC/Laptop===
+
 
+
==== Option 1: ADB ====
+
 
+
Check [[rockpiS/dev/adb | Using adb]].
+
 
+
==== Option 2: Serial Console ====
+
 
+
Shajin Buster system uses ttyS3 as serial console. And the baud rate of serial console is 115200(8N1).
+
 
+
Soc RK3308 Uart3 pins are directly layout to "UART to RS485 IC" or "UART to RS232 IC".
+
 
+
To use serial console, you need to select which way to go, RS485 port or RS232 port.
+
 
+
When using RS485 port, the wire connection is shown as below.
+
 
+
{| class="wikitable"
+
|-
+
! Shajin Board || <---> || USB to RS485 Board
+
|-
+
| RS485_A || <---> || A
+
|-
+
| RS485_B || <---> || B
+
|}
+
 
+
When using RS232 port, the wire connection is shown as below.
+
 
+
{| class="wikitable"
+
|-
+
! Shajin Board || <---> || USB to RS232 Board
+
|-
+
| RS232_RX || <---> || RS232_TX
+
|-
+
| RS232_TX || <---> || RS232_RX
+
|-
+
| GND || <---> || GND
+
|}
+
 
+
As for the serial tool setting, check [[rockpiS/dev/serial-console | Serial Console]].
+
 
+
==== Option 3: SSH ====
+
 
+
===LED===
+
 
+
There is one Power LED on ROCK Pi S Core board. It is always on when the board is given power.
+
  
 
=FAQs=
 
=FAQs=

Revision as of 03:36, 17 September 2020

ROCK Pi S Core SoM

SoM Introduction

ROCK Pi S Core is the SoM based on ROCK Pi S with CPU/RAM/Storage/Wireless in a small stamp footprint at 35mm x 35mm, it supports the following features:

  • Quad-core ARM Cortex-A35 CPU
  • Full implementation of the ARM architecture v8-A instruction set
  • ARM Neon Advanced SIMD (single instruction, multiple data) support for accelerated media and signal processing computation
  • ARMv8 Cryptography Extensions
  • Include VFP v3 hardware to support single and double-precision operations
  • TrustZone technology support
  • 256MB/512MB RAM option
  • 128M to 4GB storage option
  • 802.11 a/b/g/n wifi Bluetooth 2.1/4.2(Realtek RTL8723DS)
  • support eMMC up to 128GB
  • support uSD card up to 128GB
  • 120 PIN available

Rock-pi-s-core-view.jpg


PINOUT

Check the SoM full 120 PINOUT definition.

Evaluation Carrier Board1: Shajin

Rock-pi-s-core-shajing-front-view.jpg

FAQs