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.
./oe-layertool-setup.sh -f configs/processor-sdk-analytics/processor-sdk-analytics-<version>-config.txt cd build . conf/setenv echo 'ARAGO_BRAND = "edgeai"' >> conf/local.conf MACHINE="am62axx-evm" bitbake -k tisdk-edgeai-image
编译结果:可以看到有五个任务出错。
于是,我重新编译,再次执行命令:
MACHINE="am62axx-evm" bitbake -k tisdk-edgeai-image
它一直在do_fetch下载ti-tidl-AUTOINC+default-r0_edgeai_2这个资源,耗费大量时间。。。