Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2010-02-11 | 1.0 kB | |
archive_0115-system-wlan-ti.tgz | 2010-02-11 | 19.1 MB | |
archive_0115-motorola-external-bthelp.tgz | 2010-02-11 | 7.9 kB | |
archive_0115-motorola-bsp-motobox.tgz | 2010-02-11 | 19.8 kB | |
archive_0115-motorola-bsp-lbl.tgz | 2010-02-11 | 33.5 kB | |
archive_0115-kernel.tgz | 2010-02-11 | 75.0 MB | |
archive_0115-hardware-ti-omap3.tgz | 2010-02-11 | 1.5 MB | |
archive_0115-external-webkit.tgz | 2010-02-11 | 25.1 MB | |
archive_0115-external-bluetooth-bluez.tgz | 2010-02-11 | 659.3 kB | |
Totals: 9 Items | 121.5 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`.