Adeneo Embedded i.MX53 User Manual - Page 9

Browse online or download pdf User Manual for Motherboard Adeneo Embedded i.MX53. Adeneo Embedded i.MX53 20 pages. Quick start board bsp for android gingerbread v4.2

$ cd i.MX53-QSB-Android-Release4.2/scripts
$ ./download_android.sh
The Android sources will be downloaded from the public repositories. This takes a while.
Note: The script has been updated to use the Linaro repositories instead of kernel.org.
● Add i.MX53 platform support:
$ ./patch_android.sh
● Add support for the Quick Start Board:
$ ./apply_qsb_patch.sh
● By default, the Gingerbread build-system now requires a 64-bit machine. The sources
can be patched to build Android on 32-bit machines. Only run this command if this is the
case for you:
$ ./fix_android_32bit.sh
Building Android for the i.MX53 Quick Start Board
The build_android.sh script will build the bootloader, kernel and Android images in a single step.
The syntax to use it is the following:
$ ./build_android.sh --board=[board name] --build-choice=[build type]
[ --lunch-type=[lunch type] --cpus-android=[number of CPUs to build
android] --cpus-kernel=[number of CPUs to build kernel + U-Boot] ]
Parameter
--board=
--build-
choice=
--build
01/29/2012
Role
Specifies which board is to be used.
Mandatory
Specifies what will be built (build
everything, bootloader only, kernel only,
Android only).
Mandatory
Android lunch combo:
Adeneo i.MX53 QSB BSP for Android Gingerbread 4.2
Supported values
imx53_qsb
all, uboot, kernel, android
eng, user
9
20
Page
/