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

Rock/U-Boot

< Rock
Revision as of 06:09, 1 September 2014 by Hipboi (Talk | contribs)

U-Boot

The source code of U-Boot for Rockchip is available, but more work needs to be done to make it usable for Radxa Rock.

Features

  • both common fastboot USB protocol and Rockchip proprietary USB protocol are supported (Rockchip USB tools will work)
  • format of partitions (images) are compatible to Rockchip proprietary bootloader (rkcrc, mkbootimg will work)
  • (need more investigation...)

Build

git clone https://github.com/radxa/u-boot-rockchip.git
cd u-boot-rockchip

Check out the configuration files and edit them to suit your needs:

include/configs/rk30xx.h
board/rockchip/common/armlinux/config.h
board/rockchip/common/platform/rk30/paltConfig.h

Build the bootloader:

make rk30xx

RK3188Loader_uboot.bin will be created. DON'T FLASH IT.

Unbrick

read Unbrick Rock

Other U-Boot based products

External links