linghai624 wrote:
Hi,
I followed the wiki http://wiki.davincidsp.com/index.php/Linux_Toolchain to make uImage :
     make distclean,
make davinci_evm_dm644x_defconfig or make davinci_evm_all_defconfig (I have tried both)
     make uImage
     make  modules
and my compiler toolchain is CodeSourcery G++ 4.3-234, but the uboot can't start the uImage completely on dm6446 evm ! All information is followed

[snip]

eth0: attached PHY driver [LXT971] (mii_bus:phy_addr=1:01, id=1378e2)
IP-Config: Complete:
     device=eth0, addr=192.168.55.28, mask=255.255.255.0, gw=192.168.55.1,
     host=192.168.55.28, domain=, nis-domain=(none),
     bootserver=192.168.55.61, rootserver=192.168.55.61, rootpath=
Looking up port of RPC 100003/2 on 192.168.55.61
PHY: 1:01 - Link is Up - 100/Full
Looking up port of RPC 100005/1 on 192.168.55.61
VFS: Mounted root (nfs filesystem) on device 0:13.
Freeing init memory: 112K


then it stop here , please help me !

Afaik, your kernel did start correctly. So no uboot issue.

It appears you mounted your filesystem over nfs.
Is this filesystem correct? Or did you leave it empty?

You need
/dev/console
/dev/tty
Nodes.

And you need a link to the program you want to boot.
/init or /linuxrc (depending on your config)

(Often a softlink to busybox.)

Also, make sure you have a
/etc/inittab
& something in this file.

Regards

Theo


DISCLAIMER:
Unless indicated otherwise, the information contained in this message is 
privileged and confidential, and is intended only for the use of the 
addressee(s) named above and others who have been specifically authorized to 
receive it. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution or copying of this message and/or attachments 
is strictly prohibited. The company accepts no liability for any damage caused 
by any virus transmitted by this email. Furthermore, the company does not 
warrant a proper and complete transmission of this information, nor does it 
accept liability for any delays. If you have received this message in error, 
please contact the sender and delete the message. Thank you.


_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to