Hello,
We are trying to install QorIQ Linux SDK v2.0-1703 on Ubuntu 14.04.
We have used the following iso files from nxp website
1. QorIQ Linux SDK v2.0 SOURCE.iso
2. QorIQ Linux SDK v2.0 PPCE500MC Yocto Cache.iso
3. QorIQ Linux SDK v2.0-1703.tar
SDK installed without any errors.
When we try to run "bitbake fsl-image-core", the command fails with the following errors
ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
fatal: unable to connect to git.freescale.com:
git.freescale.com[0: 192.88.156.202]: errno=Connection refused
ERROR: Function failed: Fetcher failure for URL: 'git://git.freescale.com/ppc/sdk/hypervisor/kconfig.git;name=kconfig;destsuffix=git/kconfig;branch=sdk-v2.0.x'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/ppclin/nsdk/QorIQ-SDK-V2.0-20160527-yocto/build_p4080ds/tmp/work/ppce500mc-fsl-linux/hypervisor/git-r3/temp/log.do_fetch.56027
ERROR: Task 116 (/home/ppclin/nsdk/QorIQ-SDK-V2.0-20160527-yocto/sources/meta-freescale/recipes-virtualization/hypervisor/hypervisor_git.bb, do_fetch) failed with exit code '1'
ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
fatal: unable to connect to git.freescale.com:
git.freescale.com[0: 192.88.156.202]: errno=Connection refused
ERROR: Function failed: Fetcher failure for URL: 'git://git.freescale.com/ppc/sdk/linux.git;branch=sdk-v2.0.x'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/ppclin/nsdk/QorIQ-SDK-V2.0-20160527-yocto/build_p4080ds/tmp/work/p4080ds-fsl-linux/linux-qoriq/4.1-r0/temp/log.do_fetch.33651
ERROR: Task 45 (/home/ppclin/nsdk/QorIQ-SDK-V2.0-20160527-yocto/sources/meta-freescale/recipes-kernel/linux/linux-qoriq_4.1.bb, do_fetch) failed with exit code '1'
Any help is requested.
Log is attached for reference.
Hello appalanaidu g,
Please go to folder /home/ppclin/nsdk/QorIQ-SDK-V2.0-20160527-yocto and run the following command to check whether hypervisor and linux Kernel source tar balls have been deployed in downloads/git2 folder. If no, please reinstall SDK v2.0 SOURCE.iso in folder /home/ppclin/nsdk/. Please check whether there is enough space on your PC to install the source ISO completely.
b25805@sun:~/QorIQ-SDK-V2.0-20160527-yocto$ ls downloads/git2 | grep hypervisor
git.freescale.com.ppc.sdk.hypervisor.hypervisor.git
git.freescale.com.ppc.sdk.hypervisor.hypervisor.git.done
git.freescale.com.ppc.sdk.hypervisor.kconfig.git
git.freescale.com.ppc.sdk.hypervisor.kconfig.git.done
git.freescale.com.ppc.sdk.hypervisor.libos.git
git.freescale.com.ppc.sdk.hypervisor.libos.git.done
git.freescale.com.ppc.sdk.hypervisor.mux_server.git
git.freescale.com.ppc.sdk.hypervisor.mux_server.git.done
b25805@sun:~/QorIQ-SDK-V2.0-20160527-yocto$ ls downloads/git2 | grep linux
git.freescale.com.ppc.sdk.linux.git
git.freescale.com.ppc.sdk.linux.git.done
github.com.linux-can.can-utils.git
github.com.linux-can.can-utils.git.done
git.kernel.org.pub.scm.linux.kernel.git.clrkwllms.rt-tests.git
git.kernel.org.pub.scm.linux.kernel.git.clrkwllms.rt-tests.git.done
git.kernel.org.pub.scm.linux.kernel.git.kdave.btrfs-progs.git
git.kernel.org.pub.scm.linux.kernel.git.kdave.btrfs-progs.git.done
b25805@sun:~/QorIQ-SDK-V2.0-20160527-yocto$
Thanks,
Yiping
Hello Yiping
Thank you for the reply.
Re installing sdk solved the problem