Difference between revisions of "RSB-4810 user guide"

From ESS-WIKI
Jump to: navigation, search
Line 184: Line 184:
 
[[File:RSB-4810 flash mothod1 rbrom.PNG|RTENOTITLE]]
 
[[File:RSB-4810 flash mothod1 rbrom.PNG|RTENOTITLE]]
  
[[File:RSB-4810_flash_mothod1_rbrom_MASKROM.PNG|RTENOTITLE]]
+
[[File:RSB-4810 flash mothod1 rbrom MASKROM.PNG|RTENOTITLE]]
  
 
[[File:RSB-4810 flash mothod1 rbrom MASKROM eng.PNG|RTENOTITLE]]
 
[[File:RSB-4810 flash mothod1 rbrom MASKROM eng.PNG|RTENOTITLE]]
  
3.
+
3. Flash image completely
 +
[[File:RSB-4810_flash_mothod1_rbrom_run_done_cn.PNG|RTENOTITLE]]
  
 +
[[File:RSB-4810_flash_mothod1_rbrom_run_done.PNG|RTENOTITLE]]
 
 
 
 
  

Revision as of 08:02, 26 May 2022

資源特性(Features)

  • Rockchip RK3568 Arm Quad Cortex-A55, up to 2.0GHz
  • Built-in NPU with processing performance of up to 0.8 TOPS
  • Onboard 2/4GB LPDDR4 memory and 16/32GB eMMC
  • Supports 1 x HDMI 2.0 4K, 1 x LVDS/MIPI-DSI, and 1 x eDP
  • Supports 4K H.264/H.265 video decoder
  • Provides 2 x GbE, 1 x SATA 3.0, 6 x UART, 2 x USB 3.0, 2 x USB 2.0, 1 x USB OTG, and 2 x CAN FD
  • Provides a M.2 E Key with PCIE 3.0/USB 2.0/SDIO/UART signal for Wi-Fi 5/6 Modules, and a MINI-PCIE with PCIE 3.0/USB 2.0 signal for LTE/5G Modules
  • Supports Linux and Android OS

 

訂購資訊(Ordering Information)RTENOTITLE

接口布局和尺寸(Layout and Sizes)

接口布局圖 Board Layout 

RTENOTITLE

接口尺寸 Board Dimension 

RTENOTITLE

 

Connector List

Jumper List

RTENOTITLE

接口引脚定義 (Pin definitions)

 Jumper List  
J1 MASKROM mode select
J2 CAN impedance matching
J3 CAN impedance matching
J4 OTG Mode selection, default USB3.0 host
SW1 AT & ATX Mode Switch, default AT mode
BLP1 LVDS BKL PWR 3.3V&5V level select, default 5V
BLP2 LVDS BKL PWR 12V select
VDD1 EDP VDD 3.3V &5V level select, default 3.3V
VDD2 LVDS VDD 3.3V & 5V level select, default 3.3V
J5 COM5,COM6 power 12/5V level select, default 5V

Connector List

RTENOTITLE

AUDIO Audio pin header (Headphone, Mic in, Speaker)
EDP eDP CONN
LVDS LVDS CONN
BL LVDS Back light Control
SATA SATA3.0
MINIPCIE MINI PCIe 52P
SIM Nano SIM card
M2 M.2 E-Key CONN
SD Micro SD slot
PWRBTN Power button and LED
DCIN1 12V DC jack
COM1 RS-232 pin header
COM2 RS-232 DB9
HDMI HDMI CONN
CAN1/2 CAN FD CONN
USB1/2 USB pin header
USB3/4 USB Type A ((2 x USB3.0, the lower Type A connector can be configured
to OTG by jumper setting))
SATAP SATA Power
LAN1 LAN1
LAN2 LAN2
BAT RTC CONN
COM3/4 COM3 and COM4 with RS-232 or RS-485
COM5/6 COM5 and COM6 with RS-232
RST Reset button
CN1 GPIO CONN
I2C1 I2C pin header

 

快速入门 (Quick Start)

系统下载 (OS Download)

Debian :

 

Android &Debian 燒錄方法 (Android Flash eMMC Method) 

Debian

1.Change Tool language In config.ini,please change "Selected" to "2"

  1. 选择工具语言:Selected=1(中文)<--Chinese ;Selected=2(英文)<-- English

[Language] Kinds=2 Selected=2 LangPath=Language\

RTENOTITLE

RTENOTITLE

2. Press "Ctrl+C" , log into "Uboot",then type "rbrom" in Uboot , the device will change to "flash mode"

RTENOTITLE

RTENOTITLE

RTENOTITLE

3. Flash image completely RTENOTITLE

RTENOTITLE  

Linux系统的基本使用(Linux System Basic Operating Method)

User Guide

乙太網路使用方法(Ethernent Testing Method)

Command : ifconfig 

RTENOTITLE

RTENOTITLE

WiFi使用方法(WIFI Testing Method)

RTENOTITLE

RTENOTITLE

4G使用方法(4G Testing Method)

RTENOTITLE

RTENOTITLE

RTENOTITLE

蓝牙使用方法(BlueTooth Operating Method)

RTENOTITLE

音訊使用方法(BlueTooth Operating Method)

RTENOTITLE

RTENOTITLE

CAN 測試( CAN Test method) 

RTENOTITLE

I2C 測試( I2C Test method) 

RTENOTITLE

看門狗測試 (Watch Dog Test method) 

RTENOTITLE

UART測試 (UART Test method) 

RTENOTITLE

 

GPIO測試(GPIO Test method) 

RTENOTITLE

RTENOTITLE

Display測試(Display Test method) 

HDMI:

RTENOTITLE

Mutiple Display:

RTENOTITLE

RTENOTITLE

RTENOTITLE

RTENOTITLE

 

遠程訪問及文件傳輸(Remote Access and File Transimmion)

              查看主板IP位址 ( Chech IP Address ):

RTENOTITLE

RTENOTITLE

RTENOTITLE

ID: root password:123456

RTENOTITLE

 

通用方法(General Method)

===       查看CPU温度(Check CPU Temperature) ===
root@xxxx:/# cat /sys/devices/virtual/thermal/thermal_zone0/temp   40000

    # 或者直接以度爲單位顯示 echo $[$(cat /sys/class/thermal/thermal_zone0/temp)/1000]° >>> 40°

===       查看CPU频率(Check CPU Frequency) ===
cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq 
           >> 1200000
cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq    
           >> 1800000

===       查看内存容量(Check Memory Capacity) ===
root@xxxx:/# busybox free -m

===       查看存储容量(Check Storage Capacity) ===
root@xxxxx:/# busybox df -h

設置RTC (RTC Setting)