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: The cfg file in the SD card APP will be updated every time.

Part Number: TDA4VM

Hi,TI engineer:

The SDK version I am using is 8.04.

Why is it that every time I compile, and make install to sd card while the cfg file will be updated every time.

I want to ask which configuration file was copied into the sd card? How to modify?

Regards,

Jordan

  • Hi,

    Our expert is out of office on year-end vacation. Please expect a delay in responses.

    Regards,

    Josiitaa

  • Hi Jordan,

    make install to sd card will always copy the cfg file from your ubuntu host to the SD card. So if you are changing the cfg file on SD card then i recommend changing the same on the source SDK cfg file. So that when you install the changes will be taken care of.

    - Keerthy

  • Hi Keerthy,

    eg. vision_apps/apps/dl_demos/app_tidl_avp4/config/app_avp4.cfg

    I have made changes in app_avp4.cfg in ubuntu SDK package, for example: "enable_viss 0",  and after I executed  "PROFILE=debug ./make_sdk.sh -j16; sudo make linux_fs_install_sd PROFILE=debug ", I found that /opt/vision_apps/app_avp4.cfg in the sd card did not change.

    Please tell me where to copy the .cfg file to the sd card when executing "sudo make linux_fs_install_sd PROFILE=debug".

    And when make is executed, where is the code snippet to copy the cfg file.

    Regards,

    Jordan

  • Hi Jordan,

    vision_apps/apps/dl_demos/app_tidl_avp4/config/app_avp4.cfg

    This config file is used for PC emulation.

    For running on EVM, the config file used is vision_apps/apps/basic_demos/app_linux_fs_files/vision_apps_evm/app_avp4.cfg

    Regards,

    Nikhil