Cannot download BSP 3.10.17 (Yocto)

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

Cannot download BSP 3.10.17 (Yocto)

Jump to solution
3,190 Views
frankschmid
Contributor I

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?

Labels (3)
Tags (2)
0 Kudos
1 Solution
1,604 Views
Yuri
NXP Employee
NXP Employee

  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!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
9 Replies
1,605 Views
Yuri
NXP Employee
NXP Employee

  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!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
1,604 Views
matthiasheise
Contributor I

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

0 Kudos
1,604 Views
Yuri
NXP Employee
NXP Employee

   Please try the recent BSP, the document, linked

below explains how to do it.

http://cache.freescale.com/files/32bit/doc/support_info/IMX6YOCTOPATCHRN.pdf

~Yuri.

0 Kudos
1,604 Views
matthiasheise
Contributor I

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   TimeTime Time  Current
                             Dload  Upload   Total   SpentLeft  Speed
  0 00 00 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

0 Kudos
1,604 Views
matthiasheise
Contributor I

any new ideas to that? or is maybe the reason that I use https links instead of git?

0 Kudos
1,604 Views
Yuri
NXP Employee
NXP Employee

Yes, please use git - exactly as recommended in the notes.

~Yuri.

0 Kudos
1,604 Views
shengqiangai
Contributor II

curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo


this cmd always time out ,could you send me one

0 Kudos
1,604 Views
saurabh206
Senior Contributor III

Hi shengqiang

You can try this one.

curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ./repo

0 Kudos
1,604 Views
shengqiangai
Contributor II

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

0 Kudos