2022 高通 SA8155P、SDM845平台 开源代码下载

  • SA8155P 开源代码下载:Android 10
  • sdm845 开源代码下载:Android 12

SA8155P 开源代码下载:Android 10

官网:
https://wiki.codelinaro.org/en/clo/la/release

repo init --depth=1 -u https://git.codelinaro.org/clo/la/platform/manifest.git -b release -m LA.AU.1.3.1.r2-02900-sa8155.0.xml --repo-url=https://git.codelinaro.org/clo/tools/repo.git --repo-branch=qc-stable
repo sync -j8 -c --no-tagsApril 07, 2022    LA.AU.0.3.1.r5-00800-sa8155_gvmq.0  msmnile_gvmq    LA.AU.0.3.1.r5-00800-sa8155_gvmq.0.xml  10.00.00

操作示例:

ubuntu:~/qcom$ mkdir SA8155P
ubuntu:~/qcom$ cd SA8155P/
ubuntu:~/qcom/SA8155P$ repo init --depth=1 -u https://git.codelinaro.org/clo/la/platform/manifest.git -b release -m LA.AU.1.3.1.r2-02900-sa8155.0.xml --repo-url=https://git.codelinaro.org/clo/tools/repo.git --repo-branch=qc-stable
Downloading Repo source from https://git.codelinaro.org/clo/tools/repo.git
remote: Enumerating objects: 7696, done.
remote: Counting objects: 100% (207/207), done.
remote: Compressing objects: 100% (172/172), done.
remote: Total 7696 (delta 113), reused 65 (delta 33), pack-reused 7489
Receiving objects: 100% (7696/7696), 3.33 MiB | 889.00 KiB/s, done.
Resolving deltas: 100% (4875/4875), done.
Get https://git.codelinaro.org/clo/la/platform/manifest.git
remote: Enumerating objects: 642, done.
remote: Counting objects: 100% (642/642), done.
remote: Compressing objects: 100% (121/121), done.
remote: Total 642 (delta 579), reused 570 (delta 521), pack-reused 0
Receiving objects: 100% (642/642), 11.71 MiB | 1.61 MiB/s, done.
Resolving deltas: 100% (579/579), done.
From https://git.codelinaro.org/clo/la/platform/manifest* [new branch]      release    -> origin/releaseIf you want to change this, please re-run 'repo init' with --config-namerepo has been initialized in /Data/qcom/SA8155P
ubuntu:~/qcom/SA8155P$ repo sync -j8 -c --no-tags
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
remote: Enumerating objects: 120, done.
remote: Counting objects: 100% (120/120), done.
remote: Compressing objects: 100% (113/113), done.

下载过程中,可以使用du -shBM .repo/ 查看下载了多少:

ubuntu:~/qcom/SA8155P$ du -shBM .repo/
2903M   .repo/
ubuntu:~/qcom/SA8155P$ du -shBM .repo/
2912M   .repo/
ubuntu:~/qcom/SA8155P$ du -shBM .repo/
2920M   .repo/

sdm845 开源代码下载:Android 12

repo init --depth=1 -u https://git.codelinaro.org/clo/la/platform/manifest.git -b release -m LA.UM.10.3.r1-01700-sdm845.0.xml --repo-url=https://git.codelinaro.org/clo/tools/repo.git --repo-branch=qc-stable                   Downloading Repo source from https://git.codelinaro.org/clo/tools/repo.gitrepo sync -j8 -c --no-tagsApril 08, 2022   LA.UM.10.3.r1-01700-sdm845.0    sdm845  LA.UM.10.3.r1-01700-sdm845.0.xml    12.00.00
ubuntu:~/qcom$ mkdir SDM845
ubuntu:~/qcom$ cd SDM845/
ubuntu:~/qcom/SDM845$ repo init --depth=1 -u https://git.codelinaro.org/clo/la/platform/manifest.git -b release -m LA.UM.10.3.r1-01700-sdm845.0.xml --repo-url=https://git.codelinaro.org/clo/tools/repo.git --repo-branch=qc-stable                   Downloading Repo source from https://git.codelinaro.org/clo/tools/repo.git
remote: Enumerating objects: 7696, done.
remote: Counting objects: 100% (207/207), done.
remote: Compressing objects: 100% (172/172), done.
remote: Total 7696 (delta 113), reused 65 (delta 33), pack-reused 7489
Receiving objects: 100% (7696/7696), 3.33 MiB | 909.00 KiB/s, done.
Resolving deltas: 100% (4875/4875), done.
Get https://git.codelinaro.org/clo/la/platform/manifest.git
remote: Enumerating objects: 642, done.
remote: Counting objects: 100% (642/642), done.
remote: Compressing objects: 100% (121/121), done.
remote: Total 642 (delta 579), reused 570 (delta 521), pack-reused 0
Receiving objects: 100% (642/642), 11.71 MiB | 1.89 MiB/s, done.
Resolving deltas: 100% (579/579), done.
From https://git.codelinaro.org/clo/la/platform/manifest* [new branch]      release    -> origin/releaseIf you want to change this, please re-run 'repo init' with --config-namerepo has been initialized in /Data/qcom/SDM845ubuntu:~/qcom/SDM845$ repo sync -j8 -c --no-tags
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
remote: Enumerating objects: 12, done.
remote: Counting objects: 100% (12/12), done.
remote: Compressing objects: 100% (11/11), done.
remote: Total 12 (delta 1), reused 10 (delta 1), pack-reused 0
From https://git.codelinaro.org/clo/la/platform/bootable/libbootloader* branch            8f268e0a5da9c619723a437e0d6836040dd8d179 -> FETCH_HEAD
Fetching projects:   0% (1/1019) platform/bootable/libbootloaderremote: Enumerating objects: 97, done.
remote: Counting objects: 100% (97/97), done.

