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.

How to import and compile PDK on CCS?


Hi,
I tried to import "pdk_am57xx_1_0_3" into CCS.
But, I didn't see any project.

How to import and compile PDK on CCS?
Please advise.

My Code Composer Studio Version is 6.1.3.00033.

  • Hi,

    I will ask the RTOS team to look at this. They will respond directly here.
  • Will,

    The PDK libraries are designed to be built using gmake in the Windows environment and the examples projects need to be created by running the pdkProjectCreate script. There are no pre-generated projects in the package as we require the CCS projects to be created based on your custom host setup 

    Please follow the steps provided below to build  tthe Processor SDK RTOS and run the PDK CCS examples. :

    1. Setup development environment using Processor SDK RTOS Setup
    2. Setup PDK build environmentt PDK Setup. Note: setup.bat under processor_sdk_rtos_x_xx_xx_xx also performs the same function
    3. Execute the PdkProjectCreate script in ${PDK_INSTALL_PATH}/packages as described in PDK Example and Test Project Creation wiki 

    please let us know if you have any issues.

    Regards,

    Rahul

    PS: The complete User guide for the SDK is available here:

    Useful training:

     

  • Hi Rahul,
    Thanks for your response.
    I have another questions.
    How to import the following examples into CCS?

    C:\ti\pdk_am57xx_1_0_3\packages\ti\board\diag
    C:\ti\pdk_am57xx_1_0_3\packages\ti\boot\sbl
  • The current build for diag and SBL is only makefile based build so it can`t be imported as is in CCS. However, you can choose to convert the make based build in CCS by creating a project and adding the souce files by looking at the build setup in the make files.

    Regards,
    Rahul