Other Parts Discussed in Thread: TDA4VM
器件型号: J721S2XSOMXEVM
Thread: TDA4VM 中讨论的其他器件
在开发板上运行./setup_script.sh 时、我遇到了以下错误:
上行源服务器中未找到远程分支 EDGEAI_APP_STACK_11_02_00_00
我在脚本中找到了错误的来源:
Bash
branch_name=EDGEAI_APP_STACK_11_02_00_00
Git clone --single-branch --branch $branch_name https://git.ti.com/cgit/edgeai/edgeai-dl-inferer
我使用以下方法验证了可用的分支和标签:
Bash
git ls-remote --tags https://git.ti.com/cgit/edgeai/edgeai-dl-inferer
分支 EDGEAI_APP_STACK_11_02_00_00 确实不存在。 我使用的是以下 SDK 映像:
ti-processor-sdk-rtos-j721s2-evm-11_02_00_06-prebuilt.tar.gz
问题:此版本的 SDK 应该使用哪个 branch_name?