How to compile kernel in iMX6 UL EVK

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

How to compile kernel in iMX6 UL EVK

1,205 次查看
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

标签 (2)
标记 (1)
0 项奖励
回复
1 回复

724 次查看
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 项奖励
回复