Hi
I am trying to port Android Gingerbread on Beagleboard-XM.
I have downloaded the Android source code from
"http://software-dl.ti.com/dsps/dsps_public_sw/sdo_tii/TI_Android_DevKit/TI_Android_GingerBread_2_3_4_DevKit_2_1/index_FDS.html"
Host System is : Ubuntu 11.04
Issue:
I. I copied the uimage ,u-boot.bin,MLO,boot.scr given on the TI site to Sandisk 4GB SD card and tried to start the board . The output was a red screen with android logo .
I kept the board ON for 15-20 minutes still there was no change in the display(HDMI).
II. I tried to recompile the kernel to generate a new uImage using following:
$ make ARCH=arm CROSS_COMPILE=arm-none-eabi- distclean $ make ARCH=arm CROSS_COMPILE=arm-none-eabi- omap3_beagle_android_defconfig $ make ARCH=arm CROSS_COMPILE=arm-none-eabi- uImage
the u-boot ,MLO and boot.scr file was the same.
when i tried to boot android with this new uImage,the display did not show anything.
need help to resolve the above issue.
Regards
Prajith