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.

RTOS/AM5728: Linux using pdkProjectCreate.sh shows errors

Part Number: AM5728
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

I am using an Ubuntu 18 LTS laptop to develop for an AM572X Industial development kit.

I have installed ti-proessor-sdk-RTOS-am57xx-evm-05.03.00.07-linux-x86-install, ti-processor-sdk-linux-rt-am57xx-evm-linux-rt-am57xx-evm-05.03.00.07-linux-x86.

When I navicaged to the <home>/ti/pdk_am57xx_1_0_14/packages/ and run pdkProjectCreate.sh I get an error message

--------

Creating project 'XXX'...

!ERROR: No projects of type 'com.ti.rtsc.SYSBOPS' are curreing inatalled!

-------

When I check in <home>/ti I have the folder bios_6_75_02_00 and code composer 9 can find the sysbios 6.75.2.

I have tried reinstalling the downloaded packages and running the setup environment scripts.  I am not sure what my next troubleshooting steps should be.

  • Bryan Pudlo said:
    When I check in <home>/ti I have the folder bios_6_75_02_00 and code composer 9 can find the sysbios 6.75.2.

    The pdkProjectCreate.sh script in pdk_am57xx_1_0_14 by default uses the following as the CSS installation to use for creating the projects:

    # Tools root directory
    if [ -z $CCS_INSTALL_PATH ]; then
        export CCS_INSTALL_PATH=~/ti/ccsv8
    fi

    Did you edit pdkProjectCreate.sh to change the CCS_INSTALL_PATH, or set the CCS_INSTALL_PATH environment variable prior to running the script, to point at your CCS 9 installation?

  • Bryan,

    As Chester indicated current SDK version that you are using is system tested using CCSv8.3 so we definitely would recommend that you use the version that we have specified in the Release notes so there is 

    From the log, the project name XXX concerns me. Also, the eclipse package name should be com.ti.rtsc.SYSBIOS and not com.ti.rtsc.SYSBOPS.which makes me think that this is an issue with eclipse content detected on your Linux machine that is causing this issue.

    If you have completed the CCS Discovery step then can you go to Help-> About Code Composer studio and click on "Installation details" and provide a screenshot of the components specifically SYSBIOS and ID detected in CCS

     Generally the user experience with creating project should look like this:

    https://www.youtube.com/watch?v=rwXThPZmxvE

    Regards,

    Rahul

  • Thank you very much.  I was able to build the project changing the /ti/ccs8 to /ti/ccs901/ccs

    Was there a specific script that was supposed to be run to set the CCS_INSTALL_PATH?  I'm wondering if I forgot to run a script.

  • OK thank you. I will install CCSV8.3, that was a typo on my end.  It is installed to the correct folder.