[U-Boot-Users] kernel hangs after uncompressing

Hi all, I'm using kernel 2.6.7 on samsung smdk2410 and u-boot 1.1.2 (cvs version) I've burned the u-boot.bin on amd flash and it starts correctly. The I use tftpboot to download the kernel in ram from my tftpserver to address 0x33000000. Then I pass the command #bootm 33000000 And i get:
SMDK2410 # tftpboot 33000000 uimage
TFTP from server 10.124.7.148; our IP address is 10.124.7.124
Filename 'uimage'.
Load address: 0x33000000
Loading: #################################################################
#################################################################
############################################################
done
Bytes transferred = 967903 (ec4df hex)
SMDK2410 # bootm 33000000
## Booting image at 33000000 ...
Image Name: Linux Kernel Image
Created: 2004-12-01 16:30:35 UTC
Image Type: ARM Linux Kernel Image (gzip compressed)
Data Size: 967839 Bytes = 945.2 kB
Load Address: 30008000
Entry Point: 30008000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
Starting kernel ...
Uncompressing Linux................................................................. done, booting the kernel.
and then it hangs.
I've tried with different console parameters such as console=ttySAC0 or ttyS0 and baudaret=115200, but with no result. Can anyone help me?
regards
Luca Contini ------------------------------------------------------- Tecneitalia - AKHELA System Engineer Office: (+39) 070 2466 5503 Mobile: (+39) 328 911 6656 Fax: (+39) 070 2466 7111 luca.contini@akhela.com URL: http://www.akhela.com --------------------------------------------------------

In message 014501c4dba9$d5278730$e3077c0a@asus you wrote:
I'm using kernel 2.6.7 on samsung smdk2410 and u-boot 1.1.2 (cvs version) I've burned the u-boot.bin on amd flash and it starts correctly.
...
Uncompressing Linux................................................................. done, booting the kernel.
and then it hangs.
...
Can anyone help me?
Probaly the ARM linux kernel mailing list?
I don't see any evidence that this is a U-Boot related problem.
Best regards,
Wolfgang Denk
participants (2)
-
Luca Contini
-
Wolfgang Denk