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.

TDA4VM: yocto build error: repo git.ti.com/processor-sdk/psdk_repo_manifests.git

Genius 13655 points
Part Number: TDA4VM

Hello Champs,

Customer is using yocto to build SDK and executing below command:

TOOLCHAIN_BASE=$HOME MACHINE=j7-evm bitbake tisdk-default-image

It prompts below error message.

WARNING: ti-tisdk-firmware-1.0-r0 do_fetch: Failed to fetch URL repo://git.ti.com/processor-sdk/psdk_repo_manifests.git;protocol=git;branch=refs/tags/REL.PSDK.JACINTO.08.05.00.08a;manifest=vision_apps_yocto.xml, attempting MIRRORS if available
ERROR: ti-tisdk-firmware-1.0-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export PATH="/home/work/ti-processor-sdk-linux-j7-evm-08_05_00_08/yocto-build/sources/oe-core/scripts:/home/work/ti-processor-sdk-linux-j7-evm-08_05_00_08/yocto-build/build/arago-tmp-external-arm-glibc/work/aarch64-linux/ti-tisdk-firmware/1.0-r0/recipe-sysroot-native/usr/bin/aarch64-linux:/home/work/ti-processor-sdk-linux-j7-evm-08_05_00_08/yocto-build/build/arago-tmp-external-arm-glibc/work/aarch64-linux/ti-tisdk-firmware/1.0-r0/recipe-sysroot/usr/bin/crossscripts:/home/work/ti-processor-sdk-linux-j7-evm-08_05_00_08/yocto-build/build/arago-tmp-external-arm-glibc/work/aarch64-linux/ti-tisdk-firmware/1.0-r0/recipe-sysroot-native/usr/sbin:/home/work/ti-processor-sdk-linux-j7-evm-08_05_00_08/yocto-build/build/arago-tmp-external-arm-glibc/work/aarch64-linux/ti-tisdk-firmware/1.0-r0/recipe-sysroot-native/usr/bin:/home/work/ti-processor-sdk-linux-j7-evm-08_05_00_08/yocto-build/build/arago-tmp-external-arm-glibc/work/aarch64-linux/ti-tisdk-firmware/1.0-r0/recipe-sysroot-native/sbin:/home/work/ti-processor-sdk-linux-j7-evm-08_05_00_08/yocto-build/build/arago-tmp-external-arm-glibc/work/aarch64-linux/ti-tisdk-firmware/1.0-r0/recipe-sysroot-native/bin:/home/work/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin:/home/work/ti-processor-sdk-linux-j7-evm-08_05_00_08/yocto-build/sources/bitbake/bin:/home/work/ti-processor-sdk-linux-j7-evm-08_05_00_08/yocto-build/build/arago-tmp-external-arm-glibc/hosttools"; export HOME="/home/work"; /usr/bin/env repo sync failed with exit code 1, output:
error: command 'sync' requires repo to be installed first.
Use "repo init" to install it here.

ERROR: ti-tisdk-firmware-1.0-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'repo://git.ti.com/processor-sdk/psdk_repo_manifests.git;protocol=git;branch=refs/tags/REL.PSDK.JACINTO.08.05.00.08a;manifest=vision_apps_yocto.xml')
ERROR: Logfile of failure stored in: /home/work/ti-processor-sdk-linux-j7-evm-08_05_00_08/yocto-build/build/arago-tmp-external-arm-glibc/work/aarch64-linux/ti-tisdk-firmware/1.0-r0/temp/log.do_fetch.2363429
ERROR: Task (/home/work/ti-processor-sdk-linux-j7-evm-08_05_00_08/yocto-build/sources/meta-psdkla/recipes-tisdk/ti-tisdk-firmware/ti-tisdk-firmware.bb:do_fetch) failed with exit code '1'



Thanks
Regards,
Shine

  • I met the same problem. Did you find any solution?

  • Hi All,

    Customers building the SDK 8.05.00.08 for MACHINE=j7-evm, please apply this patch in yocto-build/sources/meta-psdkla to resolve the above reported errors:

    diff --git a/recipes-core/images/tisdk-default-image.bbappend b/recipes-core/images/tisdk-default-image.bbappend
    index 9784f67..53a661a 100644
    --- a/recipes-core/images/tisdk-default-image.bbappend
    +++ b/recipes-core/images/tisdk-default-image.bbappend
    @@ -30,25 +30,6 @@ IMAGE_INSTALL_append = " \
             packagegroup-python3-jupyter \
     "
    
    -IMAGE_INSTALL_append_j7-evm = " \
    -        ti-tisdk-firmware-dev \
    -        ti-tidl-dev \
    -        ti-tidl-osrt-dev \
    -        ti-tidl-osrt-staticdev \
    -        edgeai-apps \
    -        edgeai-init \
    -        ti-gpio-cpp \
    -        ti-gpio-py \
    -        edgeai-tiovx-modules-dev \
    -        edgeai-gst-plugins-dev \
    -        edgeai-dl-inferer-staticdev \
    -        edgeai-apps-source \
    -        edgeai-gst-plugins-source \
    -        edgeai-tiovx-modules-source \
    -        edgeai-dl-inferer-source \
    -        ti-gpio-cpp-source \
    -        ti-gpio-py-source \
    -"
    
     WKS_FILE = "edgeai-sdimage.wks"
     WIC_CREATE_EXTRA_ARGS += " --no-fstab-update"
    diff --git a/recipes-tisdk/edgeai-components/edgeai-gst-plugins.bb b/recipes-tisdk/edgeai-components/edgeai-gst-plugins.bb
    index 89d286a..84332a6 100644
    --- a/recipes-tisdk/edgeai-components/edgeai-gst-plugins.bb
    +++ b/recipes-tisdk/edgeai-components/edgeai-gst-plugins.bb
    @@ -5,7 +5,7 @@ HOMEPAGE = "https://github.com/TexasInstruments/edgeai-gst-plugins"
     LICENSE = "TI-TFL"
     LIC_FILES_CHKSUM = "file://LICENSE;md5=1f7721ee7d288457c5a70d0c8ff44b87"
    
    -SRC_URI = "git://github.com/TexasInstruments/edgeai-gst-plugins.git;protocol=https;branch=develop"
    +SRC_URI = "git://github.com/TexasInstruments/edgeai-gst-plugins.git;protocol=https;branch=yocto-8.5"
     SRCREV = "0c43bb5648c10278ae33d0c875769f586adcacf4"
    
     PLAT_SOC = ""
    

    Regards
    Karthik

  • Thank you for your help. It seems that bitbake command finishes without errors. Is there any documents for deploying the yocto-build image on the evaluation board (SK-TDA4VM)?