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!