Hangs at uncompressing kernel

nithin
Hi all,

am Nithin. I am using one mini2440 w35 board. I had taken binutils and
linux kernel (2.6.32.2) from the provided cd. And u-boot I taken an
external u-boot 1.3.2 mini2440 (as provided u-boot was having some
problems) .

I compiled linux and u-boot from the provided arm-linux-gcc. and I am able
to load u-boot successfully, but while trying to download linux from tftp ,
it is getting hanged at a line uncompressing Kernel Image .... 

And I am not able to go forward now. My output is given below,


U-Boot 1.3.2-mini2440 (Oct  9 2011 - 23:15:24)

I2C:   ready
DRAM:  64 MB
NOR Flash not found. Use hardware switch and 'flinit'
Flash:  0 kB
NAND:  1024 MiB
Found Environment offset in OOB..
USB:   S3C2410 USB Deviced
In:    serial
Out:   serial
Err:   serial
MAC: 08:08:11:18:12:27
Hit any key to stop autoboot:  0 
dm9000 i/o: 0x20000300, id: 0x90000a46 
DM9000: running in 16 bit mode
MAC: 08:08:11:18:12:27
TFTP from server 192.168.1.5; our IP address is 192.168.1.10
Filename 'uImage.bin'.
Load address: 0x32000000
Loading: T
#################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         ##########################################
done
Bytes transferred = 5385808 (522e50 hex)
## Booting kernel from Legacy Image at 32000000 ...
   Image Name:   
   Created:      2011-10-10  18:06:47 UTC
   Image Type:   ARM Linux Kernel Image (gzip compressed)
   Data Size:    5385744 Bytes =  5.1 MB
   Load Address: 33f80000
   Entry Point:  33f80000
   Verifying Checksum ... OK
   Uncompressing Kernel Image ... 

Needed your help to go forward ..Can anyone please help me on this issue...

Thanks in advance

open-nandra
Try enable CONFIG_LL to enable early config to check. Never seen such an
error. Advice: use latest kernel (search formum for mini2440 BSP)

marek

nithin
I enabled CONFIG_LL , which was not there earlier. But its not showing any
debug messages.

 I traced the u-boot code , and came to know that , my u-boot is getting
stuck at inflate_blocks functions inside zlib.c file of u-boot. Think it
will help you to give me a solution.

nithin
buzz ...

kamejoko80
Pls check your u-boot and kernel MACHINE_ID, they must be identical.

amol
I am using u-boot 1.3.2 bootloader and 2.6.32.2 kernel.
Load Address: 33f80000
   Entry Point:  33f80000
   Verifying Checksum ... OK
    loading kernel .... ok
   Uncompressing Kernel Image ... 
and then it hangs

Rohit
Hi, I also have the same problem.........Please reply.......