We want to change from Freescale's 2.6 kernel to Mainline kernel. As now V4.x is available my question: Has anyone successfully got a V4 kernel running? Is there an instruction available? Or should we use V3.x instead?
We have a custom board based on the EVK.
Solved! Go to Solution.
We're using U-Boot version 2015.01 - but 2015.04 is also appropriate.
Hello Michael,
the current mainline kernel support most of the features in Freescale 2.6.35 downstream kernel.
I suggest to use the Linux 4.1 because it will get longterm support in the near future.
In case you want to migrate from the old downstream kernel, you will need to build a new BSP for the custom board based on Device Tree.
Since your design bases on EVK you could copy arch/arm/boot/dts/imx28-evk.dts and modify it.
Regards
Stefan
Without any difficulties we have a custom i.MX28 board running with Linux Kernel 4.0.x. The Freescalers are very active in developing the mainline Kernel :smileyhappy:
Hello Jörg,
can you tell me which bootloader (and which version) you're using?
Thanks from Bavaria
We're using U-Boot version 2015.01 - but 2015.04 is also appropriate.
Hello Jörg,
our problems result from using an old/wrong bootloader as we made there some changes due to our requirements. So to all who want porting to a newer 3.x/4.x kernel the advice take the appropriate bootloader.