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,