Hi,
I'm currently working on modifying the linux kernel for an Android Application on the AM335x Starter Kit board.
Following TI's guide for Android development (http://processors.wiki.ti.com/index.php/TI-Android-ICS-4.0.3-DevKit-3.0.1_DevelopersGuide) I tried to build the kernel and generate its image so I can boot the board using the SD Card with :
$ make ARCH=arm CROSS_COMPILE=arm-eabi- distclean $ make ARCH=arm CROSS_COMPILE=arm-eabi- am335x_evm_android_defconfig $ make ARCH=arm CROSS_COMPILE=arm-eabi- uImage
But the build wouldn't work. I looked back to the guide and saw :
NOTE:Genrated uImage run on both am335xevm and beaglebone.
Does this means it is impossible to generate the kernel image on the AM335x Starter Kit board (am335xsk) ?
Is there another way (other than this procedure) I could build and generate an image of the kernel to boot from an SD Card ?
Thanks !