Edge-V的AOSP源码下载无法连接服务器

0K2OUJYR8Q3OL59_VL{3BP
能否给个VPN账号密码!或什么申请


不用清华源也是一样的报错

@waerrr5614615 清华源那边证书过期了。可以通过关闭证书校验方法解决:

export  GIT_SSL_NO_VERIFY=1

下面是我验证的完整过程,只同步清华源上对应的一个目录:

hlm@Server:/wesion/users/hlm/xx55$.repo/repo/repo init -u https://github.com/khadas/android_manifest.git -b khadas-edge-Qt
Downloading Repo source from .repo/repo/.git
remote: Counting objects: 7103, done.
remote: Compressing objects: 100% (3718/3718), done.
remote: Total 7103 (delta 3404), reused 6989 (delta 3311)
Downloading manifest from https://github.com/khadas/android_manifest.git
remote: Enumerating objects: 294, done.
remote: Counting objects: 100% (60/60), done.
remote: Compressing objects: 100% (26/26), done.
remote: Total 294 (delta 23), reused 57 (delta 21), pack-reused 234
Receiving objects: 100% (294/294), 377.60 KiB | 311.00 KiB/s, done.
Resolving deltas: 100% (96/96), done.

If you want to change this, please re-run 'repo init' with --config-name

repo has been initialized in /wesion/users/hlm/xx55
hlm@Server:/wesion/users/hlm/xx55$ export  GIT_SSL_NO_VERIFY=1
hlm@Server:/wesion/users/hlm/xx55$ cd .repo/manifests
hlm@Server:/wesion/users/hlm/xx55/.repo/manifests$ git diff
diff --git a/default.xml b/default.xml
index 413c65f..5f1baeb
--- a/default.xml
+++ b/default.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <manifest>
-  <remote fetch="https://android.googlesource.com/" name="aosp" review="https://android.googlesource.com/"/>
+  <remote fetch="https://aosp.tuna.tsinghua.edu.cn/" name="aosp" review="https://aosp.tuna.tsinghua.edu.cn/"/>
   <remote fetch="https://github.com/khadas/" name="github"/>
   
   <default remote="aosp" revision="refs/tags/android-10.0.0_r45" sync-c="true" sync-j="4"/>
hlm@Server:/wesion/users/hlm/xx55/.repo/manifests$ cd -
/wesion/users/hlm/xx55
hlm@Server:/wesion/users/hlm/xx55$.repo/repo/repo sync -j4 external/pcre
b'  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current\n                                 Dload  Upload   Total   Spent    Left  Speed\n\r  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0\r  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0\ncurl: (60) server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none\nMore details here: http://curl.haxx.se/docs/sslcerts.html\n\ncurl performs SSL certificate verification by default, using a "bundle"\n of Certificate Authority (CA) public keys (CA certs). If the default\n bundle file isn\'t adequate, you can specify an alternate file\n using the --cacert option.\nIf this HTTPS server uses a certificate signed by a CA represented in\n the bundle, the certificate verification probably failed due to a\n problem with the certificate (it might be expired, or the name might\n not match the domain name in the URL).\nIf you\'d like to turn off curl\'s verification of the certificate, use\n the -k (or --insecure) option.\n'
Fetching: 100% (1/1), done in 6.739s
Garbage collecting: 100% (1/1), done in 0.014s
repo sync has finished successfully.
hlm@Server:/wesion/users/hlm/xx55$ 


这种错误是否影响代码完整


加了export GIT_SSL_NO_VERIFY=1还是出现这个,是权限问题吗?

这是另外一种问题了。

见d类问题解决方案。


这个错误如何解

参考上一个回复,试下d类问题解决方案看看。


这个是不是已经同步下载成功


z这个错误如何处理

你倒数第二张图表示已成功同步代码了,你最后一张执行那命令是什么意思?


进入u-boot提示没有mrpreper文件

1,先确认拉的代码是否完全正确?
2,确认工具链是否安装了?
https://docs.khadas.com/android/zh-cn/edge/InstallToolchains.html

请问,编译安卓10需要的内存是多少?16G内存是否可以?>




已经全部编译成功,但在目录 **rockdev/Image-aosp_arm下没有找到1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
rockdev/Image-xxx/
├── MiniLoaderAll.bin
├── boot.img
├── dtbo.img
├── kernel.img
├── misc.img
├── odm.img
├── parameter.txt
├── pcba_small_misc.img
├── pcba_whole_misc.img
├── recovery.img
├── resource.img
├── system.img
├── trust.img
├── uboot.img
├── update.img
├── vbmeta.img
├── super.img
└── vendor.img
这样文件,到在Image-rk3399_Android10有文件但也是不全的!
请问这种情况是否正常?

怎么不全??????????????、?

没有update.img文件,在文件内没看到此文件

在SDK根目录下。。。。。。。。。。。。。

编译安卓7的时候出现以下错误,该如何解决.
out/host/linux-x86/bin/checkpolicy: loading policy configuration from out/target/product/rk3399/obj/ETC/sepolicy_intermediates/policy.conf.dontaudit
out/host/linux-x86/bin/checkpolicy: policy configuration loaded
out/host/linux-x86/bin/checkpolicy: writing binary representation (version 30) to out/target/product/rk3399/obj/ETC/sepolicy_intermediates//sepolicy.dontaudit
[ 16% 6905/41470] Ensure Jack server is installed and started
FAILED: /bin/bash -c “(prebuilts/sdk/tools/jack-admin install-server prebuilts/sdk/tools/jack-launcher.jar prebuilts/sdk/tools/jack-server-4.8.ALPHA.jar 2>&1 || (exit 0) ) && (JACK_SERVER_VM_ARGUMENTS=”-Dfile.encoding=UTF-8 -XX:+TieredCompilation" prebuilts/sdk/tools/jack-admin start-server 2>&1 || exit 0 ) && (prebuilts/sdk/tools/jack-admin update server prebuilts/sdk/tools/jack-server-4.8.ALPHA.jar 4.8.ALPHA 2>&1 || exit 0 ) && (prebuilts/sdk/tools/jack-admin update jack prebuilts/sdk/tools/jacks/jack-2.28.RELEASE.jar 2.28.RELEASE || exit 47; prebuilts/sdk/tools/jack-admin update jack prebuilts/sdk/tools/jacks/jack-3.36.CANDIDATE.jar 3.36.CANDIDATE || exit 47; prebuilts/sdk/tools/jack-admin update jack prebuilts/sdk/tools/jacks/jack-4.7.BETA.jar 4.7.BETA || exit 47 )"
Jack server already installed in “/home/upz71/.jack-server”
Communication error with Jack server (35), try ‘jack-diagnose’ or see Jack server log
SSL error when connecting to the Jack server. Try ‘jack-diagnose’
SSL error when connecting to the Jack server. Try ‘jack-diagnose’
[ 16% 6905/41470] target R.java/Manife…S/Bluetooth_intermediates/src/R.stamp)
warning: string ‘map_acceptance_timeout_message’ has no default translation.
warning: string ‘map_auth_notif_message’ has no default translation.
warning: string ‘map_auth_notif_ticker’ has no default translation.
warning: string ‘map_auth_notif_title’ has no default translation.
warning: string ‘map_authentication_timeout_message’ has no default translation.
warning: string ‘map_defaultname’ has no default translation.
warning: string ‘map_defaultnumber’ has no default translation.
warning: string ‘map_localPhoneName’ has no default translation.
warning: string ‘map_session_key_dialog_header’ has no default translation.
warning: string ‘map_session_key_dialog_title’ has no default translation.
warning: string ‘map_unknownName’ has no default translation.
[ 16% 6905/41470] Compiling SDK Stubs:…tubs_current_intermediates/classes.jar
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
ninja: build stopped: subcommand failed.
build/core/ninja.mk:148: recipe for target ‘ninja_wrapper’ failed
make: *** [ninja_wrapper] Error

jack不支持多用户同时编译,你是不是同时编译android 7.0和android 10.0啦?
其实你遇到的这些问题,都可自行在网上找到答案。