Need to get only u-boot from LTIB

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

Need to get only u-boot from LTIB

801 Views
sathishkumarbal
Contributor II

Hi,

My OS is Ubuntu 12.04.2 LTS.

I downloaded L3.0.35_4.0.0_130424_source.

From this i wanted to get only u-boot.

For that i executed "ltib -m prep -p u-boot" as given in the BSP manual.

But still it is taking all the packages and building everything (i am getting in to some other package dependency problem during this)

Am i missing anything ?

Regards,

B.Sathish Kumar

Labels (3)
0 Kudos
4 Replies

659 Views
sathishkumarbal
Contributor II

Okay. Learning more about LTIB.

looks like first time LTIB will do everything (probably i didnt do "ltib -m config" first but not sure)

then it will correctly respond to the prep parameters.

finally got it.

anyway thanks to everyone for your suggestions ...

0 Kudos

659 Views
LeonardoSandova
Specialist I

BTW,

the '-m prep' only untars and do the proper patching, but no compilation is done. Remove the rpm/BUILD/u-boot* folder and try again.

Leo

0 Kudos

659 Views
youneschalabi
Contributor III

Hi Sathish,

If you only want to get  u-boot, download : L3.0.35_4.0.0_130424_images_MX6 and you will have a set of binary precompiled u-boot for different i.MX6 targets.

0 Kudos

659 Views
daiane_angolini
NXP Employee
NXP Employee

You can download only source code for u-boot here:

http://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git/

The default behavior for LTIB is to install and build the default selected packages, and it does include several packages.

0 Kudos