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.

TDA2PXEVM: Build a Module Source file on IPU1_1

Part Number: TDA2PXEVM

Hello Experts,

I want to develop a module on IPU1_1. In order to do so I followed the following procedure.

1) Added the module init() call in the file "app_init_ipu1_1" in the function "void App_init(void)"

2) Function declaration was done at the top of the same file.

3) The Definition of init() is done in the source file by creating a folder in "Modules" folder. The SRC.mk file to build the source .c file is as below screenshot.

The file is expected to be built on IPU1_1 but does not get included in the build hence I am getting a linking error. When I tried to build it on IPU1_0 it gets included in the build successfully.

Note: The above mentioned SRC.mk file is called from the main makefile from where rest of the modules are called. ( \vision_sdk_b2_board\apps\Makefile ).

What needs to be done to include the source.c file to be built on IPU1_1. Please let me know what is missed.

  • Hi Vipul,

    As discussed in the call today, there were few changes missing in the vision sdk, due to which the code was failing. It is mainly related to inclusion of the AEWB library on ipu1.1. 

    Please try these changes and see if it is works fine. 

    Regards,

    Brijesh