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: Regarding the issue of installing edgeai-tidl-tools

Part Number: TDA4VM

Tool/software:

Hi,

My SDK is ti-processor-sdk-rtos-j721e-evm-08_06_00_12. I want to install edgeai-tidl-tools on PC ubuntu18.04. Next is my installation process:

1.git clone https://github.com/TexasInstruments/edgeai-tidl-tools.git            cd edgeai-tidl-tools

2.git checkout ti-processor-sdk-rtos-j721e-evm-08_06_00_12


There is an error.My solution is as follows:

2.1 git branch

2.2 git fetch origin rel_8_6

2.3 git checkout rel_8_6

3.export SOC=am68pa

4. source ./setup.sh

I didn't care about this issue.

5.configuration environment

export TIDL_TOOLS_PATH=$(pwd)/tidl_tools
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$TIDL_TOOLS_PATH
export ARM64_GCC_PATH=$(pwd)/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu

6.mkdir build && cd build

cmake ../examples && make -j && cd ..

There is an error here.

I compared the file directory on GitHub and found that there is indeed no 'CMakeFiles' folder. 

How to solve it? We look forward to your reply.

Thanks,

  • TIDL is only supported on Ubuntu 22.04.  Other versions of the OS will encounter some issues and are not recommended. 

  • Hi,

    I have upgraded the system to Ubuntu 22.04. I have successfully completed the installation of edgeai-tidl-tools. I want to Compile and Validate on X86_PC.

    When I was executing "cmake ../examples && make -j && cd ..", an error occurred.

    From the error message, it seems that some files are missing.I checked the 'build' folder and confirmed that those files do not exist.

    My branch is master.

    My python version is 3.10.

    How should I solve the above problem? Please help.

    Thank you.

  • Hi,

    Sorry for the delay in getting back to you. Could you clarify what release tag of edgeai-tidl-tools you are on so we can reproduce on our end?

    Best,

    Asha