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.

TDA4VMXEVM: Running inference for the customized tflite model

Part Number: TDA4VMXEVM

I am pretty new to TDA4EVM. I am trying to run the inference for the imported tflite model. Although I am able to import the model using TIDL Import tool, I am not able run the inference on the EVM board.

I am able to make the TI_DEVICE_dsp_test_dl_algo.out in ubuntu 18.04.

When I try to run this binary on the board, it says "Exec format error" and exits from the execution.

The screenshot is shown below.

Any thought is greatly appreciated.

Thanks,

Bindu

  • You are running PSDKLA and trying to launch the application from linux console

    TI_DEVICE_dsp_test_dl_algo.out is a standalone binary not to be launched by linux, and it has to be executed as documented in the user guide

    If you need to run the model as a part of the open VX framework (distributed with the SDK), please refer to the SDK user guide regarding how to import your network to openVX node

    - Subhajit

  • Hello Subhajit,

    Thanks for the response. I followed the SDK user guide and was successfully able to load the TI_DEVICE_dsp_test_algo.out in the board.

    Thanks for the kind suggestion.

    Bindu