Other Parts Discussed in Thread: AM68A, AM69A, AM67A
Tool/software:
AM62P: How can I download "tidl_tools" for edgeai-tidl-tools
recently i follow the step to setup my environment but facing issue
when execute below command in my container
cd edgeai-tidl-tools
export SOC=AM62
source ./setup.sh
log:
::
root@495cd072efea:/home/root# source ./setup.sh
TIDL_TOOLS_TYPE set to :CPU
X64 Architecture
SOC=am62
Installing python packages..
Downloading CPU TIDL TOOLS AM62 ...
tar (child): tidl_tools.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
bash: cd: tidl_tools: No such file or directory
::
what is the correct "export SOC=?" to set for target AM62P?
seems like it can not find the tidl_tools.tar.gz for AM62 (if i change to SOC=am62a it able to download, but is it right to be used for AM62/AM62P?)
setup.sh:
Reference link:
https://github.com/TexasInstruments/edgeai-tidl-tools/blob/master/README.md#setup
Best Regards,
WengChong