iMx6 kernel version

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

iMx6 kernel version

Jump to solution
1,770 Views
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?

Labels (1)
Tags (1)
0 Kudos
1 Solution
1,014 Views
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!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
6 Replies
1,015 Views
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 Kudos
1,014 Views
yichen
Contributor I

I followed the documentation you gave.

Or there is another way to know my kernel version?

0 Kudos
1,014 Views
Yuri
NXP Employee
NXP Employee
0 Kudos
1,014 Views
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 Kudos
1,014 Views
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 Kudos
1,014 Views
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 Kudos