Difference between revisions of "Rock/U-Boot"
< Rock
(→Build) |
|||
Line 13: | Line 13: | ||
== Build == | == Build == | ||
− | git clone | + | git clone https://github.com/radxa/u-boot-rockchip.git |
− | cd | + | 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