[RK312X-LINUX4.4] 关于Repo同步失败问题

问题描述

按照文档链接同步代码,出现如下问题:

remote: Counting objects: 7426, done.

remote: Compressing objects: 100% (2200/2200), done.

remote: Total 7426 (delta 5267), reused 7311 (delta 5152)

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

Downloading manifest from ssh://[email protected]/linux/rockchip/platform/manifests

remote: Counting objects: 1836, done.

remote: Compressing objects: 100% (1208/1208), done.

remote: Total 1836 (delta 1322), reused 826 (delta 612)

fatal: manifest 'rk312x_linux_release.xml' not available

fatal: manifest rk312x_linux_release.xml not found


解决方案:

RK312X_Linux4.4已下架,可以下载5.10版本

c 复制代码
repo init --repo-url ssh://[email protected]/repo/rk/tools/repo -u ssh://[email protected]/linux/rockchip/platform/manifests -b linux -m rk312x_linux5.10_release.xml

相关推荐
张风捷特烈14 小时前
Flutter 伪3D绘制#03 | 轴测投影原理分析
android·flutter·canvas
懒羊羊大王&16 小时前
模版进阶(沉淀中)
c++
owde17 小时前
顺序容器 -list双向链表
数据结构·c++·链表·list
GalaxyPokemon17 小时前
Muduo网络库实现 [九] - EventLoopThread模块
linux·服务器·c++
W_chuanqi17 小时前
安装 Microsoft Visual C++ Build Tools
开发语言·c++·microsoft
omegayy17 小时前
Unity 2022.3.x部分Android设备播放视频黑屏问题
android·unity·视频播放·黑屏
mingqian_chu17 小时前
ubuntu中使用安卓模拟器
android·linux·ubuntu
自动花钱机17 小时前
Kotlin问题汇总
android·开发语言·kotlin
tadus_zeng18 小时前
Windows C++ 排查死锁
c++·windows
EverestVIP18 小时前
VS中动态库(外部库)导出与使用
开发语言·c++·windows