Hi,
I'm working on integrating a Raspberry Pi Sony IMX708 camera on an i.MX 95 based board, following UG10215 (i.MX 95 Camera Porting Guide).
The document's "List of camera sensors modules supported" table lists the Raspberry Pi Sony imx708 as a supported reference camera module. However, I couldn't find a corresponding driver (e.g. imx708.c) in the linux-imx repository (branch lf-6.18.y
https://github.com/nxp-imx/linux-imx/commits/lf-6.18.y/drivers/media/i2c
Could you clarify which kernel driver is expected to be used for the imx708 sensor on the i.MX 95? Is the IMX708 driver included in the public BSP?
Thanks in advance.
Hello,
We do not have it officially supported yet in our standard BSP, you can take the driver from raspberry sources and use it:
https://github.com/raspberrypi/linux/blob/rpi-6.12.y/drivers/media/i2c/imx708.c
Best regards/Saludos,
Aldo.
Hi Aldo,
thanks for your reply.
We do not have it officially supported yet in our standard BSP
Will it be supported in the future? Why is the IMX708 camera listed in UG10215 if support is not included in the standard BSP?
Thanks again
Diego