Rockchip Firmware Upgrade Guide for Linux users

Here is Ugoos Rockchip Firmware Guide for Windows Host PC.

Rockchip provides a command line utility named "upgrade_tool" under Linux, which support flashing of both update.img and partition images.

In addition, we have two choices with regard to open source tools:

Both of them only support flashing partition images, not update.img. rkflashtool is a command line tool, and flashkit has a nice and easy to use GUI with command line support lately added.

If you use Upgrade Tool:

There is no need to install device driver. Just connect the device and host PC.

Download Linux_Upgrade_Tool, and install it to host filesystem:


  tar xf Linux_UpgradeTool_v1.2.tar.gz

   cd Linux_UpgradeTool_v1.2

   sudo mv upgrade_tool /usr/local/bin

   sudo chown root:root /usr/local/bin/upgrade_tool


Flash update.img:


   sudo upgrade_tool uf update.img

 

Flash partition images:


sudo upgrade_tool di -b /path/to/boot.img
   sudo upgrade_tool di -k /path/to/kernel.img
   sudo upgrade_tool di -s /path/to/system.img
   sudo upgrade_tool di -r /path/to/recovery.img
   sudo upgrade_tool di -m /path/to/misc.img
   sudo upgrade_tool di resource /path/to/resource.img
   sudo upgrade_tool di -p paramater   # flash parameter
   sudo upgrade_tool ul bootloader.bin # flash bootloader

If errors occur due to flash problem, you can try to low format, or erase the flash:


  upgrade_tool lf   # low format flash
   upgrade_tool ef   # erase flash

Following instruction is for rkflashkit utility.

Install:


sudo apt-get install build-essential fakeroot
   git clone https://github.com/linuxerwang/rkflashkit
   cd rkflashkit
   ./waf debian
   sudo apt-get install python-gtk2
   sudo dpkg -i rkflashkit_0.1.2_all.deb

GUI:


  sudo rkflashkit

Command line:


$ rkflashkit --help
Usage:  [args] [ [args]...]

 
part  List partition
flash @    Flash partition with image file
cmp @  Compare partition with image file
backup @   Backup partition to image file
erase  @   Erase partition
reboot    Reboot device

 
For example, flash device with boot.img and kernel.img, then reboot:

 

  sudo rkflashkit flash @boot  boot.img @kernel.img kernel.img reboot

See the example above, which is really handy to flash multiple images then reboot device in one command, especially good for developers who will compile and flash kernel again and again.


Find us:

Facebook

Twitter

Youtube


Comment(S) (0)

Успешно отправленно

Recomended items

Firmware Update v.1.3.5 for Ugoos AM8 Series
Firmware Update v.1.3.5 for Ugoos AM8 Series

Firmware Update v.1.3.5 for Ugoos AM8 Series models is now a stable release!   Changelog v.1.3.5   1. Added Dolby Vision mode setting 2. Dolby Vision enabled for 8K resolutions and 100-120Hz display modes 3. Impr ...

Firmware Updates for Amlogic S905x4 devices v.1.1.9 & Amlogic S928X-J devices
Firmware Updates for Amlogic S905x4 devices v.1.1.9 & Amlogic S928X-J devices

A bunch of updates for your devices have come! Firmware Update v.1.1.9 for Ugoos AM7 and X4/X4Q Families models is now a stable release! Changelog v.1.1.9 1. Allowed transfer of all file types via Bluetooth 2. Added video picture setti ...

Ugoos AM8 Release
Ugoos AM8 Release

Today we are glad to announce some good news! The first 8K, brand new Ugoos AM8 based on Amlogic S928X-J is ready to rock! This device is a technological next generation for one of the Ugoos bestsellers - Ugoos AM6 series. The heart of the device is Am ...

Firmware Update v.1.1.7 for Ugoos AM7 and X4/X4Q Families
Firmware Update v.1.1.7 for Ugoos AM7 and X4/X4Q Families

Firmware Update v.1.1.7 for Ugoos AM7 and X4/X4Q Families models is now a stable release!   Changelog v.1.1.7 1. Added option to turn off always visible Bluetooth 2. Fixed Bluetooth remote controller connection lost after shutdo ...

Support

For any questions please send us message via

Your message was successfully sent!