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/AM3359: Bootloader example

Part Number: AM3359

Tool/software: Code Composer Studio

Hello,

I wanted to use the bootloader example in the PDK 1.0.12 like in the industrial SDK 2.1.1.12 but  I had no success.

In the past I were able to use the CSS project of the bootloader in the industrial SDK 2.1.1.2. The project is located in SDK_INSTALL_PATH\sdk\starterware\bootloader\ccs. In the current project I wanted to use the bootloader from the PDK. Again the bootloader sorces and includes are contained in PDK_INSTALL_PATH\packages\ti\starterware\bootloader, but this time there is no CSS project.

I were able to created mmcsd test projects using pdkProjectCreate.bat, but no bootloader project was created.

How can I create the corresponding bootloader project?

Thank you very much.

  • Hi Martin,

    We are moving away from the CCS project file due to its dependency to the versions of the CCS and other RTSC compoments.

    We use the makefile instead for the bootloader.

    Please refer to the  pdk_am335x_1_0_16\packages\ti\starterware\bootloader\Makefile for details.

    Ming