Hi All,
Embinux team has released beta build of Android donut. This build supports
OMAP3 based BeagleBoard and EVM.
The release notes and porting guide are available from
http://labs.embinux.org/index.php/Android_Porting_Guide_to_Beagle_Board
The build can be downloaded from
http://labs.embinux.org/git/
Steps for downloading :
omap3donut build
1. repo init -u
git://labs.embinux.org/omap3donut/repo/android/platform/omap3donutmanifest.git/
2. repo sync
kernel
1. git clone git://labs.embinux.org/repo/kernel.git
2. git checkout -b android-2.6.29 origin/android-2.6.29
- Embinux Team