I tried to download the BSP source 3.10.17 for Yocto with the command (as recommended in the documentation):
repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.10.17-1.0.2_ga
But it immediately fails with:
fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle
fatal: error [Errno -2] Name or service not known
The clone.bundle file does not exist (404). How can I get the BSP? Is it possible to clone
it without the repo tool?
已解决! 转到解答。
I will send You the link to download the package.
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
I will send You the link to download the package.
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hello Yuri,
same problem here, I'm trying to follow this guide:
Freescale Semiconductor
User's Guide
Document Number:IMXLXYOCTOUG
Rev L3.10.17_1.0.0-ga, 05/2014
and also get this error :
:~/fsl-release-bsp$ repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.10.17-1.0.0_ga
fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle
fatal: error [Errno -2] Name or service not known
couldn't you share the correct link here ?
Thanks very much,
best regards,
Mat
this is what I get...
....
* [new tag] | v1.9.0 | -> v1.9.0 |
* [new tag] | v1.9.1 | -> v1.9.1 |
* [new tag] | v1.9.2 | -> v1.9.2 |
* [new tag] | v1.9.3 | -> v1.9.3 |
* [new tag] | v1.9.4 | -> v1.9.4 |
* [new tag] | v1.9.5 | -> v1.9.5 |
* [new tag] | v1.9.6 | -> v1.9.6 |
Get https://git.freescale.com/imx/fsl-arm-yocto-bsp.git
% Total | % Received % Xferd Average Speed Time | Time | Time Current | |||||
Dload Upload Total Spent | Left Speed | |||||||
0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 --:--:-- 0:00:01 --:--:-- | 0 |
curl: (22) The requested URL returned error: 404
Server does not provide clone.bundle; ignoring.
fatal: https://git.freescale.com/imx/fsl-arm-yocto-bsp.git/info/refs not found: did you run git update-server-info on the server?
fatal: https://git.freescale.com/imx/fsl-arm-yocto-bsp.git/info/refs not found: did you run git update-server-info on the server?
fatal: cannot obtain manifest git://git.freescale.com/imx/fsl-arm-yocto-bsp.git
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
this cmd always time out ,could you send me one
Hi shengqiang
You can try this one.
curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ./repo
I am sorry ,chinese user can't visit the google website. I follow the <<Freescale_Yocto_Project_User's_Guide.pdf>>,but i can't get repo:
$ mkdir ~/bin (this step may not be needed if the bin folder already exists)
$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+x ~/bin/repo