Difficulties in starting a Yocto project

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Difficulties in starting a Yocto project

ソリューションへジャンプ
2,089件の閲覧回数
jwu
Contributor I

I tried to start a Yocto project with:

$ mkdir ~/bin

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

but I got the error:

bash: curl http://commondatastorage.googleapis.com/git-repo-downloads/repo : No such file or directory.

Could you please let me know why? I want to start a project targeting i.MXD Smart Devices Platform. Where can I get the right project for this particular kit?

Thanks,

John

ラベル(2)
0 件の賞賛
返信
1 解決策
1,871件の閲覧回数
CommunityBot
Community Manager
This an automatic process.

We are marking this post as solved, due to the either low activity or any reply marked as correct.

If you have additional questions, please create a new post and reference to this closed post.

NXP Community!

元の投稿で解決策を見る

0 件の賞賛
返信
5 返答(返信)
1,872件の閲覧回数
CommunityBot
Community Manager
This an automatic process.

We are marking this post as solved, due to the either low activity or any reply marked as correct.

If you have additional questions, please create a new post and reference to this closed post.

NXP Community!
0 件の賞賛
返信
1,872件の閲覧回数
jaymind
Contributor IV

Hello John,

There is nothing wrong with your provided link.

I tried it at my side and its work fine here :smileyhappy:

Just keep in your mind that you download into your made "bin"(~/bin) directory not a root's "bin" directory.

I think you have not curl package install on your system, if it's not there then download it first.

find out the output logs for your same question.

mahi@DTP184:~/TESTT$ mkdir TESTT

mahi@DTP184:~/TESTT$ mkdir ~/TESTT/bin

mahi@DTP184:~/TESTT$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/TESTT/bin/repo

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current

                                 Dload  Upload   Total   Spent    Left  Speed

100 24081  100 24081    0     0  29877      0 --:--:-- --:--:-- --:--:-- 29914

mahi@DTP184:~/TESTT$ cd bin/

mahi@DTP184:~/TESTT/bin$ ls

repo

mahi@DTP184:~/TESTT/bin$

NOTE : I did all in TESTT directory.

hope this will help you.

Regards

JAYMIN DABHI

0 件の賞賛
返信
1,872件の閲覧回数
isaac_ng
NXP Employee
NXP Employee

Could use web browser to click http://commondatastorage.googleapis.com/git-repo-downloads/repo  and save the file accordingly.

0 件の賞賛
返信
1,872件の閲覧回数
Yuri
NXP Employee
NXP Employee

  Please try the recent Freescale BSP ; instructions how to load and build L3.10.17_1.0.2 release :

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


Have a great day,
Yuri

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

0 件の賞賛
返信
1,872件の閲覧回数
saurabh206
Senior Contributor III

Hi

John

Have you set correct permission to ~/bin/repo?

chmod a+x ~/bin/repo

Thanks

Saurabh

0 件の賞賛
返信