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

Rock/Android Build

< Rock
Revision as of 07:45, 4 November 2013 by Hipboi (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Initializing a Build Environment

Get the source code

   git clone -b radxa-dev http://git.linux-rockchip.org/radxa/radxa_rock_android.git
   cd radxa_rock_android

Note: you need access to the private git server, send mail to support@radxa.com for account.

Build the kernel

   export ARCH=arm
   cd kernel
   make rk3188_radxa_rock_defconfig
   make kernel.img #kernel.img is the normal kernel image with rockchip crc
   cd ..

Build android source code

   source build/envsetup.sh
   lunch rk31sdk-eng
   make -j8

Generate the image

   ./mkimage.sh

you will get kernel.img boot.img recovery.img system.img under rockdev/Image