From the document I do the following steps to download the bsp:
$ mkdir fsl-release-bsp
$ cd fsl-release-bsp
$ git config --global user.name "Your Name"
$ git config --global user.email "Your Email"
$ repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.10.17-1.0.0_ga
But I got error:
fatal: cannot obtain manifest git://git.freescale.com/imx/fsl-arm-yocto-bsp.git
I think the server is down, is there any alternative solution?