Software download

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

Software download

526 Views
jameshe1
Contributor II

$: mkdir ~/bin
$: curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$: chmod a+x ~/bin/repo
$: PATH=${PATH}:~/bin

I have gotten the repo script.

now i will download the latest releases and patches on top of the 4.1.15-2.0.0 ga release.

$: mkdir fsl-arm-yocto-bsp
$: cd fsl-arm-yocto-bsp
$: repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1-krogoth

Getting manifest ...
from git://git.freescale.com/imx/fsl-arm-yocto-bsp.git
fatal: read error: 连接被对端重置
fatal: cannot obtain manifest git://git.freescale.com/imx/fsl-arm-yocto-bsp.git

It seems the connection is refused by remote server?

Labels (2)
0 Kudos
1 Reply

407 Views
Yuri
NXP Employee
NXP Employee

Hello,

1.

  Perhaps, because of general network issues it makes sense to try

again later. I observed similar problems several times earlier.

 

2.

 If you have a proxy and your firewall supports socks, section 2 (How

do I download the Android source code behind a firewall?) in
“Android_Frequently_Asked_Questions.pdf” of Android

documentation helps.

http://www.nxp.com/webapp/Download?colCode=IMX6_N7.1.1_1.0.0_ANDROID_DOCS&Parent_nodeId=133769948107... 

Have a great day,
Yuri

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

0 Kudos