TDA2EG-17: Repo fetch source failed.

Part Number: TDA2EG-17
Other Parts Discussed in Thread: TDA2

Dear Expert.

I try to build TDA2 SW environment.

Python version as below.

gibbs@gibbs-HP-ZBook-15-G5:~$ pyenv versions
  system
  3.7.6
  3.8.12
* 3.14.0 (set by /home/gibbs/.pyenv/version)

 

When I execute "./bin/fetch-sources.sh", get some error as below.

gibbs@gibbs-HP-ZBook-15-G5:~/work/dra7x/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03$ ./bin/fetch-sources.sh 
Syncing:  12% (1/8), done in 1.124s
fatal: unable to connect to arago-project.org:
arago-project.org[0: 192.163.14.205]: errno=Connection timed out


oe-layersetup:
fatal: unable to connect to arago-project.org:
arago-project.org[0: 192.163.14.205]: errno=Connection timed out

oe-layersetup: sleeping 4.0 seconds before retrying
fatal: unable to connect to arago-project.org:
arago-project.org[0: 192.163.14.205]: errno=Connection timed out
Syncing: 100% (8/8) 4:27 | 1 job | 4:26 oe-layersetup @ yocto-layerserror: Unable to fully sync the tree
error: Downloading network changes failed.
Failing repos (network):
yocto-layers
Try re-running with "-j1 --fail-fast" to exit at the first error.
================================================================================
Repo command failed due to the following `SyncError` errors:
GitCommandError: 'fetch --quiet --progress arago --prune --recurse-submodules=no --tags +refs/heads/*:refs/remotes/arago/* +refs/tags/*:refs/tags/*' on oe-layersetup failed
stdout: fatal: unable to connect to arago-project.org:
skipping yocto-layers/
skipping yocto-layers/
gibbs@gibbs-HP-ZBook-15-G5:~/work/dra7x/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03$ 

SDK context as below,

tree.txt 

 

May I know how to solve this fetch failed  problem? Any suggestion?

Thank You.

Gibbs