linux and u-boot for sabre smart devices

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

linux and u-boot for sabre smart devices

1,340 Views
bharatgohil
Contributor I

Hi

I am new to freescale and old to linux.

Where i can get linux-u-boot  source code for sabre smart device.

I had download L3.0.11..... source code but it give error patch kernel.

can anyone provide link for linux kernel and u-boot source code only

Thanks & Regards,

Bharat Gohil

bharat.gohil@matrixcomsec.com

+919427054633

Labels (3)
Tags (2)
0 Kudos
4 Replies

896 Views
bharatgohil
Contributor I

Hi Daiane,

Thanks for reply.

Can you tell me how to download source?

I had try with below command but it give me error.

git clone http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/?h=imx_3.0.35_1.1.0

Regards,

Bharat Gohil

0 Kudos

896 Views
bharatgohil
Contributor I

Hi Daiane,

I had download from commit tab which is provided in link page.

This might be ok?

Regards,

Bharat Gohil

0 Kudos

896 Views
daiane_angolini
NXP Employee
NXP Employee

I think so.

In order to use git (I think it worth a try) please:

$ git clone git://git.freescale.com/imx/linux-2.6-imx.git

OR

$ git clone http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git

Then:

$ git branch -a

And you will see every single branch you can access. Please, choose one (for latest imx6 support it´s imx_3.0.35_1.1.0)

$ git chechout imx_3.0.35_1.1.0 -b my_local_branch