How to compile kernel in iMX6 UL EVK

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

How to compile kernel in iMX6 UL EVK

1,138 Views
adityaprajapati
Contributor I

Hello sir,

i want to compile device drivers and build kernel modules in my iMX6 board but i am, unable to find the

***********source code for the 4.1.15-1.1.0+ga4d2a08's kernel module**********

and i would even request you if you can guide me the procedure for the compiling of device driver too Thanks for the help in Advance With Regards Aditya

Labels (2)
Tags (1)
0 Kudos
1 Reply

657 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Aditya Prajapat,

You can build customized images for the i.MX6UL EVK Board using the Linux BSP Release (link below, please note that you may need to login to download this file).

https://www.nxp.com/webapp/Download?colCode=L4.1.15_1.1.0_LINUX_DOCS

Please follow the Yocto User’s Guide document contained in this bundle. Since Yocto is used as a means of distribution the source code is fetched on demand. You may, however, fetch the required sources for a given image by using the following command:

bitbake <image_or_recipe> -c fetchall

You may also build the image and the source code will be available on the work directory.

<BUILD_DIR>/tmp/work/<MACHINE>-poky-linux-gnueabi/linux-imx/<KERNEL_REV>/git

I hope this information helps!

Regards,

0 Kudos