This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Problem with Building Gingerbread from Sources to Beagleboard C4

Hi,

I'm currently trying to make a build from the sources and instructions(http://processors.wiki.ti.com/index.php/TI-Android-GingerBread-2.3-DevKit-1.0_DeveloperGuide) provided on TI's homepage. I've made a build that compiled and built without errors but it gets stuck on "Booting Kernel Done", but i'm not sure if I've done it correctly for my Beagleboard C4, this is what i've done:

X-Loader:

  $ make CROSS_COMPILE=arm-eabi- distclean
$ make CROSS_COMPILE=arm-eabi- omap3beagle_config
$ make CROSS_COMPILE=arm-eabi-

U-Boot:

$ make CROSS_COMPILE=arm-eabi- distclean
$ make CROSS_COMPILE=arm-eabi- omap3_beagle_config
$ make CROSS_COMPILE=arm-eabi-

Kernel:

$ make ARCH=arm CROSS_COMPILE=arm-eabi- distclean
$ make ARCH=arm CROSS_COMPILE=arm-eabi- omap3_beagle_android_defconfig
$ make ARCH=arm CROSS_COMPILE=arm-eabi- uImage

Android Filesystem:

make TARGET_PRODUCT=beagleboard OMAPES=3.x -j8

Else I've just followed the instructions on the developers guide 1.0, generating MMC/SD card boot etc. Have I done something wrong?

PS! I Know that there is prebuilt images for beagleboard, but I need to make some modifications in the Kernel, that's why I'm building from source.

Thanks!

BR
Juha