My chip is DM6467.
Atfer burn the image and ramdisk,I reset myself board.
but when it run
Freeing init ALSA device list:
#0: DaVinci DM6467 EVM (tlv320aic3x)
TCP cubic registered
NET: Registered protocol family 17
Clocks: disable unused uart1
Clocks: disable unused emac
Clocks: disable unused timer1
davinci_emac_probe: using random MAC addr: ee:85:eb:88:b6:b3
emac-mii: probed
drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
eth0: attached PHY driver [ET1011C] (mii_bus:phy_addr=1:01, id=282f014)
Sending DHCP requests .
PHY: 1:01 - Link is Up - 100/Full
., OK
IP-Config: Got DHCP answer from 0.0.0.0, my address is 192.168.1.128
IP-Config: Complete:
device=eth0, addr=192.168.1.128, mask=255.255.255.0, gw=192.168.1.1,
host=192.168.1.128, domain=, nis-domain=(none),
bootserver=0.0.0.0, rootserver=0.0.0.0, rootpath=, mtu=576
RAMDISK: gzip image found at block 0
EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
VFS: Mounted root (ext2 filesystem) on device 1:0.
Freeing init memory: 144Kmemory: 144K
it stop here.I don't know why?
my uboot print:
DM6467 EVM > print
bootdelay=3
baudrate=115200
addclk=setenv bootargs ${bootargs} clkref=${clkref}
ethaddr=6f:74:20:70:6f:73
ethact=DaVinci EMAC
bootfile=ramdisk.gz
filesize=248448
fileaddr=82000000
ipaddr=192.168.1.119
serverip=192.168.1.191
bootcmd=nand read 0x82000000 0x600000 0x300000; nboot 0x80700000 0 0x200000; boo
tm
bootargs=mem=116M console=ttyS0,115200n8 root=/dev/ram0 rw initrd=0x82000000,16M
ip=dhcp video=davincifb:vid0=720x576x16,2500K:vid1=720x576x16,2500K:osd0=720x57
6x16,2025K davinci_enc_mngr.ch0_output=COMPOSITE davinci_enc_mngr.ch0_mode=ntsc
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 2009.08 (Apr 13 2010 - 10:03:49)
Environment size: 632/16380 bytes
can you give me some advice?
thank for your help.