Fetch operation of "meta-toradex-nxp.git " fails every time

Dear Team ,
We are starting fresh installation for NVIDIA T30 following steps mentioned at High performance, low power Embedded Computing Systems | Toradex Developer Center

The repo sync operations fails every time at "error: Cannot fetch meta-toradex-nxp.git "

Here i tried the below mentioned workaround suggested :-

a) repo sync -j1  
    ==> error: Cannot fetch meta-toradex-nxp.git

b) cd .repo/projects/layers/meta-toradex-nxp.git
    git gc
    ==> error: Cannot fetch meta-toradex-nxp.git

c) rm -rf .repo/projects/layers/meta-toradex-nxp.git
    rm -rf .repo/project-objects/layers/meta-toradex-nxp.git
    repo sync -j1  
    ==> error: Cannot fetch meta-toradex-nxp.git

The detailed log is :-
    13:17:45@ ~/oe-core  repo sync
    Fetching project meta-openembedded.git
    Fetching project bitbake.git
    Fetching project meta-qt4
    Fetching project meta-freescale-distro.git
    Fetching projects:   5% (1/17)  Fetching project meta-toradex-nxp.git
    Fetching projects:  11% (2/17)  Fetching project meta-browser.git
    Fetching projects:  17% (3/17)  Fetching project meta-toradex-tegra.git
    Fetching projects:  23% (4/17)  Fetching project openembedded-core.git
    Fetching projects:  29% (5/17)  Fetching project meta-qt5.git
    error: Unable to find 3b29e9d4d6ddd2c5da5789d5fc89d3d5e4e59603 under http://git.toradex.com/meta-toradex-nxp.git
    Cannot obtain needed object 3b29e9d4d6ddd2c5da5789d5fc89d3d5e4e59603
    while processing commit 11b75627855371d90ab3b29117349343bebffae2.
    error: Fetch failed.
    Fetching projects:  35% (6/17)  Fetching project meta-toradex-demos.git
    Fetching projects:  41% (7/17)  Fetching project meta-toradex-bsp-common.git
    Fetching projects:  47% (8/17)  Fetching project meta-angstrom.git
    Fetching projects:  52% (9/17)  Fetching project meta-jetson-tk1.git
    Fetching projects:  58% (10/17)  Fetching project meta-lxde.git
    Fetching projects:  64% (11/17)  Fetching project meta-freescale-3rdparty.git
    Fetching projects:  70% (12/17)  Fetching project meta-freescale.git
    Fetching projects:  76% (13/17)  Fetching project meta-linaro.git
    Fetching projects:  94% (16/17)  error: Unable to find 3b29e9d4d6ddd2c5da5789d5fc89d3d5e4e59603 under http://git.toradex.com/meta-toradex-nxp.git
    Cannot obtain needed object 3b29e9d4d6ddd2c5da5789d5fc89d3d5e4e59603
    while processing commit 11b75627855371d90ab3b29117349343bebffae2.
    error: Fetch failed.

Is there any way to bypass this NXP section as we will be using NVIDIA T30 SOC.
Also could team suggest how can this error be resolved so that we can proceed further.

Thanks,

Ashish

Hi

What version did you try to checkout? e.g. what was your ‘git init …’ line?

What IP address does git.toradex.com resolve to? e.g. what is the output of ‘ping -c 1 git.toradex.com’?

Also could team suggest how can this error be resolved so that we can proceed further.

You could try to use the git protocol rather than http if your internet connection allows to do so.

Edit .repo/manifest.xml so that http://git.toradex.com becomes git://git.toradex.com.

Is there any way to bypass this NXP section as we will be using NVIDIA T30 SOC.

You can edit .repo/manifest.xml after ‘repo init’ but before ‘repo sync’.
Note that you will have to remove said layer in build/conf/bblayers.conf also.

a) I am using repo init -u Index of /toradex-bsp-platform.git -b LinuxImageV2.7

b) Ip address is 158.69.183.114

   ping -c 1 git.toradex.com
   PING git.toradex.com (158.69.183.114) 56(84) bytes of data.
    64 bytes from git2.toradex.com (158.69.183.114): icmp_seq=1 ttl=50 time=324 ms
    
    --- git.toradex.com ping statistics ---
    1 packets transmitted, 1 received, 0% packet loss, time 0ms
    rtt min/avg/max/mdev = 324.651/324.651/324.651/0.000 ms

c) Thanks will check using git instead of http & check commenting the manifest.xml

Thanks

By passing the nxp metalayer we are trying the “bitbake -k angstrom-lxde-image” step now…would update the outcome as this step takes more than 2 hours on my desktop.