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.

Booting the DM355 DVEVM Board under Ubuntu 9.10

Dear Friends, I have a problem and hope for your help. I want to connect the DM355 DVEVM board to PC and begin to work with it. I've connected the Board to PC via COM-port and Ethernet. The PC is working under WinXP and I've made the Virtual Machine and installed Ubuntu 9.10 on it.

In Ubuntu I've installed all the applications and made appropriate settings according to the: http://processors.wiki.ti.com/index.php/GS...Setup_in_Ubuntu. Problems begin, when I meet the "Testing the Shared File System" part.

The Board starts, and I can control boot process using the Minicom terminal. Following the instruction, I interrupt the boot and enter additional settings. Afterwards I continue the boot. It reaches the DHCP request stage, can not connect with PC and goes on perpetual cycle of looking for DHCP reply and asking for IP-address.

Restarting of DHCP Service in Ubuntu and disabling of Firiwalls both in Ubuntu and WinXP doesn't help. I've tried to write the IP-settings manually, but it also doesn't help. The Board shows "Kernel Panic" message that RPC does not recieve the answer from the appropriate port.

I've checked the cables, but they are OK. I have no ideas. Please help.

Thank you in advance.

 

  • Can you please provide bootargs and other env variables you have set...

  • Thank you for answer and willingness to help. Here are the results of PRINTENV command after entering the bootargs according to the getting started guide:

     

    DM355 EVM # printenv 

                                                              
    bootdelay=3                                                                    
    baudrate=115200                                                                
    bootfile="uImage"                                                              
    filesize=248448                                                                
    fileaddr=82000000                                                              
    bootcmd=setenv setboot setenv bootargs \$(bootargs) davinci_enc_mngr.ch0_mode=\$
    (videostd);run setboot;nboot 0x80700000 0 0x400000; bootm                      
    serverip=172.16.3.203                                                          
    ipaddr=172.16.3.100                                                            
    nfshost=10.0.2.15                                                              
    rootpath=/home/mikhail/workdir/filesys                                         
    stdin=serial                                                                   
    stdout=serial                                                                  
    stderr=serial                                                                  
    videostd=pal                                                                   
    bootargs=console=ttyS0,115200n8 noinitrd rw ip=dhcp root=/dev/nfs nfsroot=10.0.2
    .15:/home/mikhail/workdir/filesys,nolock mem=116M                              
                                                                                   
    Environment size: 501/16380 bytes

  • Can you verify nfs by using some other system to check whether it is configured properly. Also, I hope you have configured the virtual machine's network interface as 'bridged adapter'.  I had seen problems with 'NAT' configuration for network.

  • Thank you very much. Bridged adapter mode solved the problem.

  • glad to know that. can you please mark my answer as verified in that case?

  • hi Nagabhushana,

    i installed ubuntu 10.04 OS.

    when i run bin files from dm355evm dvsdk CD's, it will not run and just come to next line

    adrecolab@adrecolab:~/dm355evm/CD1$ ls
    mvl_4_0_1_demo_sys_setuplinux.bin
    adrecolab@adrecolab:~/dm355evm/CD1$ ./mvl_4_0_1_demo_sys_setuplinux.bin
    adrecolab@adrecolab:~/dm355evm/CD1$ ^C
    adrecolab@adrecolab:~/dm355evm/CD1$