yocto bsp package download

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

yocto bsp package download

ソリューションへジャンプ
1,736件の閲覧回数
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 件の賞賛
1 解決策
1,001件の閲覧回数
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 件の賞賛
2 返答(返信)
1,002件の閲覧回数
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 件の賞賛
1,001件の閲覧回数
Carlos_Musich
NXP Employee
NXP Employee

Thank you for sharing your solution David,

We appreciate all inputs.


Best regards,

Carlos

0 件の賞賛