EmbeddedRelated.com
Forums

It freezes while starting Linux on AT91SAM9G45-EKES

Started by Amandeep Bhullar March 24, 2010
Hello all,

I have AT91SAM9G45-EKES with u-boot 2009.11.1 running on it. When I try to
boot with linux kernel. It freezes and the Hyperterminal looks like this:

U-Boot> bootm 0x21400000
## Booting kernel from Legacy Image at 21400000 ...
Image Name: linux-2.6
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3524224 Bytes = 3.4 MB
Load Address: 20008000
Entry Point: 20008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK

Starting kernel ...

I have tried the kernel I built and also the pre-built binary from
www.at91.com/Linux4SAM. It does the same for both. My u-boot environment
looks like this:
U-Boot> printenv
bootcmd=nand read 0x72000000 0x200000 0x200000; bootm
bootdelay=3
baudrate5200
ethact=macb0
ethaddr:03:04:85:06:07
ipaddr0.10.4.35
serverip0.10.4.43
bootargs=console=ttyS0,115200 root=/dev/mtdblock5
mtdparts=atmel_nand:128k(bootstrap)ro,256k(uboot)ro,128k(env1)ro,128k(env2)ro,2M(linux),-(root)
rw rootfstype=jffs2

Please help.

--
Amandeep