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: building custom application as part of j7 pdk

Part Number: TDA4VM

Hello Team,

I am trying to build a single app which will integrate different drivers of pdk, but as a first step, i tried to create a basic hello world in /pdk_jacinto_07_03_00_29/packages/ti/custapp/HelloWorld

I could see that the app requires <comp>_component.mk and makefile in package level and also a seperate makefile in component src level.

i also observed that i need to update /pdk_jacinto_07_03_00_29/packages/ti/build/comp_path.mk file with comp path from my application and

also include paths in /pdk_jacinto_07_03_00_29/packages/ti/build/makerules/component.mk and /pdk_jacinto_07_03_00_29/packages/ti/build/makerules/env.mk files.

But even after the updates, i am unable to find the application as part of ti/build/make option.

Can you please let me know what i am missing to include the new component as part of build options ?