Hi, i’m trying to build torizon core following this link , but bitbake stuck at linux-toradex do_fetch task.
Initialising tasks: 100% |#############################################################| Time: 0:00:06
Sstate summary: Wanted 214 Found 168 Missed 46 Current 1103 (78% match, 96% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
Currently 1 running tasks (4136 of 4317) 95% |################################################## |
0: linux-toradex-4.14-2.3.x+gitAUTOINC+cd185ff205-r0 do_fetch (pid 5892) 40% |### | 967.00 KiB/s
Here is my do_fetch.log
I’ve tried to manually clone repository, but same result with different protocols (git, http, https)
$ git clone git://git.toradex.com/linux-toradex.git -b toradex_4.14-2.3.x-imx
Cloning into 'linux-toradex'...
remote: Counting objects: 8710631, done.
remote: Compressing objects: 100% (1320255/1320255), done.
Receiving objects: 31% (2743291/8710631), 1.00 GiB | 1.29 MiB/s
I did not have this problem a week ago, when i successfully build reference image.
Any suggestions? Thanks
Hi @shkipper12
Thanks for writing to the Toradex Support.
I checked at my place and it is working fine.
Could you share the output of traceroute git.toradex.com
?
Best regards,
Jaski
Hi @jaski.tx . Thanks for reply.
Here is the output of traceroute git.toradex.com
$ traceroute git.toradex.com
traceroute to git.toradex.com (94.23.161.152), 30 hops max, 60 byte packets
1 10.0.2.2 (10.0.2.2) 0.297 ms 0.278 ms 0.266 ms
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * * *
12 * * *
13 * * *
14 * * *
15 * * *
16 * * *
17 * * *
18 * * *
19 * * *
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *
alex.tx
September 17, 2020, 3:56pm
4
You definitely have a network issue. It is not surprising if you are in Belarus this days.
Yes, we have problem with Internet. But maybe i can some how download an archive from google drive, for example.
alex.tx
September 18, 2020, 6:34pm
6
I can put a Linux kernel archived source code somewhere. It allows you to build a kernel. But to do a Torizon/Yocto build you need to have internet access, since it fetch source code from hundreds of different repositories during a build.
Finally, i’ve dowloaded and compile. Thanks for all
Perfect that it works. Thanks for the feedback.