Difficulties in starting a Yocto project

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

Difficulties in starting a Yocto project

跳至解决方案
1,213 次查看
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 解答
995 次查看
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 回复数
996 次查看
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 项奖励
回复
996 次查看
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 项奖励
回复
996 次查看
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 项奖励
回复
996 次查看
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 项奖励
回复
996 次查看
saurabh206
Senior Contributor III

Hi

John

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

chmod a+x ~/bin/repo

Thanks

Saurabh

0 项奖励
回复