分卷压缩命令: tar czf - SA8155P | split -d -b 2G - SA8155P_Android10.tar.gz_

2022 高通 SA8155P、SDM845平台 开源代码下载相关推荐

  1. 2022最新高通8155平台开源代码最新代码下载、编译方法

    目录 1. 场景 2. 下载高通OpenSource代码 3. 编译 4. 修改代码 5. 问题记录 网上几乎99.99%都是旧教程(我没查到一个新的),现在下载网址变了. 亲测有效!我的是高通SA8 ...

  2. 高通android开源代码下载

    高通android开源代码下载 开源网站https://www.codeaurora.org/projects/all-active-projects/android-msm,选择wiki,在Wiki ...

  3. 高通Android智能平台环境搭建_编译流程分析

    高通Android智能平台环境搭建_编译流程分析 高通平台环境搭建,编译,系统引导流程分析 TOC \o \h \z \u 1. 高通平台android开发总结. 7 1.1 搭建高通平台环境开发环境 ...

  4. 高通Android智能平台开发总结

    高通Android智能平台开发总结 1. 高通平台android开发总结. 7 1.1 搭建高通平台环境开发环境. 7 1.2 搭建高通平台环境开发环境. 7 1.2.1 高通android智能平台概 ...

  5. 智能座舱更看重「性能冗余」,4家中国供应商领跑高通两代平台

    高通8155,未必是智能座舱的真正王者,但至少在当下,是所有车企可以拿得出手吸引消费者的,为数不多的筹码.而到了明年,5nm的高通第四代座舱平台8295也有机会延续8155的强势地位. 要知道,在国内 ...

  6. 2022全新Oreo支付系统平台开源版源码

    源码下载:2022全新Oreo支付系统平台开源版源码-小程序文档类资源-CSDN下载 OREO支付系统是一个安全.可靠.专业.强大的免签约支付接口系统源码,采用了群集服务器,不仅防御高,故障率也相对来 ...

  7. Android图形合成和显示系统---基于高通MSM8k MDP4平台

    介绍了Android SurfaceFlinger层次以下的图形合成和显示系统,主要基于高通MSM8k MDP4x平台. 做为Android Display专题.SurfaceFlinger的详细介绍 ...

  8. 邀你来参会!冠军方案实战分享,2022高通人工智能开发者大会来了

    2022年12月2日,高通人工智能开发者大会即将在成都金牛区举行.大会将携手产业界各路技术大咖,聚焦探讨人工智能行业产业生态链的升级与挑战.本次活动由高通公司冠名赞助,成都市金牛城市建设投资经营集团有 ...

  9. 高通5G智能平台概述

    高通5G智能平台概述 高通 android 智能手机解决方案的软件包括两个部分 以linux 操作系统为基础的 android 系统 以 L4,REX为基础的 Modem 部分 在高通系列的架构中,一 ...

最新文章

  1. 网络营销方案之巧用电子书营销
  2. jsp mysql在线考试系统源码_jsp+ssm+mysql实现的学生在线考试系统项目源码附带视频导入运行教程...
  3. SQL Server语句大全(增删改查数据、创建表、删除表、修改表)
  4. Windows下Git Bash Here怎么整个文件夹目录上传到代码仓库(不论GitHub、GitLab、Gitee、DevCloud)
  5. FCKeditor + smarty
  6. 人民日报谈焦虑成社会常见病:好的人生需要文火慢炖
  7. js 小数自动补0_JS自定义保留小数,并支持补零(四舍五入)
  8. VisualStudio2022创建.ASP.NET应用程序
  9. RedHat7如何配置新网卡
  10. 基于数码相机拍照图像分析的植被覆盖率(FVC)计算软件人品大家自己斟酌
  11. 到了2017还在苦等房价下跌的人,你们可以醒醒了!
  12. 二代测序call indel 总结
  13. BOF图像特征词典的原理以及实际测试
  14. php 新历转农历,PHP实现阳历转阴历的方法
  15. lyapunov直接法
  16. Linux进阶_PAM认证机制
  17. Altium Designer(2)-抄板以及绘制原理图
  18. PTA-判断输入的字符是哪种类型
  19. ​消费新品周报 | 吉列发布全球首支热感剃须刀;宝洁“OPTE AI 素颜仪”全球首秀...
  20. 微信小程序 本地存储

热门文章

  1. 9.那些年我们一起经历过的痛-“15个最常见介词的深层次含义”
  2. lol服务器维护局,英雄联盟全区停机维护公告
  3. vue3+ts 引用本地图片路径的解决方案
  4. 马化腾关于腾讯梦想的回复截图系网友PS;天天P图回应收集隐私;库克回应巴菲特增持苹果股票丨价值早报...
  5. 电脑清理怎么做?5个方法帮你解决电脑空间不足的问题!
  6. typescript 错误码大全
  7. 五大流量痛点如何解决?未来又将如何发展
  8. 从事iOS开发八年,却只发布了一款APP
  9. 研发运营一体化(DevOps)能力成熟度模型
  10. 如何在百度推广里加入两个密保手机