Unable to connect to git.freescale.com

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Unable to connect to git.freescale.com

1,528 Views
nsoni
Contributor II

I am trying to build yocto with avs with below commands :

repo init -u https://source.codeaurora.org/external/imxsupport/meta-avs-demos -b master -m imx-alexa-sdk-4.9.51-8mq_ga.xml

 MACHINE=imx8mqevk DISTRO=fsl-imx-xwayland source avs-setup-demo.sh -b <build-folder>

bitbake avs-image

Errors: 

ERROR: firmware-imx-1_7.4-r0 do_fetch: Fetcher failure: Fetch command export /home/nirav/imx8m_avs_yocto/downloads//git2/git.freescale.com.proprietary.imx-firmware.git --progress failed with exit code 128, output:
Cloning into bare repository '/home/nirav/imx8m_avs_yocto/downloads//git2/git.freescale.com.proprietary.imx-firmware.git'...
fatal: unable to connect to git.freescale.com:
git.freescale.com[0: 192.88.156.202]: errno=Connection refused


ERROR: firmware-imx-1_7.4-r0 do_fetch: Fetcher failure for URL: 'git://git.freescale.com/proprietary/imx-firmware.git;protocol=git;branch=master;destsuffix=/home/nirav/imx8m_avs_yocto/build_sdk_8M/tmp/work/all-poky-linux/firmware-imx/1_7.4-r0/firmware-imx-7.4/git'. Unable to fetch URL from any source.
ERROR: firmware-imx-1_7.4-r0 do_fetch: Function failed: base_do_fetch

0 Kudos
1 Reply

1,290 Views
joanxie
NXP TechSupport
NXP TechSupport

the source code was moved to "https://source.codeaurora.org/external/imx", try to change the "git://git.freescale.com/imx " to "https://source.codeaurora.org/external/imx"

0 Kudos