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.

CCS/OMAP-L138: Windows environment for OMAP-L138 DSP side

Part Number: OMAP-L138
Other Parts Discussed in Thread: CCSTUDIO, OMAPL138

Tool/software: Code Composer Studio

Hello, 

I need to arrange Windows (10) environment for OMAP-L138 DSP side.

I tried to install CCS v9.01 and got the below errors while installing the suggested updates.

Besides I will need DSP/BIOS or SYS/BIOS and I did not find clear instructions on what and how to install.

Could you please let me know if the errors are the real issues and also prompt for DSP/BIOS or SYS/BIOS installations steps?

Thanks,

Aviv

An error occurred while collecting items to be installed

session context was:(profile=epp.package.cpp, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).

Problems downloading artifact: osgi.bundle,com.ti.rtsc.NSP.product_1.10.0.03,1.10.0.03.

   File has invalid content:C:\Users\AVIV~1.PRI\AppData\Local\Temp\signatureFile6513768349663715263.jar

     Invalid content:plugin.xml

    The file "plugin.xml" in the jar "C:\Users\AVIV~1.PRI\AppData\Local\Temp\signatureFile6513768349663715263.jar" has been tampered!

 

An error occurred while configuring the installed items

session context was:(profile=epp.package.cpp, phase=org.eclipse.equinox.internal.p2.engine.phases.Configure, operand=[R]com.ti.ccstudio.installer.win32.feature.group 9.0.1.00004 --> [R]com.ti.ccstudio.installer.win32.feature.group 9.1.0.00010, action=com.ti.ccstudio.p2.actions.RunInstallerAction).

Cannot install, please check c:\ti\ccs901\ccs\eclipse\downloads\ccs_p2_updates.log for more details.

 

An error occurred while installing the items

session context was:(profile=epp.package.cpp, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]com.ti.ccstudio.installer.win32_root 9.1.0.00010, action=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.UnzipAction).

The artifact for binary,com.ti.ccstudio.installer.win32_root,9.1.0.00010 is not available.

 

  • Aviv,

    For OMAPL138/C6748 development, you can use the PROCESSOR-SDK-RTOS-OMAPL138 available at:

    http://www.ti.com/tool/PROCESSOR-SDK-OMAPL138 

    The update errors seem to be coming from an unexpected modification on one of the update files (the "tampered" error message above). I would not install this particular update (CCSv9 Service Release Windows) at this time, especially because the SDK above was tested with CCSv9.0.1. 

    Hope this helps,

    Rafael

  • Thanks for the answer!
    I have installed the specified SDK. Next step I was trying to follow the following guide:
    software-dl.ti.com/.../index_examples_demos.html
    ("template app which can be found at: processor_sdk_rtos_<platform>_<version>/demos/rtos_template_app/<soc_name>/<evm_name>/<core_name>.")

    C:\ti\processor_sdk_rtos_omapl138_6_00_00_07>dir
    Volume in drive C has no label.
    Volume Serial Number is 42AE-E447

    Directory of C:\ti\processor_sdk_rtos_omapl138_6_00_00_07

    09/12/2019 06:13 PM <DIR> .
    09/12/2019 06:13 PM <DIR> ..
    09/12/2019 06:13 PM <DIR> bin
    09/12/2019 06:13 PM <DIR> demos
    09/12/2019 06:13 PM <DIR> docs
    07/08/2019 06:21 AM 4,696 makefile
    09/12/2019 06:14 PM 2,675 Rules.make
    09/12/2019 06:14 PM 3,600 setupenv.bat
    07/08/2019 06:21 AM 3,421 setupenv.sh
    4 File(s) 14,392 bytes
    5 Dir(s) 28,706,480,128 bytes free

    C:\ti\processor_sdk_rtos_omapl138_6_00_00_07>dir demos
    Volume in drive C has no label.
    Volume Serial Number is 42AE-E447

    Directory of C:\ti\processor_sdk_rtos_omapl138_6_00_00_07\demos

    09/12/2019 06:13 PM <DIR> .
    09/12/2019 06:13 PM <DIR> ..
    09/12/2019 06:13 PM <DIR> audio-benchmark-starterkit
    0 File(s) 0 bytes
    3 Dir(s) 28,706,480,128 bytes free

    Unfortunately I didn't find any "RTOS/Bare-metal Template Application". Is there something complementary that should be installed/copied?
    Thanks,
    Aviv

  • Aviv, 

    Please apologize; I missed your reply. I will redirect to the people that created this SDK. 

    In past releases you needed to run a specific script to create the projects, but I am unsure if verison 6 of the SDK changed that. 

    Regards,

    Rafael

  • Hi,


    Here is the guide to creating the bare-metal (no-os) application:
      

    Best Regards,
    Yordan

  • Hi,

    as mentioned above I am following this very guide, but I don't see templates processor_sdk_rtos_<platform>_<version>/demos/rtos_template_app/<soc_name>/<evm_name>/<core_name>.") or alternatively any example project to leverage

    I guess these are missing in the installed package. So my question is how to get these?

    Thanks,

    Aviv

  • Hi,

    Those are not part of the Processor SDK RTOS package, but rather included in the CCS packages. Also note that this is a basic hello_world app running on the C6748 DSP. The template apps described in 9.1. Template Application Workshop from the above guide are not available for OMAP-L138.


    Best Regards,
    Yordan