When I was building Yocto, the following error occurred: WARNING: firmware-imx-1_5.4-r0 do_fetch: Failed to fetch URL git://github.com/NXP/imx-firmware.git;protocol=https;branch=master;destsuffix=imx-firmware;name=imx-firmware, attempting MIRRORS if available ERROR: firmware-imx-1_5.4-r0 do_fetch: Fetcher failure: Fetch command failed with exit code 128, output: Cloning into bare repository '/home/zxs/bin/imx-yocto-bsp/downloads//git2/github.com.NXP.imx-firmware.git'... fatal: unable to access '
https://github.com/NXP/imx-firmware.git/': gnutls_handshake() failed: Error in the pull function. ERROR: firmware-imx-1_5.4-r0 do_fetch: Function failed: Fetcher failure for URL: 'git://github.com/NXP/imx-firmware.git;protocol=https;branch=master;destsuffix=imx-firmware;name=imx-firmware'. Unable to fetch URL from any source. ERROR: Logfile of failure stored in: /home/zxs/bin/imx-yocto-bsp/build/tmp/work/cortexa7hf-neon-mx6ul-poky-linux-gnueabi/firmware-imx/1_5.4-r0/temp/log.do_fetch.123479 ERROR: Task 1414 (/home/zxs/bin/imx-yocto-bsp/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-bsp/firmware-imx/firmware-imx_5.4.bb, do_fetch) failed with exit code '1' NOTE: Tasks Summary: Attempted 7734 tasks of which 7733 didn't need to be rerun and 1 failed. No currently running tasks (3908 of 7756) Summary: 1 task failed: /home/zxs/bin/imx-yocto-bsp/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-bsp/firmware-imx/firmware-imx_5.4.bb, do_fetch Summary: There were 2 WARNING messages shown. Summary: There were 2 ERROR messages shown, returning a non-zero exit code. I still get the same error after referring to the following post. I found that the obtained address has been changed from git://git.freescale.com/imx/imx-firmware.git to git://github.com/NXP/imx-firmware.git. But the code I cloned from the website git://github.com/NXP/imx-firmware.git using git clone cannot be used. I don't know how to change it, can anyone help me? thank you very much.
https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/unable-to-connect-to-git-freescale-com/t...