Failed to download yocto bsp

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Failed to download yocto bsp

663 次查看
dhvanil_patel1
Senior Contributor I

Hi,

I am facing an issue while downloding yocto build

# repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1-krogoth -m imx-4.1.15-2.0.0.xml
Get https://gerrit.googlesource.com/git-repo/clone.bundle
Get https://gerrit.googlesource.com/git-repo
remote: Finding sources: 100% (13/13)
remote: Total 13 (delta 6), reused 13 (delta 6)
Unpacking objects: 100% (13/13), done.
From https://gerrit.googlesource.com/git-repo
b881d22..7de8c5d master -> origin/master
Get git://git.freescale.com/imx/fsl-arm-yocto-bsp.git

Please help me

标签 (3)
0 项奖励
1 回复

546 次查看
Carlos_Musich
NXP Employee
NXP Employee

Hi Dhvanil,

When 'repo init' process is completed, the source code is checked out into the directory <BSP-Directory>/sources. A successful initialization will end with a message stating that Repo is initialized in your working directory. Your client directory should contain a hidden .repo directory where files such as the manifest will be kept.

If errors occur during repo initialization, try deleting the .repo directory and running the repo initialization command again


Regards,
Carlos

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励