This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

about evm



hi

we r trying to make share file system b/w board and the pc

but not to do it any one out there who can suggest what to do

we r using ubuntu 10.04

thanks

kailash

 

  • Kailash negi,

    you should be able to find a getting started guide for the board you are using. For example, dm365 started guide is available here:- http://processors.wiki.ti.com/index.php/DM365_Getting_Started_Guide. Using this engineers can setup h/w and s/w.

  • Hi,

     

    maintain filestsem in pc. Setup nfs server on pc. Instruct linux on target board linux to mount filesystem through nfs. linux connect to filesystem on pc.

    kernel command line "noinitrd rw root=/dev/nfs nfsroot=<domain ip>:/<filesystem on pc>,nolock"

    Regards

    Gururaja

  • hi

    i have done nfs server setup

    evm#setenv console..........................

    evm#saveenv

    evm#boot

    after this the error is coming wrong image format for bootm command

    hope u understand problem!

    thanks

    kailash

  • Kailash:

    Which TI processor / EVM are you working with?

    Many of them have a Software Dev Kit that once installed onto Ubuntu 10.04 takes care of all the neccessary

    environment setup.

     

    Regards,

    Michael T

  • hello

    i am using dm365 board and ive set everything same to same as given in hardware and software setup guide

    well i am strucking in the evm# console window

    there r the commands i typed

    evm#setenv bootarg.........................................

    evm#saveenv

    evm#boot

    after this the error is "cant create image on nand flash"

    one thing more i want to know is what is rootfs we have to concerned about it?

    if yes how to get work with it?

    thanks

    kailash