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
解決済! 解決策の投稿を見る。
Ahh, I found It!!
I had missed to add VIDEO_IMX_CSI, which were dependant on other stuff, thus hidden in the kernel menuconfig
Ahh, I found It!!
I had missed to add VIDEO_IMX_CSI, which were dependant on other stuff, thus hidden in the kernel menuconfig