iMx6 kernel version

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

iMx6 kernel version

跳至解决方案
1,881 次查看
yichen
Contributor I

Hi all,


I followed the latest Freescale Yocto Project User's Guide build my image.

But when I use uname -a it shows up kernel 3.0.35

How can I change my kernel to 4.1?

标签 (1)
标记 (1)
0 项奖励
1 解答
1,125 次查看
Yuri
NXP Employee
NXP Employee

Hello,

  Do You use recommendations of the recent documentation package ?

http://www.nxp.com/webapp/Download?colCode=L4.1.15_1.1.0_LINUX_DOCS&Parent_nodeId=133769948107170617...

Summary Page :

i.MX 6 Series Software and Development Tool|NXP

  In particular :

$ repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1.15-1.0.0_ga

Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
6 回复数
1,126 次查看
Yuri
NXP Employee
NXP Employee

Hello,

  Do You use recommendations of the recent documentation package ?

http://www.nxp.com/webapp/Download?colCode=L4.1.15_1.1.0_LINUX_DOCS&Parent_nodeId=133769948107170617...

Summary Page :

i.MX 6 Series Software and Development Tool|NXP

  In particular :

$ repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1.15-1.0.0_ga

Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
1,125 次查看
yichen
Contributor I

I followed the documentation you gave.

Or there is another way to know my kernel version?

0 项奖励
1,125 次查看
Yuri
NXP Employee
NXP Employee
0 项奖励
1,125 次查看
yichen
Contributor I

Hi Yuri

Thanks for your image

But still the same.

Is that caused by u-boot?

Because I have an emmc on my board. I don't know it will effect my kernel version or not?

Following image is boot by image you offered

uname2.jpg

0 项奖励
1,125 次查看
Yuri
NXP Employee
NXP Employee

Hello,

1.

from just built Linux :

root@imx6qsabresd:~# uname -a

Linux imx6qsabresd 4.1.15-1.1.1+gd5d7c02 #1 SMP PREEMPT Tue May 17 16:33:36 OMST 2016 armv7l GNU/Linux

2.

   Looks like really eMMC located kernel and filesystem are used in the case.

Please check carefully Your boot settings and U-boot environment.

Difference between eMMC and SD is just port number.

Regards,

Yuri.

0 项奖励
1,125 次查看
yichen
Contributor I

Hi Yuri,

Thanks for your help.

It is emmc's problem.

I change it to boot from sdcard to solved these problem.

Thanks!

0 项奖励