TI release of Android JB-4.2.2-DevKit-4.1.1

TI Sitara Cortex-A8 MPU and it's companion boards
Post Reply
esky-sh
Posts: 1435
Joined: Sat Dec 20, 2008 4:21 am

TI release of Android JB-4.2.2-DevKit-4.1.1

Post by esky-sh » Thu Aug 01, 2013 12:17 am

Android JB-4.2.2-DevKit-4.1.1 Download Page
http://downloads.ti.com/sitara_android/ ... x_FDS.html
This release package provides Android Jelly Bean 4.2.2 distribution for TI's Sitara(TM) AM335x ARM Cortex(TM) A8 Processor. Please use TI prebuits images for AM335xEVM.

How to prepare TF card
http://processors.wiki.ti.com/index.php ... .2FSD_Card

How to setup your host envoirnment
http://processors.wiki.ti.com/index.php ... quirements

How to build U-BOOT and kernel

1. Set the environment variable PATH to contain the binaries of the Argao cross-compiler tool-chain.
For example, in bash:
$ export PATH=$HOME/rowboat-android/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin:$PATH
2. Add the location of U-Boot tools directory to the PATH environment variable (required for mkimage utility that is built as part of UBoot build process and is needed to generate uImage when building the kernel)
For example, in bash:
$ export PATH=/media/hdd2/TI-Android-ICS-4.0.3_AM335x_3.0.1/u-boot/tools/:$PATH
3. Building into a separate object directory with the "O=" parameter to make is strongly recommended.
$ make CROSS_COMPILE=arm-eabi- distclean
$ make CROSS_COMPILE=arm-eabi- am335x_evm_config
$ make CROSS_COMPILE=arm-eabi-
4. Change to the base of the Linux kernel source directory.
$ make ARCH=arm CROSS_COMPILE=arm-eabi- distclean
$ make ARCH=arm CROSS_COMPILE=arm-eabi- am335x_evm_android_defconfig
5. Initiate the build.
$ make ARCH=arm CROSS_COMPILE=arm-eabi- uImage

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests