LSDK Code Aurora git clone extremely slow

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LSDK Code Aurora git clone extremely slow

4,922 次查看
dmitri_lechtchinski
Contributor III

Hello,

I'm currently trying to build firmware using LSDK flex-builder tool, and the git clone process is very slow, namely the https://source.codeaurora.org/external/qoriq/qoriq-components/linux.git repository. I getting a maximum of 80 KB/s download speed, and this it taking forever, additionally there is no way to "pause" a git clone process in case of network interruption.

Is there another mirror for this, or any alternative way to obtain the necessary sources?

Otherwise this process is not feasible for us.

Thanks,
Dmitri

8 回复数

4,552 次查看
mcbridematt
Contributor III

There are at least two CodeAurora servers, it seems DNS anycast is used to choose which one you end up at.

siliconvalley.source.codeaurora.org is where I get sent (from Australia). It has been very slow the past week

https://portland.source.codeaurora.org/external/qoriq/ is much faster.

I believe there was an Asia (Singapore?) one but that must have disappeared when Qualcomm migrated away recently. As well as one for AWS us-east-1

Anyway, NXP should migrate or at least actively mirror to GitHub. I can't see CodeAurora lasting much longer now that the primary tenant (Qualcomm/QUIC) is/has moved out.

4,539 次查看
dunk
Contributor II

Great thanks for this information.

0 项奖励

4,915 次查看
ufedor
NXP Employee
NXP Employee

Which exactly command you have executed?

0 项奖励

4,675 次查看
mpersano
Contributor I

I've been having the same issue in the last couple of days, I'm trying to build an image but bitbake gets stuck trying to clone a git repository from codeaurora. I get around 60kb/s. Already tried different VPNs.

The exact command that bitbake is running is:

 

git -c core.fsyncobjectfiles=0 clone --bare --mirror "https://source.codeaurora.org/external/imx/linux-imx.git"

 

0 项奖励

4,714 次查看
dsouthwi
Contributor III

Same for me, this repository is nearly unusable.

 

$ git clone https://source.codeaurora.org/external/qoriq/qoriq-components/linux -b LSDK-21.08
Cloing https://source.codeaurora.org/external/qoriq/qoriq-components/linux release LSDK-21.08
Cloning into 'linux'...
remote: Enumerating objects: 10516405, done.
remote: Counting objects: 100% (28/28), done.
remote: Compressing objects: 100% (5/5), done.
Receiving objects:  12% (1313099/10516405), 635.59 MiB | 40.00 KiB/s

This will take days...

4,906 次查看
dmitri_lechtchinski
Contributor III

I use LSDK 19.09, since the board we currently have is LX2160ARDB rev.1

The command is:

flex-builder -i mkfw -m lx2160ardb -b xspi

0 项奖励

4,897 次查看
ufedor
NXP Employee
NXP Employee

I see about 9 MB/s in my case (Ubuntu on VirtualBox).

0 项奖励

4,562 次查看
dunk
Contributor II

Hi ufedor,

Where do locate?

It's remarkably slow in Taiwan.

0 项奖励