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.

PROCESSOR-SDK-AM335X: Path not found error during Project creation of AM335x

Part Number: PROCESSOR-SDK-AM335X

Hi,

I want to create an example code for Uart.

I am using CCSv 7.1.0, pdk_am335x_1_0_17 & processor_sdk_rtos_am335x_6_03_00_106

Below is the folder structure of CCS and PDK.

I have followed the steps mentioned in the link below for pdk building:

After executing "pdkProjectCreate.bat AM335x evmAM335x little uart example arm C:\ti\pdk_am335x_1_0_17\packages" command, i get following error:

Please help in resolving this issue.

Thanks & best regards,

Prasanna

  • Hi Prasanna,

    The links to your screen caps are broken, so I can't see the errors.

    I suggest using CCS version 9.3 since it was used to validate PRSDK 6.3. Please see: https://software-dl.ti.com/processor-sdk-rtos/esd/AM335X/06_03_00_106/index_FDS.html, Code Composer Studio IDE for Windows Host.

    Also note several possible reasons for pdkProjectCreate failure here: https://software-dl.ti.com/processor-sdk-rtos/esd/docs/latest/rtos/index_overview.html?highlight=tools_install_path#pdk-example-and-test-project-creation

    • Ensure all dependent/prerequisite products are installed and registered with CCS before proceeding with the examples and/or unit test. Starting CCS after installing the Processor SDK products will cause CCS to find and register any new products. Errors will occur during PDK project creation if any dependent products have not been registered with CCS.
    • If the CCS installation is located somewhere other than “C:\ti”, ensure that the pdkProjectCreate script has this location correctly specified by updating the CCS_INSTALL_PATH or set TOOLS_INSTALL_PATH variable
    • You may see errors (failed to start server) during the running of the script if an instance of CCS is running, so please ensure that CCS is closed prior to running the pdkProjectCreate script
    • The scripts will throw errors for invalid input parameters and for invalid configurations. For example, attempting to build DSP projects for the am335x device will throw an error since the am335x device does not contain a DSP processor.

    Please let me know if this resolves the problem.

    Regards,
    Frank