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.

[参考译文] AM62A7:TI-Linux-kernel git 在 bitbake 命令期间不可访问

Guru**** 2474130 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1463467/am62a7-ti-linux-kernel-git-not-accessbile-during-bitbake-command

器件型号:AM62A7

工具与软件:

大家好、AM62A 团队!

客户发现、目前无法访问 ti-linux-kernel 的 git。 您能检查一下吗?  

我不知道他们在使用什么 SDK 版本。 但根据日志片段、它似乎不是 SDK10.x、因为内核版本不是6.5.y。

---------------

linux-ti-stage-6.1.33+gitAUTOINC+8f7f371be2-r0b.arago5_psdkla_109_edgeai_0_edgeai_5 do_fetch:未能获取 URL git://git.ti.com/git/ti-linux-kernel/ti-linux-kernel.git;protocol=https;branch=ti-linux-6.1.y、尝试镜像(如果可用)

 

Git://git.ti.com/git/ti-linux-kernel/ti-linux-kernel.git

---------------

谢谢。

此致、  

插孔

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    这些访问问题通常是瞬时的。 我建议再试一次。

    此外、您可以尝试将内核手动克隆到临时文件夹中、以查看这是否有效;这将有助于验证一般的服务器可访问性和连接性。

    $ git clone git.ti.com/.../ti-linux-kernel.git
    Cloning into 'ti-linux-kernel'...
    <...snip...>

    此致、Andreas