Difference between revisions of "ROM-6881 Usering RKTool."

From ESS-WIKI
Jump to: navigation, search
(Created page with " === '''Step 1 List''' === a)准备一根Mirco USB和Debug Cable 300x300px300x300px b)&nbs...")
 
Line 11: Line 11:
  
 
[[File:ROM-6881 for SOM-DB2510.png|800x500px]]
 
[[File:ROM-6881 for SOM-DB2510.png|800x500px]]
 +
  
 
=== '''Step 3 电脑鼠标双击瑞芯微开发工具V2.96应用程序''' ===
 
=== '''Step 3 电脑鼠标双击瑞芯微开发工具V2.96应用程序''' ===
 +
 +
[[File:ROM-6881 RKDevTool.v2.96.png|800x600px]]
 +
 +
=== '''Step 4 Enter into MASKROM mode ''' ===
 +
 +
'''a)Hardwart way to enter MASKROM.'''
 +
 +
底板SOM-DB2510 的SW4,拨号为:5->ON,其他为OFF,进入MaskROM后,将拨码5->OFF.
 +
 +
'''b) Software way to enter MASKROM.'''
 +
 +
When the device boot up to android or debian, you can use ADB or Debug console, send command "reboot loader" .
 +
 +
Or Press "ctrl + c" key when booting into uboot, until get the following information on debug console : 
 +
 +
'''Android :'''
 +
<pre>Hit any key to stop autoboot: 0
 +
rkboot # <INTERRUPT>
 +
rkboot # loader</pre>
 +
 +
'''Debian :'''
 +
<pre>Hit any key to stop autoboot: 0
 +
rkboot # <INTERRUPT>
 +
rkboot # rbrom</pre>
 +
 +
=== '''Step 5&nbsp;当核心板进入MASKROM模式后,再点击“执行”开始进行烧录''' ===

Revision as of 04:55, 29 November 2023

Step 1 List

a)准备一根Mirco USB和Debug Cable

RSB-3710 mirco usb 2021-11-02 143011.jpgDebug cable.png

b) 一个12V,3A的电源,给底板SOM-DB2510供电使能

Setp 2 架设环境如下:

ROM-6881 for SOM-DB2510.png


Step 3 电脑鼠标双击瑞芯微开发工具V2.96应用程序

ROM-6881 RKDevTool.v2.96.png

Step 4 Enter into MASKROM mode 

a)Hardwart way to enter MASKROM.

底板SOM-DB2510 的SW4,拨号为:5->ON,其他为OFF,进入MaskROM后,将拨码5->OFF.

b) Software way to enter MASKROM.

When the device boot up to android or debian, you can use ADB or Debug console, send command "reboot loader" .

Or Press "ctrl + c" key when booting into uboot, until get the following information on debug console : 

Android :

Hit any key to stop autoboot: 0
rkboot # <INTERRUPT>
rkboot # loader

Debian :

Hit any key to stop autoboot: 0
rkboot # <INTERRUPT>
rkboot # rbrom

Step 5 当核心板进入MASKROM模式后,再点击“执行”开始进行烧录