uboot and kernel build images from sorce code using ltib for ubuntu 14.04 64 bit.

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

uboot and kernel build images from sorce code using ltib for ubuntu 14.04 64 bit.

Jump to solution
1,589 Views
hemantkumar
Contributor I

Dear all,

Ii need to build uboot images for i.MX 35 target.But I am facing so many errors to build ltib.

I am using Ubuntu 14.04 64 bit host machine.

Please share steps immediately.

Is it any another way to build images for imx 35.

0 Kudos
1 Solution
1,182 Views
fabio_estevam
NXP Employee
NXP Employee

You can git clone U-boot and kernel mainline and build them manually. No need to use LTIB.

For building U-boot mainline for mx35pdk:

export ARCH=arm

export CROSS_COMPILE=/usr/bin/arm-linux-gnueabi-

make mrproper

make mx35pdk_config

make

Regards,

Fabio Estevam

View solution in original post

0 Kudos
9 Replies
1,183 Views
fabio_estevam
NXP Employee
NXP Employee

You can git clone U-boot and kernel mainline and build them manually. No need to use LTIB.

For building U-boot mainline for mx35pdk:

export ARCH=arm

export CROSS_COMPILE=/usr/bin/arm-linux-gnueabi-

make mrproper

make mx35pdk_config

make

Regards,

Fabio Estevam

0 Kudos
1,182 Views
hemantkumar
Contributor I

Dear Sir,

Thanks...

But,I have downloaded L2.6.31_09.12.01 SDK.I want to do flashing using NAND Flash.

So,I need u-boot-3ds.bin.From where I can get uboot,kernel.

Please help me in which matter.I am looking forward to your reply

   Thanks

0 Kudos
1,182 Views
hemantkumar
Contributor I

I need link of git for uboot and kernel.

Regards

Hemant

0 Kudos
1,182 Views
fabio_estevam
NXP Employee
NXP Employee

If you want to use FSL U-boot and kernel you can find them at: Freescale Public GIT

If you want to use mainline U-boot: git.denx.de Git

If you want to use mainline kernel: https://www.kernel.org/

Regards,

Fabio Estevam

1,182 Views
hemantkumar
Contributor I

Dear Sir,

I have done with u-boot.

But I need Kernel link(I just found git link for imx 25 but not for imx 35) and its compilation steps like which branch should I choose make..... steps.

Please........

   Thanks

Best Regards

Hemant

0 Kudos
1,182 Views
fabio_estevam
NXP Employee
NXP Employee

Which U-boot and kernel version do you want to use?

0 Kudos
1,182 Views
hemantkumar
Contributor I

Dear Sir,

I have downloaded Linux bundle from website,but It is for LTIB.

I need u-boot(for NAND FLASH) and linux 2.6.. version of kernel specially for i.MX35.

In git repository, only imx25 kernel is present.

Regards

hemant

0 Kudos
1,182 Views
fabio_estevam
NXP Employee
NXP Employee

Can't you use mainline U-boot and mainline kernel instead?

0 Kudos
1,182 Views
hemantkumar
Contributor I

Dear Sir,

I have done with u-boot.

But I need Kernel link(I just found git link for imx 25 but not for imx 35) and its compilation steps.

Please........

   Thanks

Best Regards

Hemant

0 Kudos