Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to get the Android distribution

105 bytes added, 22:15, 11 April 2011
no edit summary
*lcd: [http://downloads.igep.es/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 omapfb.mode in the *.scr file to 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'''
$ mv <boot.scr file> boot.scr
Make the sd card: you have to use GParted for this part(if you are using the IGEP SDK virtual machine) or another partition tool (PartitionMagic for Win), and make 3 partitions on the SD Card First one is a FAT32 filesystem, corresponding to boot data, with around 100 MB. Second one is a EXT3 filesystem, corresponding to rootfs, and the third on is once again a FAT32 filesystem, corresponding to datas. The last 2 partitions use equally the remaining space on the SD card.
$ wget http://downloads.igep.es/android/froyo-2.2/mkmmc-android.sh
0
edits