Setup of the i.MX Media driver

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

Setup of the i.MX Media driver

Jump to solution
1,680 Views
bo_svangard
Contributor I

I would like to activate the /dev/media* interface for the i.MX 6 video interfaces

 

Currently, I am getting a /dev/media0 for an usb attached webcamera

I am trying to activate the interface for the i.MX6, as presented in http://trac.gateworks.com/wiki/linux/media

 

I have configured the kernel 5.4.80 with the following  extra parameters

 

CONFIG_VIDEO_IMX_CAPTURE=y from staging drivers

CONFIG_MEDIA_CONTROLLER=y

CONFIG_VIDEO_V4L2_SUBDEV_API=y

 

Do I need more parameters for the /dev/media* files to show up?

Do I need to add any more configuration?

 

/Bo

 

0 Kudos
1 Solution
1,678 Views
bo_svangard
Contributor I

Ahh, I found It!!

I had missed to add VIDEO_IMX_CSI, which were dependant on other stuff, thus hidden in the kernel menuconfig

 

View solution in original post

0 Kudos
1 Reply
1,679 Views
bo_svangard
Contributor I

Ahh, I found It!!

I had missed to add VIDEO_IMX_CSI, which were dependant on other stuff, thus hidden in the kernel menuconfig

 

0 Kudos