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.

unable to install yocto build successfully for AM57xx

Hello All,

I am trying to install complete yocto build for AM57xx

I have followed following wiki page,

processors.wiki.ti.com/.../Processor_SDK_Building_The_SDK

 But when I try to build full image recipe with following command,

MACHINE=am57xx-evm bitbake arago-core-tisdk-image

it does not complete successfully.

It gives me following error in downloading few packages,

WARNING: linux-processor-sdk-4.4.12+gitAUTOINC+3639bea54a-r7d do_fetch: Failed to fetch URL git://git.ti.com/processor-sdk/processor-sdk-linux.git;protocol=git;branch=processor-sdk-linux-03.00.00, attempting MIRRORS if available
WARNING: libgbm-10.0.0-r0 do_fetch: Failed to fetch URL git://git.ti.com/glsdk/libgbm.git;protocol=git;branch=next, attempting MIRRORS if available
ERROR: libgbm-10.0.0-r0 do_fetch: Fetcher failure: Fetch command failed with exit code 128, output:
Cloning into bare repository '/home/krinali1/AM57xx/tisdk/downloads/git2/git.ti.com.glsdk.libgbm.git'...
2016/08/24 11:00:21 socat[32236] E connect(3, AF=2 198.47.29.151:9418, 16): Connection timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

ERROR: libgbm-10.0.0-r0 do_fetch: Function failed: Fetcher failure for URL: 'git://git.ti.com/glsdk/libgbm.git;protocol=git;branch=next'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/krinali1/AM57xx/tisdk/build/arago-tmp-external-linaro-toolchain/work/cortexa15hf-neon-linux-gnueabi/libgbm/10.0.0-r0/temp/log.do_fetch.32227
ERROR: Task 2948 (/home/krinali1/AM57xx/tisdk/sources/meta-ti/recipes-graphics/gbm/libgbm_10.0.0.bb, do_fetch) failed with exit code '1'
ERROR: linux-processor-sdk-4.4.12+gitAUTOINC+3639bea54a-r7d do_fetch: Fetcher failure: Fetch command failed with exit code 128, output:
Cloning into bare repository '/home/krinali1/AM57xx/tisdk/downloads/git2/git.ti.com.processor-sdk.processor-sdk-linux.git'...
2016/08/24 11:00:21 socat[32251] E connect(3, AF=2 198.47.29.151:9418, 16): Connection timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

ERROR: linux-processor-sdk-4.4.12+gitAUTOINC+3639bea54a-r7d do_fetch: Function failed: Fetcher failure for URL: 'git://git.ti.com/processor-sdk/processor-sdk-linux.git;protocol=git;branch=processor-sdk-linux-03.00.00'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/krinali1/AM57xx/tisdk/build/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/linux-processor-sdk/4.4.12+gitAUTOINC+3639bea54a-r7d/temp/log.do_fetch.32225
ERROR: Task 52 (/home/krinali1/AM57xx/tisdk/sources/meta-processor-sdk/recipes-kernel/linux/linux-processor-sdk_4.4.bb, do_fetch) failed with exit code '1'
WARNING: ti-sgx-ddk-um-1.14.3699939-r12.tisdk1 do_fetch: Failed to fetch URL git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=ti-img-sgx/1.14.3699939, attempting MIRRORS if available
ERROR: ti-sgx-ddk-um-1.14.3699939-r12.tisdk1 do_fetch: Fetcher failure: Fetch command failed with exit code 128, output:
Cloning into bare repository '/home/krinali1/AM57xx/tisdk/downloads/git2/git.ti.com.graphics.omap5-sgx-ddk-um-linux.git'...
2016/08/24 11:01:08 socat[3689] E connect(3, AF=2 198.47.29.151:9418, 16): Connection timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

ERROR: ti-sgx-ddk-um-1.14.3699939-r12.tisdk1 do_fetch: Function failed: Fetcher failure for URL: 'git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=ti-img-sgx/1.14.3699939'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/krinali1/AM57xx/tisdk/build/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/ti-sgx-ddk-um/1.14.3699939-r12.tisdk1/temp/log.do_fetch.3666
ERROR: Task 2962 (/home/krinali1/AM57xx/tisdk/sources/meta-ti/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb, do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1160 tasks of which 1114 didn't need to be rerun and 3 failed.
Waiting for 0 running tasks to finish:

Rest of the packages gets installed, but failing with this one.

I believe this packages are no longer available on git now.

What should I do further to install this packages?

Please suggest me some solution as soon as possible.

Thanks,

Krinali Shah