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"

m (Fix typos)
(Build)
Line 6: Line 6:
  
 
== Build ==
 
== Build ==
 +
 +
git clone -b rockchip https://github.com/neo-technologies/rockchip_u-boot.git
 +
cd rockchip_u-boot
 +
 +
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
 
  make rk30xx

Revision as of 21:03, 31 March 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.

Build

git clone -b rockchip https://github.com/neo-technologies/rockchip_u-boot.git
cd rockchip_u-boot

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

External links