git clone source android-4.3_r2.1 missing fsl file

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

git clone source android-4.3_r2.1 missing fsl file

652 Views
baydoanvan
Contributor I

Hi everybody, I have a question need your help:

I had git source android-4.3_r2.1 from https://android.googlesource.com with command:

$ cd myandroid

$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo

$ chmod a+x ~/bin/repo

$ ~/bin/repo init -u https://android.googlesource.com/platform/manifest -b android-4.3_r2.1

$ ~/bin/repo sync # this command loads most needed repos. Therefore, it can take several

hours to load.

but after git clone fishing , missing fsl file through i had do it sometimes.

could you help me, how to fix it?

thanks

0 Kudos
1 Reply

384 Views
Yuri
NXP Employee
NXP Employee

Please try using recent Androi releases for i.MX6 :

Android 4.3 Jellybean

Android 4.4 Kitkat

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX6_SW

In particular :

Get jb4.3_1.1.0-ga kernel source code from Freescale open source git:


$ git clone git://git.freescale.com/imx/linux-2.6-imx.git kernel_imx   # the kernel repo is heavy. Therefore, this process can take a while.

Have a great day,
Yuri

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

0 Kudos