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
Hello,
Yes it is planned to be added but, unfortunately, I do not have a due date/version when its going to be added to the standard BSP release.
The reason that it appears in the guide is because is one of the cameras that was tested in early development but was not fully supported in our BSP.
Best regards/Saludos,
Aldo.