Difference between revisions of "1. Using AndroidToool."

From ESS-WIKI
Jump to: navigation, search
 
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Download AndroidTool_v2.65.rar and DriverAssitant_v4.5.rar
+
 
 +
New released images already included AndroidTool(or RKDevTool_Release)、USB Driver(DriverAssitant_vxxx.zip)and SDDisk Tool( SDDiskTool_vxxx.zip).
 +
 
 +
If you get older images, please Download AndroidTool_vxxx.rar and SDDiskTool_vxxx.zip first.
 +
 
 +
RK3399 Android 7.1:
  
 
[https://github.com/ADVANTECH-Rockchip/rk3399_tools/tree/android_7.1.2_ks https://github.com/ADVANTECH-Rockchip/rk3399_tools/tree/android_7.1.2_ks]
 
[https://github.com/ADVANTECH-Rockchip/rk3399_tools/tree/android_7.1.2_ks https://github.com/ADVANTECH-Rockchip/rk3399_tools/tree/android_7.1.2_ks]
  
'''Step1''' Connect with the OTG port and PC.
+
RK3399 Android 10.0
 +
 
 +
[https://github.com/ADVANTECH-Rockchip/rk3399_tools/tree/rk3399-androidQ10 https://github.com/ADVANTECH-Rockchip/rk3399_tools/tree/rk3399-androidQ10]
 +
 
 +
RK3399 Debian 9.x :
 +
 
 +
[https://github.com/ADVANTECH-Rockchip/linux_tools/tree/rk3399_linux_v231_risc https://github.com/ADVANTECH-Rockchip/linux_tools/tree/rk3399_linux_v231_risc]
 +
 
 +
RK3399 Debian 10.x :
 +
 
 +
[https://github.com/ADVANTECH-Rockchip/linux_tools/tree/rk3399_linux_v251_risc https://github.com/ADVANTECH-Rockchip/linux_tools/tree/rk3399_linux_v251_risc]
 +
 
 +
'''Step1''' '''請先準備一條 mirco USB 線材 和 Debug Cable '''
 +
 
 +
''' mirco USB''' 
 +
 
 +
 
 +
 
 +
[[File:RSB-3710 mirco usb 2021-11-02 143011.jpg|RTENOTITLE]]
 +
 
 +
'''Debug Cable '''
 +
 
 +
[[File:RSB-3710 debug cable 2021-11-02 144650.jpg|RTENOTITLE]]
  
 
'''Step2 '''Double click DriverInstall.
 
'''Step2 '''Double click DriverInstall.
  
[[File:DriverAssitant.jpg|700px|DriverAssitant.jpg]]
+
[[File:DriverAssitant.jpg|RTENOTITLE]]
  
 
'''Step3''' Enter into MASKROM mode .
 
'''Step3''' Enter into MASKROM mode .
Line 19: Line 46:
 
'''2. Software way to enter MASKROM'''
 
'''2. Software way to enter MASKROM'''
  
When the device boot up to android, you can use ADB or Debug console, send command "reboot loader" .
+
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 : 
 
Or Press "ctrl + c" key when booting into uboot, until get the following information on debug console : 
 +
 +
'''Android 7.1:'''
 
<pre>Hit any key to stop autoboot: 0
 
<pre>Hit any key to stop autoboot: 0
rkboot # <INTERRUPT>
+
rkboot # &lt;INTERRUPT&gt;
 
rkboot # loader</pre>
 
rkboot # loader</pre>
  
So the way need the device could boot up to android OS.
+
'''Debian 9.x:'''
 +
<pre>Hit any key to stop autoboot: 0
 +
rkboot # &lt;INTERRUPT&gt;
 +
rkboot # rbrom</pre>
 +
 
 +
&nbsp;
  
[[File:242.jpg|700px|242.jpg]]
+
[[File:242.jpg|RTENOTITLE]]
  
 
Click "Advantech Function" , then "Enter MASHROM" button to enter MASHROM mode .
 
Click "Advantech Function" , then "Enter MASHROM" button to enter MASHROM mode .
  
 
[[File:RK3288 upgrade Loader MASHROM.png|RTENOTITLE]]
 
[[File:RK3288 upgrade Loader MASHROM.png|RTENOTITLE]]
 +
 +
&nbsp;
  
 
'''Step4''' Select the image path.
 
'''Step4''' Select the image path.
  
[[File:2422.jpg|700px|2422.jpg]]
+
[[File:2422.jpg|RTENOTITLE]]
  
 
'''Step5''' Finish the update
 
'''Step5''' Finish the update
  
[[File:24222.jpg|700px|24222.jpg]]
+
[[File:24222.jpg|RTENOTITLE]]

Latest revision as of 04:24, 28 April 2024

New released images already included AndroidTool(or RKDevTool_Release)、USB Driver(DriverAssitant_vxxx.zip)and SDDisk Tool( SDDiskTool_vxxx.zip).

If you get older images, please Download AndroidTool_vxxx.rar and SDDiskTool_vxxx.zip first.

RK3399 Android 7.1:

https://github.com/ADVANTECH-Rockchip/rk3399_tools/tree/android_7.1.2_ks

RK3399 Android 10.0

https://github.com/ADVANTECH-Rockchip/rk3399_tools/tree/rk3399-androidQ10

RK3399 Debian 9.x :

https://github.com/ADVANTECH-Rockchip/linux_tools/tree/rk3399_linux_v231_risc

RK3399 Debian 10.x :

https://github.com/ADVANTECH-Rockchip/linux_tools/tree/rk3399_linux_v251_risc

Step1 請先準備一條 mirco USB 線材 和 Debug Cable 

 mirco USB 

 

RTENOTITLE

Debug Cable 

RTENOTITLE

Step2 Double click DriverInstall.

RTENOTITLE

Step3 Enter into MASKROM mode .

There are two ways to enter MASKROM .

1. Hardware way to enter MASKROM

TBD

2. 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 7.1:

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

Debian 9.x:

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

 

RTENOTITLE

Click "Advantech Function" , then "Enter MASHROM" button to enter MASHROM mode .

RTENOTITLE

 

Step4 Select the image path.

RTENOTITLE

Step5 Finish the update

RTENOTITLE