yocto bsp package download

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

yocto bsp package download

Jump to solution
1,694 Views
davidzhou
Contributor V

Hi,

I have i.MX6UL SBC development board.

and its my first time to setup development environment.

My PC runs Ubuntu 16.0, and I am referring the training document:

Task #1 - Download the source code 

the repo init is passed:

repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b dora 

But it fails to repo sync

Fetching project meta-fsl-demosFetching project poky

Fetching project meta-fsl-arm-extra
Fetching project meta-fsl-arm
fatal: unable to connect to git.yoctoproject.org:
git.yoctoproject.org[0: 140.211.169.56]: errno=Connection refused

............................

Based on some answers from web help, I modified manifest.xml file

<remote fetch="git://git.freescale.com/git/cgit.cgi/imx" name="fsl-release" /> 

to

<remote fetch="http://git.freescale.com/git/cgit.cgi/imx" name="fsl-release" />

it solved some problems, but still there are many repositories cannot be downloaded.

Thank you,

David Zhou

0 Kudos
1 Solution
959 Views
davidzhou
Contributor V

After I made changes to manifest.xml from git://git..... to http://git..... I was be able to run successfully.

$repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b dora 

$ repo sync

Thank,

David Zhou

View solution in original post

0 Kudos
2 Replies
960 Views
davidzhou
Contributor V

After I made changes to manifest.xml from git://git..... to http://git..... I was be able to run successfully.

$repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b dora 

$ repo sync

Thank,

David Zhou

0 Kudos
959 Views
Carlos_Musich
NXP Employee
NXP Employee

Thank you for sharing your solution David,

We appreciate all inputs.


Best regards,

Carlos

0 Kudos