Get DCIC driver for yocto linux created with "sumo"

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

Get DCIC driver for yocto linux created with "sumo"

Jump to solution
833 Views
marcosal
Contributor II

I recently created a linux kernel for arm using yocto with this repository: GitHub - Freescale/fsl-community-bsp-base: BSP base files perfoming the following steps (I didn't modified the conf provided by default):

- repo  https://github.com/Freescale/fsl-community-bsp-base.git

- repo sync

- MACHINE=imx6qdlsabresd DISTRO=fslc-x11 source setup-environment build

- bitbake meta-choolchain

And I got the a the kernel 4.15.7

So far it is fine for me but I can't find the dcic driver files.

Do I need to build the yocto distro using other parameters or the dcic should be added with patches?

Thanks for any help!

Labels (5)
0 Kudos
1 Solution
649 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi Marcos,

On NXP BSP the DCIC driver is available in the directory: <Yocto_BuildDir>/linux/drivers/video/fbdev/mxc/.

On the screen displayed, select Configure the Kernel, When the next screen appears, select the
following options as build-in status to enable this module

Device Drivers -> Graphics support -> MXC DCIC

Regards

View solution in original post

1 Reply
650 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi Marcos,

On NXP BSP the DCIC driver is available in the directory: <Yocto_BuildDir>/linux/drivers/video/fbdev/mxc/.

On the screen displayed, select Configure the Kernel, When the next screen appears, select the
following options as build-in status to enable this module

Device Drivers -> Graphics support -> MXC DCIC

Regards