How to Upgrade Firmware for Rockchip RK3066, RK3188, RK3328, RK3288, RK3399 Devices with the Command Line in Linux

Previously I wrote an article entitled “How to Flash Rockchip RK3066 / RK3188 Firmware in Linux” explaining how to use a graphical tool called RkFlashKit to upgrade firmware on Rockchip devices using a Linux computer. This tool had some limitations, and it would just have a subset of features of RkAndroidTool (Windows), and it was not possible to flash “update.img” type of firmware which are often provided and flashed with RkBatchTool in Windows.

Luckily there’s now a command line tool called upgrade_tool that allows you to flash the “update.img” firmware files directly from Linux. I’ve already shown how to use it with Radxa Rock, but it’s buried with other instructions, so I’ve decided to make a separate post. This has been tested in Ubuntu 14.04 with Radxa Rock (RK3188) and Measy U2C (RK3066).

Ready? Let’s start by downloading and extracting upgrade_tool. You may want to add the installation path to your PATH, or copy it to /usr/local/sbin directory.

Now download the firmware for your device, let’s call it “android-5.0_rk3xxx.img”, and enter recovery more in your device. This is usually done by connecting a USB to micro USB cable between the OTG port of your device and your PC, and press a “recovery” or “reset” button on your device with a sharp object (e.g. toothpick) and turning on the device.

Now complete the firmware upgrade with the two command below:


Done. It’s that easy. Now just restart your device to boot the new firmware.

The full output during the firmware update procedure should look like:


You can also flash individual files (parameter, boot.img, system.img, etc…) with upgrade_tool utility, as well as do some checks with the NAND flash. More details can be found in the PDF file found in the zip file used for installation.

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.
13 Comments
oldest
newest
naobsd
naobsd
9 years ago

real good point of upgrade_tool is, it can do low level things (e.g. loading/flashing bootloader even on mask rom mode) as like as RK tools for Windows.

(btw, update.img can be unpacked very easily, it’s not weak point of other open source tools)

adem
adem
9 years ago

sudo ./upgrade_tool lf
sudo ./upgrade_tool android-5.0_rk3xxx.img

is wrong it should be

sudo ./upgrade_tool lf
sudo ./upgrade_tool UF android-5.0_rk3xxx.img

adem
adem
9 years ago

its cool dude i did it following you post but then i got the error then it said to type ./upgrade_tool -h for a list of commands that’s how i figured it out.

Linuxium
9 years ago

I’d recommend to use ‘ef’ rather than ‘lf’. The ‘lf’ command formats NAND using the existing (loaded) bootloader but if you flash firmware based on a later bootloader (e.g. the Kitkat bootloader which introduces a new metadata partition) then without downloading the later bootloader first and formatting appropriately you will brick your device. So if you use ‘ef’ you will always download the bootloader in your image (as it is included as part of the build process) and then partition before downloading the partition contents. Only if you are confident in what you are doing should you use the ‘lf’… Read more »

zoobab
9 years ago

Any sources for this tool?

RPBCACUEAIIBH
RPBCACUEAIIBH
8 years ago

Thanks man! It worked for me. It revived my old heavily modified tablet! …and it’s simple as well. 🙂

Nathan
Nathan
8 years ago

Whenever I try to run it, I get the following:

pi@thenatpi ~/Linux_Upgrade_Tool_v1.21 $ sudo ./upgrade_tool lf
./Upgrade_tool: 1: ./upgrade_tool: Syntax error: “)” unexpected

Nathan
Nathan
8 years ago
esteban
esteban
8 years ago

Hi, someone knows where I can get an updated stock android image for rk30sdk?
The installed one sucks, this is the specs of my android tv stick: http://specdevice.com/showspec.php?id=1b4f-6f1e-0033-c58700000000&lang=es.
Sorry for my English.

Thanks in advance,

Khadas VIM4 SBC