王二aaa 发表于 2023-4-14 14:52:23

gitlab无rk3588_linux_release.xml 文件

参考1. 编译 Linux 固件 — Firefly Wiki (t-firefly.com)
通过命令行下载3588 linux SDK时报错如下
ucky@lucky-VirtualBox:~/code/rk3588_sdk$ ./git-repo/repo init --no-clone-bundle-u https://gitlab.com/firefly-linux/manifests.git -b master -m rk3588_linux_release.xml
Downloading Repo source from /home/lucky/code/rk3588_sdk/git-repo/.git
remote: 枚举对象中: 8022, 完成.
remote: 对象计数中: 100% (8022/8022), 完成.
remote: 压缩对象中: 100% (2787/2787), 完成.
remote: 总共 8022 (差异 5154),复用 8022 (差异 5154)

warning: 'refs/heads/main' is not signed; falling back to signed release 'v2.32'

fatal: manifest 'rk3588_linux_release.xml' not available

查看gitlab 也没有对应的rk3588_linux_release.xml文件   https://gitlab.com/firefly-linux/manifests/。

如何才能通过命令行的方式下载SDK
谢谢!

Liuth 发表于 2023-4-14 17:23:07

gitlab 有这个文件的,你再试试?

如果还不行,可能是你的repo有问题
用这个命令获取一下repo
repo init --no-clone-bundle --repo-url https://gitlab.com/firefly-linux/git-repo.git

页: [1]
查看完整版本: gitlab无rk3588_linux_release.xml 文件