repo init 下载完整SDK报错“manifest 'rk3588_linux_release.xml' not available”

固件类型:官方提供的固件
固件文件名称:rk3588_linux_release.xml
固件下载地址:Firefly-Linux / manifests · GitLab
Log日志:log.txt

根据https://wiki.t-firefly.com/zh_CN/iCore-3588Q/linux_compile.html#an-zhuang-gong-ju中的操作说明下载源码[i]## 完整 SDK[/i]repo init --no-clone-bundle --repo-url Firefly-Linux / git-repo · GitLab -u Firefly-Linux / manifests · GitLab -b master -m rk3588_linux_release.xml## BSP ( 只包含基础仓库和编译工具 )## BSP 包括 device/rockchip 、docs 、 kernel 、 u-boot 、 rkbin 、 tools 和交叉编译链repo init --no-clone-bundle --repo-url Firefly-Linux / git-repo · GitLab -u Firefly-Linux / manifests · GitLab -b master -m rk3588_linux_bsp_release.xml
下载BSP 版本可以正常进行下载。下载完整 SDK报如下错误:corey@ubuntu:~/workspace/tmp$ repo init --no-clone-bundle --repo-url Firefly-Linux / git-repo · GitLab --repo-branch=master -u Firefly-Linux / manifests · GitLab -b master -m rk3588_linux_release.xmlDownloading Repo source from https://gitlab.com/firefly-linux/git-repo.gitremote: Enumerating objects: 4481, done.remote: Counting objects: 100% (3/3), done.remote: Compressing objects: 100% (3/3), done.remote: Total 4481 (delta 0), reused 0 (delta 0), pack-reused 4478Receiving objects: 100% (4481/4481), 1.65 MiB | 655.00 KiB/s, done.Resolving deltas: 100% (2898/2898), done.fatal: manifest ‘rk3588_linux_release.xml’ not availablefatal: invalid “src”: ../../.repo/manifests/README_yocto.md: bad component: .repo

tchip_askquestions
log.txt (767 Bytes)

请仔细对比wiki这部分内容,更新sdk的这些命令都是验证过的