请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:DRA746 您好、专家。
如标题说明、
我尝试下载 DRA746 Linux 内核和 u-boot 源码、但我遇到了一些有关 repo 的问题
* SDK 软件我使用的是什么:
https://www.ti.com/tool/PROCESSOR-SDK-DRA7X
*参考安装指南我阅读的内容:
请按如下所示检查部分
突击队如下:
主机$导出路径=${INSTALL_DIR}/bin:$PATH
主机$ CD ${INSTALL_DIR}
主机$./bin/fetch-sources.sh
然后我遇到了一些问题。
gibbs@gibbs-MS-7D17:~/work/dra746/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03$ export PATH=${INSTALL_DIR}/bin:$PATH gibbs@gibbs-MS-7D17:~/work/dra746/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03$ ./bin/fetch-sources.sh error: command 'sync' requires repo to be installed first. Use "repo init" to install it here. error: command 'forall' requires repo to be installed first. Use "repo init" to install it here. gibbs@gibbs-MS-7D17:~/work/dra746/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03$ repo init Downloading Repo source from gerrit.googlesource.com/git-repo repo: warning: Invalid UTF-8 output: cmd: ['git', 'tag', '-v', 'v2.32'] b'gpg: Signature made \xe5\xbb\xbf\xe5\xbb\xbf\xe4\xb8\x89\xe5\xb9\xb4\xe4\xb8\x89\xe6\x9c\x88\xe4\xb8\x80\xe6\x97\xa5 (\xe9\x80\xb1\xe4\xb8\x89) \xe4\xba\x8c\xe6\x99\x82\xe5\xbb\xbf\xe4\xb8\x89\xe5\x88\ngpg: using DSA key 8BB9AD793E8E6153AF0F9A4416530D5E920F5C65\ngpg: Good signature from "Repo Maintainer <repo@android.kernel.org>" [unknown]\ngpg: WARNING: This key is not certified with a trusted signature!\ngpg: There is no indication that the signature belongs to the owner.\nPrimary key fingerprint: 8BB9 AD79 3E8E 6153 AF0F 9A44 1653 0D5E 920F 5C65\n' ... A new version of repo (2.32) is available. ... You should upgrade soon: cp /home/gibbs/work/dra746/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03/.repo/repo/repo /home/gibbs/work/dra746/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03/bin/repo fatal: manifest url is required. gibbs@gibbs-MS-7D17:~/work/dra746/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03$ echo ${INSTALL_DIR} /home/gibbs/work/dra746/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03
错误消息为"致命:需要 manifest URL。"
有人给我一些解决这个问题的建议吗?
非常感谢
吉布斯