Difficulties in starting a Yocto project

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

Difficulties in starting a Yocto project

Jump to solution
926 Views
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

Labels (2)
0 Kudos
1 Solution
708 Views
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!

View solution in original post

0 Kudos
5 Replies
709 Views
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 Kudos
709 Views
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 Kudos
709 Views
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 Kudos
709 Views
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 Kudos
709 Views
saurabh206
Senior Contributor III

Hi

John

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

chmod a+x ~/bin/repo

Thanks

Saurabh

0 Kudos