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.

Error: run the VC3 demo on Netra

  • I run DM816x_SDK_05_00_00_11_VC_Demo on Netra Evm version.c.

    But syslink.ko report error:

    *** DM8168VIDEOM3PROC_translate: srcAddr not found in slave address space      
            Error [0x86a85001] at Line no: 1471 in file /proj/SDK5/builds/tarakesh/t
    i_sdk50010_tools/syslink_02_00_00_67/ti/syslink/utils/hlos/knl/Linux/../../../..
    /../../ti/syslink/family/hlos/knl/ti81xx/ti81xxducati/ti81xxvideom3/Dm8168M3Vide
    oProc.c   

  • And if I run on Netra EVM version e.

    The program runs well, and have output video, but no remote input video in the display picture, just has some menu.

  • The syslink error can be safely ignored.  Are you using the pre-built demo package ? Also, are you using the bootargs given in the doc.

    thanks

    Tarakesh.

     

  • Yes. I use the pre-build demo packag and use the bootargs given in the doc.

    The bootargs are:

    bootdelay=3                                                                                           
    baudrate=115200                                                                                       
    autoload=no                                                                                           
    verify=yes                                                                                            
    bootfile=uImage                                                                                       
    ramdisk_file=ramdisk.gz                                                                               
    loadaddr=0x81000000                                                                                   
    script_addr=0x80900000                                                                                
    loadbootscript=fatload mmc 1 ${script_addr} boot.scr                                                  
    bootscript= echo Running bootscript from MMC/SD to set the ENV...; source ${script_addr}              
    ethaddr=90:d7:eb:1b:f9:14                                                                             
    ethact=DaVinci EMAC                                                                                   
    bootcmd=dhcp; run addip; tftp 81000000 uImage; bootm                                                  
    addip=setenv bootargs ${bootargs} ip=${ipaddr}:${nfsserver}:${gatewayip}:${netmask}:${hostname}:eth0:of
    f                                                                                                     
    machid=af0                                                                                            
    bootargs=console=ttyO2,11500n8 root=/dev/nfs nfsroot=172.21.96.6:/home/algorithm/filesys, nolock rw mem
    =100M earlyprintk ip=dhcp                                                                             
    serverip=172.21.96.6                                                                                  
    nfsserver=172.21.96.6                                                                                 
    gatewayip=172.21.96.254                                                                               
    stdin=serial                                                                                          
    stdout=serial                                                                                         
    stderr=serial                                                                                         
    ver=U-Boot 2010.06 (Feb 15 2011 - 14:53:44)

  • boot args look fine.

    From the thread it appears like capture is not happening. Can you please confirm the daughter card is Video conferencing (VC) daughter card? Also, can you ensure the daughter card is secured to the base EVM with fasteners.

    regards

    Tarakesh.

  • We used DM816X VIDEO CONFERENCING BOARD ASSY 513570 REV C.

    And another demo program in SD card (EVM decode one file, then output to daughter card by component, then input to EVM and then output by HDMI ) can run very well.