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.

[FAQ] How to re-build the PDK and SDK of PROCESSOR-SDK-RTOS-K2G 6.3 for K2G EVM?

Part Number: 66AK2G12

H,

How to re-build the PDK and SDK of PROCESSOR-SDK-RTOS-K2G 6.3 for K2G EVM?

  • Q1: How to re-build the PDK and SDK of  PROCESSOR-SDK-RTOS-K2G 6.3 for K2G?

    Answer:

    Pre-requisite 

    1. Download and install "PROCESSOR-SDK-RTOS-K2G", processor-sdk-rtos-k2g-evm-06.03.00.106-Windows-x86-Install.exe from https://www.ti.com/tool/PROCESSOR-SDK-K2G

    ( Please install the SDK in the recommended path: C:\ti\)

    2. Download and install CCS 9.3 , https://www.ti.com/tool/download/CCSTUDIO/9.3.0.00012

    PDK build

     1. Open command prompt. 

     2. Go to the install directory of PDK

          >cd C:\ti\pdk_k2g_1_0_16\packages

    3. Run the setupenv.bat - To set up the environmental variables.

          C:\ti\pdk_k2g_1_0_16\packages>pdksetupenv.bat

    4. Build the pdk using gmake

          C:\ti\pdk_k2g_1_0_16\packages>gmake clean -j4

          C:\ti\pdk_k2g_1_0_16\packages>gmake all -j4

    SDK build

     1. Open command prompt. 

     2. Go to the install directory of processor_sdk_rtos_k2g_6_03_00_106

         >cd C:\ti\processor_sdk_rtos_k2g_6_03_00_106

    3. Run the setupenv.bat - To set up the environmental variables.

          C:\ti\processor_sdk_rtos_k2g_6_03_00_106>setupenv.bat

    4. Build the sdk using gmake

          C:\ti\processor_sdk_rtos_k2g_6_03_00_106>gmake clean -j4

          C:\ti\processor_sdk_rtos_k2g_6_03_00_106>gmake all -j4

    Regards

    Shankari G