Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to get the Android distribution

387 bytes added, 08:48, 24 February 2011
Build Android Froyo from sources
$ cp <dvsdk package> external/ti-dsp
Current kernel version works but there is an updated kernel in IGEP repositories, so it's recommended use this version, to do this add the linux-omap-2.6 IGEP repository and switch to linux-android-2.6.32.y branch. $ cd kernel $ git remote add igep git://git.igep.es/pub/scm/linux-omap-2.6.git $ git fetch igep $ git checkout igep/linux-android-2.6.32.y -b linux-android-2.6.32.y $ cd .. Now you're ready for build for your target product, do
source build/envsetup.sh
0
edits