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

Difference between revisions of "Rock/U-Boot"

(Build)
Line 13: Line 13:
 
== Build ==
 
== Build ==
  
  git clone -b rockchip https://github.com/neo-technologies/rockchip_u-boot.git
+
  git clone https://github.com/radxa/u-boot-rockchip.git
  cd rockchip_u-boot
+
  cd u-boot-rockchip
  
 
Check out the configuration files and edit them to suit your needs:
 
Check out the configuration files and edit them to suit your needs:

Revision as of 06:09, 1 September 2014

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