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

Difference between revisions of "Rock/bootloader"

m
Line 4: Line 4:
  
  
Currently all rk3188 based devices including radxa rock uses the same bootloader from Rockchip. Rockchip don't provide the source code of the bootloader. The bootloader's main task is:
+
Currently all RK3188 based devices including the Radxa Rock use the same bootloader from Rockchip. Unfortunately Rockchip do not provide the source code for the bootloader. The bootloaders main task is to:
  
* Load and boot the kernel.img/boot.img or recovery.img from correspoding partition
+
* Load and boot the kernel.img/boot.img or recovery.img from the corresponding partition.
 
* Communicate with the host PC to download the image/firmware for [[rock/flash the image | upgrading]]
 
* Communicate with the host PC to download the image/firmware for [[rock/flash the image | upgrading]]
  
 
==Download==
 
==Download==
The bootloader of radxa rock can be found at this address
+
The bootloader of the Radxa Rock can be downloading from this address:
 
     http://dl.radxa.com/rock/images/loader/
 
     http://dl.radxa.com/rock/images/loader/
  
==Reverse engineering ==
+
==Reverse Engineering ==
The analysis of the bootloader is done by sarg. Ping sarg in #linux-rockchip if you are interested. You can find the details here:
+
The analysis of the bootloader is done by sarg. You can contact sarg on IRC on the channel #linux-rockchip if you are interested. You can find the details here:
 
     https://gist.github.com/sarg/5028505
 
     https://gist.github.com/sarg/5028505
  
[http://blog.csdn.net/faithsws/article/details/17245699 chines information about sarg's work]
+
You can find more information on sargs work [http://blog.csdn.net/faithsws/article/details/17245699 here] although the article is in Chinese.

Revision as of 22:55, 21 January 2014


Currently all RK3188 based devices including the Radxa Rock use the same bootloader from Rockchip. Unfortunately Rockchip do not provide the source code for the bootloader. The bootloaders main task is to:

  • Load and boot the kernel.img/boot.img or recovery.img from the corresponding partition.
  • Communicate with the host PC to download the image/firmware for upgrading

Download

The bootloader of the Radxa Rock can be downloading from this address:

   http://dl.radxa.com/rock/images/loader/

Reverse Engineering

The analysis of the bootloader is done by sarg. You can contact sarg on IRC on the channel #linux-rockchip if you are interested. You can find the details here:

   https://gist.github.com/sarg/5028505

You can find more information on sargs work here although the article is in Chinese.