This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TI DRA7xxx EVM (J6 EVM) : Error in repo sync - Android Filesystem Sources

Hi,

I am following the instructions mentioned in - http://omapedia.org/wiki/6AK.1.2_Release_Notes , to download and build Android File System.

When doing a - repo sync,  every time I am getting following error :- 

Fetching projects: 99% (416/420) fatal: unable to connect to git.ti.com:
git.ti.com[0: 198.47.29.193]: errno=Connection refused

fatal: unable to connect to git.ti.com:
git.ti.com[0: 198.47.29.193]: errno=Connection refused

fatal: unable to connect to git.ti.com:
git.ti.com[0: 198.47.29.193]: errno=Connection refused

fatal: unable to connect to git.ti.com:
git.ti.com[0: 198.47.29.193]: errno=Connection refused

error: Cannot fetch wilink8-wlan/hostap
error: Cannot fetch ipc/ipcdev

error: Exited sync due to fetch errors

Can some one throw light on this problem? Is that IP down?

Regards,

Souvik

  • Hello Souvik,

    It seems that you have problems with your proxy configurations. I have access and does not observe such errors to 6AK1.2.

    Could check your git settings in .gitconfig file?

    Did you apply following steps before downloading 6AK.1.2 Release?

    • Proxy/Firewall

    If you are behind proxy/firewall, workaround it using the instructions in [1]

    For installing repo make sure you also export https_proxy environment variable.

    export https_proxy=<local_site_proxy_server> eg: http://local.proxyserver.com:80
    
    • Install latest repo tool
    mkdir ~/bin -p
    sudo apt-get install curl
    curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
    chmod a+x ~/bin/repo
    export PATH=~/bin:$PATH

    Best regards,
    Yanko