Dear,my own board based on theomap-l138,its linux kernel cant executed.I can't point exactly where the issue is.
Please help me ! Print information as follows:
U-Boot 2009.08 (11月 10 2011 - 14:33:50)
I2C: ready
DRAM: 32 MB
In: serial
Out: serial
Err: serial
ARM Clock : 300000000 Hz
DDR Clock : 132000000 Hz
Net: Ethernet PHY: GENERIC @ 0x00
Hit any key to stop autoboot: 0
U-Boot > pri
bootdelay=3
baudrate=115200
bootfile="uImage"
ethact=
ethaddr=11:11:11:11:11:11
bootargs=console=ttyS2,115200n8 noinitrd rw ip=dhcp root=/dev/nfs nfsroot=:,nolock mem=32M
bootcmd=ip=192.168.1.123; tftp 0xc0700000 uImage;sf probe 0;sf read 0xc1180000 0x280000 0x400000;bootm 0xc0700000
tftpblocksize=512
filesize=301325
fileaddr=C1180000
ipaddr=192.168.1.123
serverip=192.168.1.116
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 2009.08 (11月 10 2011 - 14:33:50)
Environment size: 468/65532 bytes
U-Boot >
U-Boot > boot
Using device
TFTP from server 192.168.1.116; our IP address is 192.168.1.123
Filename 'uImage'.
Load address: 0xc0700000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################
done
Bytes transferred = 1913044 (1d30d4 hex)
8192 KiB M25P64 at 0:0 is now current device
## Booting kernel from Legacy Image at c0700000 ...
Image Name: Linux-2.6.32-rc6
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1912980 Bytes = 1.8 MB
Load Address: c0008000
Entry Point: c0008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux.............................................................................................................................. done, booting the kernel.
regards