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.

HelloWorld NDK2.2 Example for dual C6474EVM using MCSDK1.0

Hi,

     I modify the helloworld project from mcsdk_1_00_00_08\packages\ti\platform\nimu\test\evm6474l\helloWorld file.

Compare it with the NDK2_2_dual_evm6474.zip project, all of the code under the project file are the same, but it can not run correctly.  Need other set up? Please help.0602.evm6474_OK.rar3286.helloWorld_evm6474l.rar

  • Yuan,

    I do not have EVMC6474 right now to check your shared code. I will do code flow your attached project and let you know the modification if I find it. Mean time, Can you test this attached code on your end? This DSP/BIOS based NDK example,

    2821.NetworkTest-EVM.zip

    You can find the pre-build images at: NetworkTest-EVM\bios5\bin

    Take this .out file, load and run on EVM before you build this project.

  •     the error project when runs it has no response, after click the halt button, it appears as the picture show.

    while the OK project does not appears that problem. It puzzles me, please help.

  • Hi,Pubesh

          I download the .out file into the dual_evm6474 board and run it .  The picture shows the error status. 

    I try to build the project , but the .tcf file can not import , the console message as follows:

    **** Build of configuration Custom for project NetworkTest-EVM ****

    E:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake -k all
    'Building file: ../evmboard.tcf'
    'Invoking: TConf Script Compiler'
    "E:/Program Files/Texas Instruments/xdctools_3_20_03_63/tconf" -b -Dconfig.importPath="E:/Program Files/Texas Instruments/bios_5_41_07_24/packages;/packages/ti/ndk/inc/tci;/packages/ti/ndk/example/network/helloWorld/common;" "../evmboard.tcf"
    js: "E:/Program Files/Texas Instruments/xdctools_3_20_03_63/include/utils.tci", line 552: Error: Can't find import file: 'helloWorld.tci' (not found along 'E:\workspace4.2\NetworkTest-EVM\bios5\Custom/../;E:/Program Files/Texas Instruments/bios_5_41_07_24/packages;/packages/ti/ndk/inc/tci;/packages/ti/ndk/example/network/helloWorld/common;;E:\Program Files\Texas Instruments\xdctools_3_20_03_63/include;E:\Program Files\Texas Instruments\xdctools_3_20_03_63/packages')
    gmake: *** [evmboardcfg.cmd] Error 1
    gmake: Target `all' not remade because of errors.
    Build complete for project NetworkTest-EVM

  • Yuan,

    Did you build this project without error? What is the status, can you run this on EVM board?

    I used this test code long back, tested on EVM. Already I have shared you, right now I do not have this EVM to test and provide the details. If you solve this build error, should be work on EVM. Please find the correct version of dependency package for this test project to build without error. 

  • Hi, Pubesh

    I found that your project  about bios file is tcf which is used in the CCS3.3 tools. The given project is based on CCS5.X. while the bios file should be cfg. But it is tcf. How to update it? Tks

  • Yuan,

    I hope, You can import this project using CCS5.x. Yes, this project having tcf file for BIOS, which is the version of DSP/BIOS-5.x version, not 6.x .

    If you update the DSPBIOS version like DSP/BIOS 5.xx.xx.xx will support for tcf.

  • Yuan,

    I remember the environment variables and package used for this project as per below, you can try to match the dependency packages and version. I have build this project using CCSv4 that time. I hope, you can use CCSv5.x if you do not have CCSv4

    BIOS_INSTALL_DIR : C:\Program Files\Texas Instruments\bios_5_41_09_34

    CG_TOOL_ROOT : C:\Program Files\Texas Instruments\ccsv4\tools\compiler\c6000

    CSL_BASE_DIR : C:\Program Files\Texas Instruments\ccsv4\emulation\boards\evmc6474_v1


    "${CG_TOOL_ROOT}/include"
    "${BIOS_INSTALL_DIR}/packages\ti\bios\include"
    "${env_var:CSL_BASE_DIR}/csl_C6474/inc"
    "${env_var:CSL_BASE_DIR}/include"

  • Hi Yuan,

    There is a migration guide available for DSP BIOS to SYS BIOS. Please post BIOS releated queries on TI-RTOS forum.

    Thank you.

  • Thanks, Rajasekaran K.

         I will download the TI-RTOS 2.x Product to migration the DSP BIOS to SYS BIOS.   

  • Yuan,

    Did you check the environmental variables for the dependency package to build the project?

    If you really going to migrate the DSP BOIS to TI-RTOS for your project, please go ahead and get support from TI-RTOS forum.

    Please provide the status if you are going with DSP BIOS version of 5.x. 

    You can comeback if you need any further support on this.