LInux kernel

Hi ,

                     Thanks for your reply. I successfully build the
kernel. But when i am booting the kernel it is stopped at
"Uncompressing Linux... done, booting the kernel."

kernel package : AM35x-OMAP35x-LINUX-PSP-04.02.00.07
Arm Tool chain :arm-none-linux-gnueabi-gcc(4.5.2 version )
u-boot :version 2011 patch level 09
bootargs=console=ttyO2,115200n8 root=/dev/mmcblk0p2 rootfstype=ext2 rw
rootwait
OMAP3 beagleboard.org #
bootm
## Booting kernel from Legacy Image at
80200000 ...
   Image Name: Linux
2.6.37
   Image Type: ARM Linux Kernel Image
(uncompressed)
   Data Size: 3037164 Bytes = 2.9
MiB
   Load Address:
80008000
   Entry Point:
80008000
   Verifying Checksum ...
OK
   Loading Kernel Image ...
OK
OK

Starting
kernel ...

Uncompressing Linux... done, booting the kernel.

In this Website

http://processors.wiki.ti.com/index.php/Kernel_-_Common_Problems_Booting_Linux

Few reasons are explianed . I verfied all the steps suggested in the
above link. But the issue is still there.

Thanks
bhimesh

I had the same problem.

I have copied the source code from angstrom build environment and try
to build it with /proc/config.gz and arm-linux-gnueabi-gcc/arm-linux-
gnueabihf-gcc release 4.6. The resulting kernel is not running. When i
build the same kernel sources with the same configuration with arm-
angstrom-linux-gnueabi-gcc release 4.5.4 20111126 the resulting kernel
is booting.