Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
archive_0236-system-wlan-ti.tgz | 2010-07-13 | 2.7 MB | |
archive_0236-kernel.tgz | 2010-07-13 | 76.5 MB | |
archive_0236-motorola-external-bthelp.tgz | 2010-07-13 | 7.5 kB | |
archive_0236-motorola-bsp-motobox.tgz | 2010-07-13 | 18.6 kB | |
archive_0236-motorola-bsp-lbl.tgz | 2010-07-13 | 39.0 kB | |
archive_0236-hardware-ti-omap3.tgz | 2010-07-13 | 1.5 MB | |
archive_0236-external-webkit.tgz | 2010-07-13 | 25.6 MB | |
archive_0236-external-bluetooth-bluez.tgz | 2010-07-13 | 677.0 kB | |
README.txt | 2010-07-13 | 1.1 kB | |
Totals: 9 Items | 107.0 MB | 0 |
######Pre-requisties For general Android prerequisites, see http://source.android.com/download 1. Get Google repos (except for repos published at this site) from : http://android.git.kernel.org 2. Under common folder (e.g. /home/foo) copy over the components downloaded in step 1 as well as contents published here. 3. Building Linux Kernel and kernel modules make -f kernel/kernel.mk ENG_BLD=1 4. Building Linux Boot Loader (lbl) make lbl_bin -f motorola/bsp/lbl/Makefile 5. Building user-space copyleft components a. Set env variables (for *generic* product): . build/envsetup.sh choosecombo b. Build make -j2 -k -f build/core/main.mk BOARD_HAVE_BLUETOOTH=true \ TARGET_BOARD_PLATFORM=omap3 HARDWARE_OMX=true \ BOARD_WLAN_TI_STA_DK_ROOT=system/wlan/ti/wilink_6_1 BOARD_WPA_SUPPLICANT_DRIVER=CUSTOM \ BOARD_GPS_LIBRARIES= <targetname> Here, `<targetname>` is the name of the component you want to build, such as `iptables` or `hciconfig`.