Re: Linux 3.0.35 for iMX53

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

Re: Linux 3.0.35 for iMX53

Jump to solution
2,267 Views
SergeVShistarev
Contributor I

Hi,

We're developing custom board based on IMX53QSB. Kernel 2.5.35 from LTIB works fine. u-boot from LTIB works fine.

Even u-boot from git works fine (and with 1Ghz clock).

Linux kernel 3.8.2 compiles with imx_v6_v7_defconfig, but hangs up on device. And I can't understand why: load address? Entry point? DRAM setting (but it's U-boot's work)?

Can you public you .config or at least .diff from imx_v6_v7_defconfig?

0 Kudos
1 Solution
900 Views
fabio_estevam
NXP Employee
NXP Employee

You can reference mx51evk device tree code to check what is currently supported in 3.8.5:

https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/arch/arm/boot/dts/imx51-ba...

Regards,

Fabio Estevam

View solution in original post

5 Replies
900 Views
rogerio_silva
NXP Employee
NXP Employee

Hi Serge,

I tested the Stable: 3.8.5 on i.MX53QSB and it's booting. I'm using the imx_v6_v7_defconfig as you mentioned.

Please, take a look on https://community.freescale.com/docs/DOC-1604    - Section "Building Kernel Mainline"

and check if you're missing any step.

Rgds

Rogerio

900 Views
goodvibr
Contributor I

Hi Rogerio,

As I need to use the PREEMPT_RT patches [1], I am currently looking at two options for the i.MX51 platform:

  1. Either use a mainline 3.8.4 (or one of a few available earlier versions) kernel with the official PREEMPT_RT patches
  2. Or try a modified [2] 2.6.31-imx

I would prefer to use a mainline 3.8.4 kernel. So, have you experienced or do you know of any obvious problems with that version (e.g. basic features or hardware that is not supported)?

[1] Index of /pub/linux/kernel/projects/rt

[2] Real-Time patch on iMX51

0 Kudos
901 Views
fabio_estevam
NXP Employee
NXP Employee

You can reference mx51evk device tree code to check what is currently supported in 3.8.5:

https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/arch/arm/boot/dts/imx51-ba...

Regards,

Fabio Estevam

900 Views
rogerio_silva
NXP Employee
NXP Employee

Hi Goodvibr,

Sorry but I'm not familiar with PREEMPT_RT patches.

The kernels from Freescale are more complete in terms of i.MX drivers, but I don't think you will have problems if you choose mainline kernel. You will have to check if kernel mainline has all features you need.

Rgds,

Rogerio

0 Kudos
900 Views
SergeVShistarev
Contributor I

Hi Rogerio,

Many thanks for link. I wonder how I skip it.

0 Kudos