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/AM3352: How to create Starter-ware and diag test project in PROCESSOR RTOS SDK?

Part Number: AM3352

Tool/software: TI-RTOS

Hi  Expert,

I know how to compile/build starterware example and diag example to *.out/*.bin, but I don't know how to create a starter-ware project/diag project.

For PDK project create, I have finished it through pdkProjectCreate.bat in C:\ti\pdk_am335x_1_0_12\packages, but for starterware project and diag project, I didn't find a similar simiple *.bat way to create it, Or I must create the project through CCS?

could you help me?

C:\ti\pdk_am335x_1_0_12\packages\ti\starterware\examples

C:\ti\pdk_am335x_1_0_12\packages\ti\board\diag

  • Hello,
    can you check if below command works for you, at least for .../starterware/
    make PLATFORM=am335x-evm SOC=am335x
    also to see make options you can type "make help"
    This worksk for Linux, do not know about Windows environment.

    Michail
  • Gang Wang,

    The Processor SDK RTOS starterware and diagnostic examples have been designed to be built using make files only so we don`t have an out of box way to build these using CCS projects.

    You can read the build setttings used in the makefiles and convert them into a CCS project but this is non trivial. We have an example of how a makefile based component build is converted to CCS project here:
    processors.wiki.ti.com/.../Creating_a_CCS_Project_for_SBL_on_AM572x_GP_EVM

    You have the option to also refer to legacy starterware packages that contained CCS project if you wish but TI is no longer providing support for that legacy software. The Processor SDK RTOS version of starterware is s cut down version that is maintained to allow customers to migrate to Processor SDK RTOS approach of development.
    processors.wiki.ti.com/.../StarterWare

    Regards,
    Rahul