Beagle XM Kernel

Hi,
Currently I am working on Beagle Xm board Rev C.

I am using 2.6.29 kernel with arm-2007q1 tool chain. This uImage boot up with Beagle Board (not XM). I added below patches for Xm board in existing kernel. Clock and PRCM modification for the Xm board.

http://groups.google.com/group/beagleboard/browse_thread/thread/cf726c93f9c72cd5/872308d193db594a

I am unable to boot the Kernel image.
(Uncompressed kernel image … ) and stops

What could be the problem.

with regards,
saminath

Hi,

Try another image and see what happens.

Mark.

Dear Guys,

Thanks for valuable Reply,

I downloaded the B-XM kernel from below Link

http://gitorious.org/angstrom/angstrom-linux/commits/beagleboardXM

and Cross compiled with

Hi Guys,

Thanks for your valuable reply.

I downloaded the B-XM kernel from below Link

http://gitorious.org/angstrom/angstrom-linux/commits/beagleboardXM

and Cross compiled with -angstrom tool chain.

make ARCH=arm CROSS_COMPILE=arm-angstrom-linux-gnueabi- mrproper
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- omap3_beagle_defconfig
make ARCH=arm CROSS_COMPILE=arm-angstrom-linux-gnueabi- uImage

This image properly boot up and able to test the USB Devices …

with regards,
saminath