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.

TDA4VM: How to make pdk all examples and timesync_ptp

Part Number: TDA4VM

Hi,

The customer tries to modify timesyn, but the modified code does not take effect after compilation.

Below are building steps:

source pdksetupenv.sh

cd ti-processor-sdk-rtos-j721e-evm-07_01_00_11/ethfw

sudo make ethfw_all BUILD_SOC_LIST=J721E

success

But the code modified didn't work

so he make all pdk

cd ti-processor-sdk-rtos-j721e-evm-07_01_00_11/pdk_jacinto_07_01_00_45/package

make all_examples

How to make pdk all examples and timesync_ptp?

What is the relationship between timesync and mcu1-0? 

  • Nancy, 

    it seems you may have mixed up ethfw targets and pdk examples. 

    After you setup environment variables, please go to packages\ti\build, execute:

       make help

    you should see all buildable targets, including timeSync_ptp. 

    Then you can make 

      make timeSync_ptp BOARD=j721e_evm CORE=mcu2_1

    mcu2_1 is the core ID of main domain R5, mcu1_0 is the MCU domain R5. 

    regards

    Jian