Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to get the Android distribution

197 bytes removed, 12:25, 21 December 2012
Fixed broken links
|-
| &nbsp;Android 2.2 (Froyo) for <span style="color: rgb(255, 0, 0);">DM3730&nbsp;</span>
| &nbsp;[http://http://downloads.isee.biz/pub/SW_Releases/binaries/x-loader/v1.4.4-1/x-load-1.4.4-1.igep0020-sdcard.bin.ift x-load-1.4.4-1]&nbsp; | &nbsp;[http://http://downloads.isee.biz/pub/SW_Releases/binaries/u-boot-arm/v2010.06-1/u-boot-arm-2010.06-1.igep0020.bin u-boot-2010.06-1]&nbsp; | &nbsp;[http://http://downloads.isee.biz/pub/SW_Releases/android/froyo-2.2/uImage-android-2.6.32.bin uImage-2.6.32.bin]&nbsp; | &nbsp;[http://http://downloads.isee.biz/pub/SW_Releases/android/froyo-2.2/android-dm3730-froyo-2.2-20110223161010.tar.bz2 dm3730-2.2]&nbsp;
| http://developer.android.com/sdk/android-2.2.html
| <br>
|-
| &nbsp;Android 2.2 (Froyo) for <span style="color: rgb(255, 0, 0);">OMAP3530&nbsp;</span>
| &nbsp;[http://http://downloads.isee.biz/pub/SW_Releases/binaries/x-loader/v1.4.4-1/x-load-1.4.4-1.igep0020-sdcard.bin.ift x-load-1.4.4-1]&nbsp; | &nbsp;[http://http://downloads.isee.biz/pub/SW_Releases/binaries/u-boot-arm/v2010.06-1/u-boot-arm-2010.06-1.igep0020.bin u-boot-2010.06-1]&nbsp; | &nbsp;[http://http://downloads.isee.biz/pub/SW_Releases/android/froyo-2.2/uImage-android-2.6.32.bin uImage-2.6.32.bin]&nbsp; | &nbsp;[http://http://downloads.isee.biz/pub/SW_Releases/android/froyo-2.2/android-om3530-froyo-2.2-20110224115610.tar.bz2 om3530-2.2]&nbsp;
| http://developer.android.com/sdk/android-2.2.html
|}
boot.scr files:
*dvi: [http://http://downloads.isee.biz/pub/SW_Releases/android/froyo-2.2/boot-dvi.scr 1280x720] *lcd: [http://http://downloads.isee.biz/pub/SW_Releases/android/froyo-2.2/boot-lcd-70.scr Seiko 7.0 inch WVGA (800 x RGB x 480) TFT with Touch-Panel] *lcd: [http://http://downloads.isee.biz/pub/SW_Releases/android/froyo-2.2/boot-lcd-43.scr Powertip 4.3 inch (480 x RGB x 272) TFT with Touch-Panel]
If you want to hook up a HDMI TFT monitor (tv for example), modify the parameter&nbsp;omapfb.mode in the *.scr file to&nbsp;omapfb.mode=dvi:hd720-32@50, with the parameter 32 is the colo mode (16, 24 or 32 bits) and the parameter 50 is the frequency (50 or 60 Hz), both for the monitor used.
'''Quick steps: create a bootable sdcard'''
$ wget http://http://downloads.isee.biz/pub/SW_Releases/binaries/x-loader/v1.4.4-1/x-load-1.4.4-1.igep0020-sdcard.bin.ift $ wget http://http://downloads.isee.biz/pub/SW_Releases/binaries/u-boot-arm/v2010.06-1/u-boot-arm-2010.06-1.igep0020.bin $ wget http://http://downloads.isee.biz/pub/SW_Releases/android/froyo-2.2/uImage-android-2.6.32.bin $ wget http://http://downloads.isee.biz/pub/SW_Releases/android/froyo-2.2/android-dm3730-froyo-2.2-20110223161010.tar.bz2 $ wget http://http://downloads.isee.biz/pub/SW_Releases/files/media-samples.tar.gz
$ tar xzf media-samples.tar.gz
Download one of
$ wget http://http://downloads.isee.biz/pub/SW_Releases/android/froyo-2.2/boot-dvi.scr $ wget http://http://downloads.isee.biz/pub/SW_Releases/android/froyo-2.2/boot-lcd-70.scr $ wget http://http://downloads.isee.biz/pub/SW_Releases/android/froyo-2.2/boot-lcd-43.scr
and rename to boot.scr
Make the sd card:
$ wget http://http://downloads.isee.biz/pub/SW_Releases/android/froyo-2.2/mkmmc-android.sh
$ chmod a+x mkmmc-android.sh
$ sudo ./mkmmc-android.sh &lt;device&gt; x-load-1.4.4-1.igep0020-sdcard.bin.ift u-boot-arm-2010.06-1.igep0020.bin uImage-android-2.6.32.bin boot.scr android-dm3730-froyo-2.2-20110223161010.tar.bz2 media-samples
$ mkdir device/ti/igepv2/libertas/
$ wget http://http://downloads.isee.biz/pub/SW_Releases/android/froyo-2.2/libertas.ko $ wget http://http://downloads.isee.biz/pub/SW_Releases/android/froyo-2.2/libertas_sdio.ko
$ mv libertas.ko device/ti/igepv2/libertas/
$ mv libertas_sdio.ko device/ti/igepv2/libertas/
$ mkdir device/ti/igepv2/firmware/
$ wget http://http://downloads.isee.biz/pub/SW_Releases/android/froyo-2.2/sd8686.bin $ wget http://http://downloads.isee.biz/pub/SW_Releases/android/froyo-2.2/sd8686_helper.bin
$ mv sd8686*bin device/ti/igepv2/firmware/
Create a SD card
$ wget http://http://downloads.isee.biz/pub/SW_Releases/binaries/x-loader/v1.4.4-1/x-load-1.4.4-1.igep0020-sdcard.bin.ift $ wget http://http://downloads.isee.biz/pub/SW_Releases/binaries/u-boot-arm/v2010.06-1/u-boot-arm-2010.06-1.igep0020.bin
Create ONE of these scripts (boot.source)
download some media samples
$ wget http://http://downloads.isee.biz/pub/SW_Releases/files/media-samples.tar.gz
$ tar xzf media-samples.tar.gz
finally create the sdcard with the mkmmc-android.sh script (See pre built images for impatients to learn how to create the SD card).
$ wget http://http://downloads.isee.biz/pub/SW_Releases/android/froyo-2.2/mkmmc-android.sh
$ chmod a+x mkmmc-android.sh
$ sudo ./mkmmc-android.sh <device> x-load-1.4.4-1.igep0020-sdcard.bin.ift u-boot-arm-2010.06-1.igep0020.bin kernel/arch/arm/boot/uImage boot.scr froyo-rootfs.tar.bz2 media-samples
0
edits