Re: Linux 3.0.35 for iMX53

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Re: Linux 3.0.35 for iMX53

跳至解决方案
2,305 次查看
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 项奖励
1 解答
938 次查看
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

在原帖中查看解决方案

5 回复数
938 次查看
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

938 次查看
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 项奖励
939 次查看
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

938 次查看
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 项奖励
938 次查看
SergeVShistarev
Contributor I

Hi Rogerio,

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

0 项奖励