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.

[参考译文] AM6548:uboot git 已关闭

Guru**** 2416110 points


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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1533768/am6548-your-uboot-git-is-down

器件型号:AM6548

工具/软件:

尊敬的 TI:

从 2025 年 6 月 20 日开始、我无法使用 git 来克隆 uboot 代码。

是否在维护中或 git 路径已更改?

Eric

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

    您好、Eric、

    [引述 userid=“445865" url="“ url="~“~/support/processors-group/processors/f/processors-forum/1533768/am6548-your-uboot-git-is-down

    从 2025 年 6 月 20 日开始、我无法使用 git 来克隆 uboot 代码。

    是否在维护中或 git 路径已更改?

    [/报价]

    看起来 TI Git 服务器端的一些更改(禁用对旧“git 传输“协议的支持以改用新的行业标准“https 传输“协议)破坏了该 SDK 中的一些配方。 请注意、这是一次过渡、不仅影响了 TI 服务器、还影响了 Github 和其他人(实际上比 TI 服务器过渡之前)。

    解决方法是手动更新失败配方中的 Git URL。 请查看下面的提交。 您或许可以选择它、但如果没有、您可以手动合并所做的更改。

    https://git.ti.com/cgit/arago-project/meta-ti/commit/?id=8adeecdc49d6c2c46dbb1970f48be464bb89d10c

    commit 8adeecdc49d6c2c46dbb1970f48be464bb89d10c
    Author: Ryan Eatmon <reatmon@ti.com>
    Date:   Fri Nov 4 22:46:20 2022 +0000
    
        all: Stop using git://git.ti.com
    
        Stop using un-encrypted git:// protocol to access TI repositories.
    
        This is inline with the same arguments as made by github in
        github.blog/.../
    
        Signed-off-by: Nishanth Menon <nm@ti.com>
        Signed-off-by: Ryan Eatmon <reatmon@ti.com>
        Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
        Signed-off-by: Ryan Eatmon <reatmon@ti.com>

    此致、Andreas