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

Difference between revisions of "Rock/flash the image"

(Install driver)
(Linux)
Line 113: Line 113:
  
 
== Linux ==
 
== Linux ==
Rockchip officially doesn't provide the tools of upgrading under Linux. The initial RE work of the Rockchip bootloader updating protocol is by naobsd and improved by some others in '''rkflashtool''', linuxerwang made the GUI version of the rkflashtool called '''rkflashkit'''. Note: both '''rkflashtool''' and '''rkflashkit''' can '''not''' flash the [[rock/update.img]] and can only flash in the [[rock/bootloader]] mode, not [[rock/mask rom]] mode because the [[rock/mask rom]] updating protocol is not RE yet. If you are interested in RE the protocol, ping naobad at #radxa. Since the [[rock/bootloader]] remains unchanged for a long time, it's enough for normal usage.
+
Rockchip provides the tools of upgrading under Linux(closed source) since Android 4.4. The initial RE work of the Rockchip bootloader updating protocol is by naobsd and improved by some others in '''rkflashtool''', linuxerwang made the GUI version of the rkflashtool called '''rkflashkit'''. Note: both '''rkflashtool''' and '''rkflashkit''' can '''not''' flash the [[rock/update.img]] and can only flash in the [[rock/bootloader]] mode, not [[rock/mask rom]] mode because the [[rock/mask rom]] updating protocol is not RE yet. If you are interested in RE the protocol, ping naobad at #radxa. Since the [[rock/bootloader]] remains unchanged for a long time, it's enough for normal usage.
 
=== The GUI way ===
 
=== The GUI way ===
 
You can download the prebuilt rkflashkit [http://dl.radxa.com/rock/tools/linux/rkflashkit_0.1.1_all.deb here] or build it yourself with the following command:
 
You can download the prebuilt rkflashkit [http://dl.radxa.com/rock/tools/linux/rkflashkit_0.1.1_all.deb here] or build it yourself with the following command:

Revision as of 05:21, 4 January 2014

This page describe how to install the image to the nand flash of radxa rock, ie, how to flash the board. You can choose either flashing the whole image(ie, update.img) to the board or just flashing the selected partitions. You can download the prebuilt images from our server or build your own images.

Before started

What you need to flash the board is:

  • a radxa rock board(full version or lite version)
  • a desktop/laptop running Windows(XP 32/64bit, Windows 7 32/64 bit) or Linux(32/64bit)
  • a micro usb cable, one side plugged in to the OTG port of radxa rock, the other side plugged in to the usb port on desktop/laptop


Windows

The Windows tool of flashing the image is provided by rockchip. To flash the update.img, you need to use RKBatchTool, to flash the partitions, you need to use RKDevelopTool. Both RKBatchTool and RKDeveopTool rely on the RK USB driver. You need to install it first as below:

Install driver

There two methods:

1. install manually

2. install by RK_DriverAssitant tools

If you have installed the usb driver, skip this step.

Install manually

Download the file (usb_driver_v3.5.zip) from here Shut down radxa board, Connect the radxa rock board and the pc/laptop, let the board go to recovery mode,then your pc/laptop will detect the board,you will see an Unknown device in the Computer Management

Flash image 1.jpg

Select the UnKnown device , right click and select "Update Driver Software"


Flash image 2.jpg

Select "Browse the computer for driver software"

Flash image 2.5.jpg

Find the file unziped from you just downloaded(usb_driver_v3.5.zip) ,select the right file folder Click "OK" to install

Flash image 3.jpg

When driver is installed successful, you will see a Rockusb Device in the Computer Management window.

Flash image 6.jpg

Now the driver is installed successfully.

Install by RK_DriverAssitant tools

There’s no need to connect your Rockchip device during this procedure. Download and extract RK_DriverAssitant.zip Double click on DriverInstall.exe in RK_DriverAssitant directory to start the utility If you’ve already tried to install Rockchip Usb drivers for Rockchip devices, make sure to click “Uninstall Driver” first

RK Driver Assistant Install Uninstall.jpg

Then click “Install Driver”,when driver finish installing,shut down radxa board, Connect the radxa rock board and the pc/laptop, let the board go to recovery mode,then your pc/laptop will detect the board,and will see

RK Driver Assistant Install Usb driver.png

Now the driver is OK!

Flash Image

There are two methods

1. use RKBatchTool (batch tool, Just flash update.img only. )

2. use RKAndroidTool (develop tool,falsh img by selection)

Using RKBatchTool to flash update.img

Download RKBatchTool from here. Unzip it, double click RKBatchTool.exe, you will see the interface as follow:

Flash image 7.jpg

Select the image(rockdev/update.img ) About how to make the update.img see update.img
Flash image 8.jpg

Power down radxa board, Connect the radxa rock board and the pc/laptop,let the board go to rock/recovery mode ,then the program will detect it
Flash image 9.jpg

Click the "Upgrade" to begin flashing. when flashing finishes successfully ,you will see the follow interface
Flash image 10.jpg


If the flashing is abort ,it may be some error with the update.img ,you can redo the operations above or make the update.img again !

Using RKAndroidTool to falsh image by selection

Down RKAndroidTool from here.Unzip it,double click RKAndroidTool.exe you will see the interface as follow:

Rkandroidtool flash image 1.png

Power down radxa board, Connect the radxa rock board and the pc/laptop,let the board go to rock/recovery mode ,then the program will detect it

Rkandroidtool flash image 2.png

There are eight selections, Select the right row , click the most left checkbox , Click the column right of the path, get the right file you want to flash. you can select one or more file and flash them at one time. at last Click "Run" to flash. the most right selection show the log of the progress

Rkandroidtool flash image 3.png

Rkandroidtool flash image 4.png

If success, the board will disconnect with the tool and boot system !

Note:

1. Kernel is contained in boot.img when you package the image by "./mkimage.sh ota" you can see Rock/Android_Build

2. you can flash one of more image at one time as you need

Linux

Rockchip provides the tools of upgrading under Linux(closed source) since Android 4.4. The initial RE work of the Rockchip bootloader updating protocol is by naobsd and improved by some others in rkflashtool, linuxerwang made the GUI version of the rkflashtool called rkflashkit. Note: both rkflashtool and rkflashkit can not flash the rock/update.img and can only flash in the rock/bootloader mode, not rock/mask rom mode because the rock/mask rom updating protocol is not RE yet. If you are interested in RE the protocol, ping naobad at #radxa. Since the rock/bootloader remains unchanged for a long time, it's enough for normal usage.

The GUI way

You can download the prebuilt rkflashkit here or build it yourself with the following command:

   git clone https://github.com/linuxerwang/rkflashkit 
   cd rkflashkit 
   ./waf debian 

Install it with the following command

   sudo apt-get install python-gtk2 
   sudo dpkg -i rkflashkit_0.1.1_all.deb

Run it with the following command

   sudo rkflashkit

You can see the interface like this:

Rkflashkit1.png

Connect the radxa rock board and the pc/laptop, let the board go to rock/recovery mode, you can see the the program detects the board in recovery mode.

  1. Click the Nand partition, you will see the partitions of the board listed, choose the one you want to flash.
  2. Choose the location of the image you want to flash to that partition.
  3. Click "Flash image" button, it will start flashing
  4. After done, click "Reboot Device" to reboot the board.


Rkflashkit2.png Rkflashkit3.png