This repository supports MIPI cameras through the IPU7 on Intel Lunar Lake platform. There are 4 repositories that provide the complete setup:
Three ways are available:
patch/<kernel-version>
and patch/<kernel-version>/in-tree-build
depending on what you need.drivers
and include
folders to kernel source code.CONFIG_VIDEO_INTEL_IPU7=m
CONFIG_IPU_BRIDGE=m
And other components, depending on what you need:
CONFIG_PINCTRL_INTEL_PLATFORM=m
CONFIG_INTEL_SKL_INT3472=m
CONFIG_VIDEO_OV13B10=m
CONFIG_VIDEO_OV02C10=m
CONFIG_VIDEO_OV05C10=m
patch/<kernel-version>
(not in-tree-build
) applied to the kernel you will run the modules onmake -j`nproc` && sudo make modules_install && sudo depmod -a
sudo dkms add .
sudo dkms autoinstall ipu7-drivers/0.0.0