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.

download bios_5_30

Hi Guys,

I need to download bios_5_30.

Where can i get this package ?

Pls give the link ...........................

 

Thankyou

Mahesh VK

  • Hi Bernie,

    I geting Error while building video_copy on dsp side .

     

    I ussing the Davinci board and the packages are:

     

    dvevm_1_10

    codec_engine_1_02

    codec_servers_1_00

    dsplink_1_30_08_02

    xdais_5_00

    xdctools_1_21

    cmem_1_01

    bios_5_33_02(downloaded - cd does not contain this package)

    Framework Components 2.24(downloaded - cd does not contain this package)

     

     

    1.     The existing Demos and sample progamrs form dsplink_1_30_08_02/packages/dsplink/gpp and splink_1_30_08_02/packages/dsplink/dsp sucessfully rebuilded and run on the target.

    2.      I am trying to compile existing video_copy form /media/hda2/home/mahesh/dvevm_1_10/codec_engine_1_02/examples/servers/video_copy.

    step 1 :

    First i compiled the codecs /media/hda2/home/mahesh/dvevm_1_10/codec_engine_1_02/examples/codecs/

    the codecs are compiled sucessfully.

    Setp2:

    I am rebuilding the dsp side servre video_cpoy program form /media/hda2/home/mahesh/dvevm_1_10/codec_engine_1_02/examples/servers/video_copy

    I am getting compilation ERROR:

     

    #cd /media/hda2/home/mahesh/dvevm_1_10/codec_engine_1_02/examples/servers/video_copy

    #gmake clean

     

    #gmake

    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    configuring video_copy.x64P from package/cfg/video_copy_x64P.cfg ...

    /media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21/tconf -DXDC_OM1= -Dxdc.traceEnable= -p /media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21/jre -Dxdc.path="/media/hda2/home/mahesh/dvevm_1_10/codec_engine_1_02/examples/servers/video_copy/../..;/media/hda2/home/mahesh/dvevm_1_10/codec_engine_1_02/packages;/media/hda2/home/mahesh/dvevm_1_10/codec_engine_1_02/packages/ti/sdo/ce/packages;/opt/bios_5_33_02/packages;/media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21/packages;../.." -Dxdc.root=/media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21 -Dxdc.hostOS=Linux -Dconfig.importPath=".;/media/hda2/home/mahesh/dvevm_1_10/codec_engine_1_02/examples/servers/video_copy/../..;/media/hda2/home/mahesh/dvevm_1_10/codec_engine_1_02/packages;/media/hda2/home/mahesh/dvevm_1_10/codec_engine_1_02/packages/ti/sdo/ce/packages;/opt/bios_5_33_02/packages;/media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21/packages;../..;/media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21;/media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21/etc ;/opt/bios_5_33_02/packages/ti/bios/include" -Dxdc.bld.targets="" -DTOOLS=   /media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21/packages/xdc/cfg/cfg.js package/cfg/video_copy_x64P video_copy.x64P

    js: "/media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21/include/utils.tci", line 650: exception from uncaught JavaScript throw: TypeError: Cannot call method "findPkg" of undefined

        "./video_copy.cfg", line 11

        "/media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21/include/utils.tci", line 562

        "/media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21/include/utils.tci", line 480

        "./package/cfg/video_copy_x64P.cfg", line 507

        "./package/cfg/video_copy_x64P.cfg", line 481

        "./package/cfg/video_copy_x64P.cfg", line 532

        "/media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21/include/utils.tci", line 562

        "/media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21/packages/xdc/cfg/cfg.js", line 45

    gmake: *** [package/cfg/video_copy_x64Pcfg_c.c] Error 1

    gmake: *** Deleting file `package/cfg/video_copy_x64Pcfg_c.c'

    gmake: *** [package/cfg/video_copy_x64Pcfg_c.c] Deleting file `package/cfg/video_copy_x64Pcfg.cmd'

    gmake: *** [package/cfg/video_copy_x64Pcfg_c.c] Deleting file `package/cfg/video_copy_x64Pcfg.s62'

    gmake[1]: *** [all] Error 2

    gmake[1]: Leaving directory `/media/hda2/home/mahesh/dvevm_1_10/codec_engine_1_02/examples/servers/video_copy'

    gmake: *** [all] Error 2

    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

     

    I checked  the memmory configuration file *.tcf and *.cfg file both ok as per SPRAAK7 pdf.

     

    After Debuging i concluded that the package.xds file is missing from

    codec_engine_1_02/packages/ti/sdo/ce/osal/package/

    and this file is searching in xdc.tci script file .

     

    /media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21/packages/xdc/xdc.tci

     

    xdc.loadPackage = function( qn )

    {

        qn = "" + qn;       /* compatibility with Java */

     

        var $om = xdc.om;

        var stat = qn + '$$stat';

        var pkgStack = xdc.$$pkgStack;

     

        if (stat in $om) {

            switch ($om[stat]) {

                case 0:

                    throw new Error ("xdc.loadPackage('" + qn + "'): package cycle: " + pkgStack);

    //              print("WARNING: xdc.loadPackage('" + qn + "'): package cycle: " + pkgStack);

                case 1:

                    return $om[qn];

            }

        }

     

        var fname = qn.replace(/\./g, '/');

        var sch = '/package/' + qn + '.sch';

        var cname = xdc.findFile(fname + sch);

     

        if (cname == null) {

            var sch = '/package/package.xds';

            var cname = xdc.findFile(fname + sch);

                if (cname == null) {

     

    if (cname == null) {

                throw new Error ("xdc.loadPackage: can't find package '" + qn

                    + "' along the path '" + xdc.curPath()

                    + "'; try redefining the package path (XDCPATH).");

            }

            else {

                throw new Error ("xdc.loadPackage: an outdated version of '"

                    + qn + "' package found along the path '" + xdc.curPath()

                    + "'.");

            }

        }

     

    Am i write way ?

     

    Thank you

    Mahesh VK 

     

     

     

     

     

     

     

     

     

     

     

    I ussing the Davinci board and the packages are:

     

    dvevm_1_10

    codec_engine_1_02

    codec_servers_1_00

    dsplink_1_30_08_02

    xdais_5_00

    xdctools_1_21

    cmem_1_01

    bios_5_33_02(downloaded - cd does not contain this package)

    Framework Components 2.24(downloaded -

     

     

     

    cd does not contain this package

    )

     

     

    The existing Demos and sample progamrs form dsplink_1_30_08_02/packages/dsplink/gpp and splink_1_30_08_02/packages/dsplink/dsp sucessfully rebuilded and run on the target.

    I am trying to compile existing

     

     

    video_copy form /media/hda2

    /home/mahesh/dvevm_1_10/codec_engine_1_02/examples/servers/video_copy.

    step 1 :

    First i compiled the

     

     

    codecs /media/hda2/home/mahesh/dvevm_1_10/codec_engine_1_02/examples/codecs/

    the codecs are compiled sucessfully

     

     

     

     

    .

    Setp2:

    I am rebuilding the dsp side servre

     

     

    video_cpoy program form /media/hda2

    /home/mahesh/dvevm_1_10/codec_engine_1_02/examples/servers/video_copy

    I am getting compilation

     

     

    ERROR:

    #cd /media/hda2

     

     

     

    /home/mahesh/dvevm_1_10/codec_engine_1_02/examples/servers/video_copy

    #gmake clean

    #gmake

    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    configuring video_copy.x64P from package/cfg/video_copy_x64P.cfg ...

    /media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21/tconf -DXDC_OM1= -Dxdc.traceEnable= -p /media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21/jre -Dxdc.path="/media/hda2/home/mahesh/dvevm_1_10/codec_engine_1_02/examples/servers/video_copy/../..;/media/hda2/home/mahesh/dvevm_1_10/codec_engine_1_02/packages;/media/hda2/home/mahesh/dvevm_1_10/codec_engine_1_02/packages/ti/sdo/ce/packages;/opt/bios_5_33_02/packages;/media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21/packages;../.." -Dxdc.root=/media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21 -Dxdc.hostOS=Linux -Dconfig.importPath=".;/media/hda2/home/mahesh/dvevm_1_10/codec_engine_1_02/examples/servers/video_copy/../..;/media/hda2/home/mahesh/dvevm_1_10/codec_engine_1_02/packages;/media/hda2/home/mahesh/dvevm_1_10/codec_engine_1_02/packages/ti/sdo/ce/packages;/opt/bios_5_33_02/packages;/media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21/packages;../..;/media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21;/media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21/etc ;/opt/bios_5_33_02/packages/ti/bios/include" -Dxdc.bld.targets="" -DTOOLS= /media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21/packages/xdc/cfg/cfg.js package/cfg/video_copy_x64P video_copy.x64P

    js: "/media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21/include/utils.tci", line 650:

     

     

     

    exception from uncaught JavaScript throw: TypeError: Cannot call method "findPkg" of undefined

     

    "./video_copy.cfg", line 11

    "/media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21/include/utils.tci", line 562

    "/media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21/include/utils.tci", line 480

    "./package/cfg/video_copy_x64P.cfg", line 507

    "./package/cfg/video_copy_x64P.cfg", line 481

    "./package/cfg/video_copy_x64P.cfg", line 532

    "/media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21/include/utils.tci", line 562

    "/media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21/packages/xdc/cfg/cfg.js", line 45

    gmake: *** [package/cfg/video_copy_x64Pcfg_c.c] Error 1

    gmake: *** Deleting file `package/cfg/video_copy_x64Pcfg_c.c'

    gmake: *** [package/cfg/video_copy_x64Pcfg_c.c] Deleting file `package/cfg/video_copy_x64Pcfg.cmd'

    gmake: *** [package/cfg/video_copy_x64Pcfg_c.c] Deleting file `package/cfg/video_copy_x64Pcfg.s62'

    gmake[1]: *** [all] Error 2

    gmake[1]: Leaving directory `/media/hda2/home/mahesh/dvevm_1_10/codec_engine_1_02/examples/servers/video_copy'

    gmake: *** [all] Error 2

    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    I checked the memmory configuration file

     

     

    *.tcf and *.cfg

    file both ok as per SPRAAK7 pdf.

    After Debuging i

     

     

    concluded that the package.xds file is missing from

    codec_engine_1_02/packages/ti/sdo/ce/osal/package/

    and this file is searching in xdc.tci script file .

    /media/hda2/home/mahesh/dvevm_1_10/xdctools_1_21/packages/xdc/xdc.tc

     

     

     

     

    i

    xdc.loadPackage = function( qn )

    {

    qn = "" + qn; /* compatibility with Java */

    var $om = xdc.om;

    var stat = qn + '$$stat';

    var pkgStack = xdc.$$pkgStack;

    if (stat in $om) {

    switch ($om[stat]) {

    case 0:

    throw new Error ("xdc.loadPackage('" + qn + "'): package cycle: " + pkgStack);

    // print("WARNING: xdc.loadPackage('" + qn + "'): package cycle: " + pkgStack);

    case 1:

    return $om[qn];

    }

    }

    var fname = qn.replace(/\./g, '/');

    var sch = '/package/' + qn + '.sch';

    var cname = xdc.findFile(fname + sch);

    if (cname == null) {

     

     

     

    var sch = '/package/package.xds';

     

     

     

     

    var cname = xdc.findFile(fname + sch);

    if (cname == null) {

    if (cname == null) {

    throw new Error ("xdc.loadPackage: can't find package '" + qn

    + "' along the path '" + xdc.curPath()

    + "'; try redefining the package path (XDCPATH).");

    }

    else {

    throw new Error ("xdc.loadPackage: an outdated version of '"

    + qn + "' package found along the path '" + xdc.curPath()

    + "'.");

    }

    }

     

  • First I would like to say that the software stack you are using is extremely old, if you are just getting started I would highly recommend moving to a newer DVSDK, the latest DVSDKs can be downloaded from here, for the DM644x in particular as of today you will want DVSDK 2.00 (other higher DVSDK versions are currently for specific devices).

    As to the problem you are encountering, have you tried building the DVSDK (what they called DVEVM_1_10 in the old days) from the root directory of the installation? In general the builds are tested by building the entire DVSDK at once, as opposed to building individual examples, a fresh install with the rules.make file adjusted for paths (as per the getting started guide) should build completely from the root installation directory.

  • Hi Bernie,

    I installed 3-4 times DVEVM package and i followed the getting started guide...........

    I am able to build and run the given Demos and also form dsplink/dsp/sample/message ,dsplink/gpp/sample/message these example and i modified some example here for both dsp and gpp side its working fine.

    I am able to build the codecs from codec_engine/example/codecs/ but i am struck with codec_engine/example/server and codec_engine/example/apps to build. 

  • I agree with Bernie, you should start with something newer.  We've learned a lot in the last 3 years(!), and you'll be missing all that good stuff.

    My guess is that you're trying to integrate a [much] newer Framework Components release and the [extremely] old XDC tools you're using can't consume/integrate these new releases.

    Chris

  • Hi ChrisRing,

    Yes i agree with you so i downloading the new versions.

     

    Mahesh V K