The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| kernel.tgz | 2012-07-23 | 78.4 MB | |
| external-webkit.tgz | 2012-01-17 | 25.5 MB | |
| motorola-bsp-busybox.tgz | 2012-01-06 | 3.3 MB | |
| motorola-bsp-lbl.tgz | 2012-01-06 | 34.3 kB | |
| motorola-bsp-yaffs2.tgz | 2012-01-06 | 118.6 kB | |
| motorola-hal-libsipc.tgz | 2012-01-06 | 17.0 kB | |
| system-bluetooth.tgz | 2012-01-06 | 61.8 kB | |
| system-wlan-ti.tgz | 2012-01-06 | 1.8 MB | |
| hardware-ti-omap3.tgz | 2012-01-06 | 1.5 MB | |
| external-ppp.tgz | 2012-01-06 | 400.0 kB | |
| external-kernel-headers.tgz | 2012-01-06 | 1.0 MB | |
| external-iptables.tgz | 2012-01-06 | 257.6 kB | |
| external-dbus.tgz | 2012-01-06 | 1.4 MB | |
| external-bluetooth-glib.tgz | 2012-01-06 | 3.4 MB | |
| external-bluetooth-bluez.tgz | 2012-01-06 | 685.3 kB | |
| build.tgz | 2012-01-06 | 2.5 MB | |
| bionic.tgz | 2012-01-06 | 1.2 MB | |
| README.txt | 2012-01-06 | 621 Bytes | |
| Totals: 18 Items | 121.7 MB | 0 | |
1. Create a workspace containing vanilla 'android-2.1_r2' release from Google.
2. Overlay Motorola-provided published repos on top of original Google versions.
3. Build user space components:
cd <workspace>
. build/envsetup.sh
lunch generic-user
make BOARD_HAVE_BLUETOOTH=true TARGET_BOARD_PLATFORM=omap4 <target>
Where <target> is something like `out/target/product/generic/system/bin/bluetoothd`
4. To build kernel:
mkdir -p out/target/product/generic/root
mkdir -p out/target/product/generic/root/dev/dev_list
make -f kernel/kernel.mk
5. To build busybox : SEE motorola/bsp/busybox/oss/README.txt