$: 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?
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.
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------