Part Number: AM62A7
Hi ,
I am trying to build a processor SDK for AM62AX version is 09_00_00 according to the below link. While Yocto Building I am facing below build error.
Link : software-dl.ti.com/.../Overview_Building_the_SDK.html
Error Log:
apps_yocto.xml, attempting MIRRORS if available
ERROR: ti-vision-apps-1.0-r0_edgeai_0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1001/bus,guid=f284691f35df1a885227dbae6576cf64"; export SSH_AGENT_PID="3393"; export SSH_AUTH_SOCK="/run/user/1001/keyring/ssh"; export PATH="/home/mdms/Yocto/tisdk/sources/oe-core/scripts:/home/mdms/Yocto/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/ti-vision-apps/1.0-r0_edgeai_0/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/mdms/Yocto/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/ti-vision-apps/1.0-r0_edgeai_0/recipe-sysroot/usr/bin/crossscripts:/home/mdms/Yocto/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/ti-vision-apps/1.0-r0_edgeai_0/recipe-sysroot-native/usr/sbin:/home/mdms/Yocto/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/ti-vision-apps/1.0-r0_edgeai_0/recipe-sysroot-native/usr/bin:/home/mdms/Yocto/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/ti-vision-apps/1.0-r0_edgeai_0/recipe-sysroot-native/sbin:/home/mdms/Yocto/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/ti-vision-apps/1.0-r0_edgeai_0/recipe-sysroot-native/bin:/home/mdms/Yocto/tisdk/sources/bitbake/bin:/home/mdms/Yocto/tisdk/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/mdms"; /usr/bin/env repo init -m vision_apps_yocto.xml -b refs/tags/REL.PSDK.ANALYTICS.09.00.00.01 -u git://git.ti.com/processor-sdk/psdk_repo_manifests.git failed with exit code 1, output:
fatal: unable to connect to git.ti.com:
git.ti.com[0: 198.47.28.208]: errno=Connection timed out
fatal: unable to connect to git.ti.com:
git.ti.com[0: 198.47.28.207]: errno=Connection timed out
manifests: sleeping 4.0 seconds before retrying
Downloading manifest from git://git.ti.com/processor-sdk/psdk_repo_manifests.git
fatal: cannot obtain manifest git://git.ti.com/processor-sdk/psdk_repo_manifests.git.
FYI , for Build i am running below commands .
git clone git.ti.com/.../oe-layersetup.git tisdk $ cd tisdk $ ./oe-layertool-setup.sh -f configs/processor-sdk-analytics/processor-sdk-analytics-09.00.00-config.txt $ cd build $ . conf/setenv $ echo 'EDGEAI_BRAND = "edgeai"' >> conf/bblayers.conf $ MACHINE=am62axx-evm bitbake -k tisdk-edgeai-image
Is there any way to solve above build issue. Seems the link itself is failing to fetch from TI git server.