Hi,
I am using 8168 EVM (DDR3) and tried to port Android OS ( Gigerbread). I follow instructions mentioned in " TI_Android_GingerBread_2.3_DevKit_2.0 User Guide".
Below are steps I executed
1. Download the pre-built Image from http:/ / software-dl. ti. com/ dsps/ dsps_public_sw/ sdo_tii/TI_Android_DevKit/ TI_Android_GingerBread_2. 3_DevKit_2. 0/ index_FDS. html
( TI_Android_GingerBread_2.3_DevKit_2.0.tar.gz)
2. Get an SD Card of minimum size 2GBytes and a USB Card reader
3. Insert the USB SD Card reader (with SD Card) in your host Linux PC (Ubuntu 10.4)
4. Prepare the MMC/SD card Image
Host$: tar -xzvf <Board name>.tar.gz
Host$: cd <Board name>
Host$: sudo ./mkmmc-android /dev/sd<device>
5. Insert the SD Card into the Board
6. Switch on the platform
7. Wait for 35sec to get Android up on the UI screen
u-boot#: mmc init
u-boot#: fatload mmc 0 0x81000000 boot.scr
u-boot#: source 0x81000000
After executing above steps,8168 EVM board is booted properly. I can see blue color background screen(Android home scree)
But Browser, App laucher,RowboPERF and Android applications etc are not displayed on screen( UI)
Please help me out to solve this issues
Regards
soibam