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: tidl_tools does not exist or is empty

Part Number: TDA4VM
Other Parts Discussed in Thread: AM68A, AM69A, AM67A

Tool/software:

refer to github.com/.../edgeai-tidl-tools I am executing the instructions

git clone  github.com/.../edgeai-tidl-tools.git
cd edgeai-tidl-tools
git checkout master
# Supported SOC name strings am62,  am62a, (am68a or j721s2), (am68pa or j721e), (am69a or j784s4), (am67a or j722s)
export SOC=am68pa
source ./setup.sh

and

cd edgeai-tidl-tools
source ./setup_env.sh am68pa

An error occurred afterwards:
[ERROR] /home/dexx/edgeai-tidl-tools/tools/AM68PA/tidl_tools does not exist or is empty. Please run the setup.sh
There is indeed no '/AM68PA/tidl_tools' in the path
I executed setup again, but still encountered this error. How can I resolve it? Thank you for your support!

  • Hi,

    You should only need to do the source ./setup.sh from the edgeai-tidl-tools directory.   I assume you are running the latest version, since you are checking out the master branch.  Please see if there is a tools/<device>/tidl_tools directory.   The tidl_tools directory has been moved in the newer versions.  If tolls/<device>/tidl_tools is not there, can you please remove ./tools/<device>/tidl_tools directory (and make sure it is gone), unset TIDL_TOOLS_PATH, then run setup.sh again.  Please send me the output after running the script.

    regards,

    Chris