Yocto: Can not download FSL Community BSP (krogoth)

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

Yocto: Can not download FSL Community BSP (krogoth)

616 Views
petertseng
Contributor IV

Hi i.MX Community,

I am trying to download the FSL Community BSP (krogoth) source code.

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

PATH=${PATH}:~/bin
mkdir fsl-community-bsp
cd fsl-community-bsp
repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b krogoth
repo sync

But has been unable to download complete.

 

Hope for your help!

Regards,

Labels (3)
0 Kudos
2 Replies

476 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Peter Tseng,

The steps look okay. Are you not having a sources folder and a setup-environment script inside fsl-community-bsp after the sync? This could be caused if you do not have a good internet connection or if you are under a proxy or firewall, please check your network settings  and internet accessibility.

Regards,

0 Kudos

476 Views
aravinthkumarja
Senior Contributor II

Hi Peter,

Follow the freescale user guide.

Regards,

Aravinth

0 Kudos