How to Flash Rockchip RK3066 / RK3188 Firmware in Linux

Rockchip provides 2 tools to update the flash:

  • RkBatchTool – Used to upgrade firmware with a single file
  • RkAndroidTool – Used to flash the NAND flash with image corresponding to particular partition, e.g. system.img. kernel.img, boot.img. recovery.img. etc…

One problem is that the company only provides these tools for Windows, so if you’re using a Linux based operating systems, you’d have to run a Windows XP or 7 virtual machine in VirtualBox or VMWare, which is an inconvenience, and requires a license in theory. To work around this issue, I’ve tried to use ReactOS, an open source operating systems compatible with Windows XP, but although the USB drivers appeared to install properly, RKAndroidTool failed to recognized my device (MK908). But a member of Mini PCs community informed me about a tool called RkFlashKit, written in Python and using GTK, that can flash firmware to Rockchip RK3066 and RK3188 devices in Linux, so I’ve given it a try.

Installing RkFlashKit

In order to install RkFlashKit in Debian or Ubuntu, you need to get the source code, build it, and install the package:


In Ubuntu, you can just go to the dash to find rkflashkit, and run it (You’ll need to be sudo).

Flashing firmware with RkFlashKit

The tool is similar to RkAndroidTool as it can burn partition images to specific partitions. You’ll need to enter recovery mode just like you would do in Windows, by pressing the recovery button, before powering the device via the USB port, and connect the USB cable to your PC. RkFlashKit should automatically find your device, so you just have to select the correct NAND partition, select the image file to flash, and click on Flash image.

RkFlashKit Flashing System.img to MK908 NAND Flash
RkFlashKit Flashing System.img to MK908 NAND Flash

This is very easy to use thanks to the user interface. However, it currently lacks support for the parameter file, as well as Rockchip Loader, which means it will not work if those two files are changes, and you may brick your device if the partition table has changed for example. It’s normally possible to recover with RKAndroidTool if your device is bricked, so you may still want to have a Windows device or Virtual Machine ready in case something does wrong.

Flash RKBatchTool Firmware File with RkFlashKit

Another problem is that firmware updates are often distributed using RKBatchTool file format, which can not be directly handled by RkFlashKit. Luckily, there are some other tools available to extract the partitions file from such firmware. I used one of the latest MK908 firmware (update_mk908_106j2107_04.img) to try it out.

You’ll first need to build rk-tools:

Then use img_unpack tools to unpack the firmware to another format:


Finally, run afptool to extract the files from the resulting file into “firmware” directory:


Now that we’ve got our partition files, simply use RkFlashKit as mentioned above.

Unbrick Your Rockchip Device with RKAndroidTool

Since the steps above may fail, I’ll just quickly mention a method that should unbrick the device in Windows with RKAndroidTool.

  1. Download RKAndroidTool, and extract the file. Installing 7-Zip may be required to uncompress the file.
  2. Installed the USB drivers for Windows
  3. Run RKAndroidTool.exe in RkAndroidToolv1.37 directory
  4. Connect you device USB OTG port to your PC USB port, and enter recovery mode.
  5. Load all the available files, and make sure they are ticked on the left
  6. Click on “Erase IDB”, then “Run” to complete the recovery

RKAndroidTool_v1.37

Share this:

Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress

ROCK Pi 4C Plus
Subscribe
Notify of
guest
The comment form collects your name, email and content to allow us keep track of the comments placed on the website. Please read and accept our website Terms and Privacy Policy to post a comment.
12 Comments
oldest
newest
Neil
Neil
10 years ago

Hello Sir,

I think you have a typo. The third line under “Installing RkFlashKit” is actually:

./waf debian

Thank you so much for all your great posts, I’ve learned a lot from here.

Nathan
Nathan
8 years ago

The link “https://github.com/rk3066/rk-tools.git” isn’t working!

Nathan
Nathan
8 years ago
mohamebaftab
mohamebaftab
6 years ago

Mara tablat ka 0902 vs 0711 ka masen khrab ho gy ha ples ap pats baje

Andy
Andy
4 years ago

Hi. Am I understood correctly that I can install Ubuntu on a tablet that runs on the RockChip RK3066 processor?

Andy
Andy
4 years ago

Thanks for the answer

rockchip123
rockchip123
2 years ago

Hi,

thanks for this article. In your article there is a link to Google+ page but I think Google+ is down. Is it possible to somehow get the information from that post? I’d like to know how you managed to install the drivers in ReactOS and what else worked there. Thanks.

Khadas VIM4 SBC