This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IPNC RDK 3.8 Support for MIPI

Other Parts Discussed in Thread: DM385

Hi All,

We are trying to interface AR0330 Sensor with DM385 MIPI. We are using IPNC RDK 3.8.0.

Looking at Rules.make

IPNC_DEVICE    := DM385

ifeq ($(IPNC_DEVICE), DM8127)
  #IMGS_ID := IMGS_MICRON_MT9J003
  #IMGS_ID := IMGS_MICRON_AR0330 -----> There is AR0330 Support for DM8127
  IMGS_ID := IMGS_MICRON_AR0331
  #IMGS_ID := IMGS_PANASONIC_MN34041
  #IMGS_ID := IMGS_OMNIVISION_OV10630
  #IMGS_ID := IMGS_MICRON_MT9M034
else
  #IMGS_ID := IMGS_MICRON_MT9J003
  IMGS_ID := IMGS_MICRON_AR0331 -----> There is no support for AR0330 for DM385
  #IMGS_ID := IMGS_PANASONIC_MN34041
  #IMGS_ID := IMGS_SONY_IMX136
  #IMGS_ID := IMGS_SONY_IMX104
  #IMGS_ID := IMGS_MICRON_MT9M034
  #IMGS_ID := IMGS_SONY_IMX140
endif

ifeq ($(IMGS_ID), IMGS_MICRON_AR0330)
    CAPTURE_MODE:= MIPI_CSI2
endif

So It seems for AR0330 Sensor there is support for MIPI Interface in ISS drivers.

We added below Highlighted line for DM385  in Rules.make

ifeq ($(IPNC_DEVICE), DM8127)
  #IMGS_ID := IMGS_MICRON_MT9J003
  #IMGS_ID := IMGS_MICRON_AR0330
  IMGS_ID := IMGS_MICRON_AR0331
  #IMGS_ID := IMGS_PANASONIC_MN34041
  #IMGS_ID := IMGS_OMNIVISION_OV10630
  #IMGS_ID := IMGS_MICRON_MT9M034
else
  IMGS_ID := IMGS_MICRON_AR0330                                                                                                                          #IMGS_ID := IMGS_MICRON_MT9J003
  #IMGS_ID := IMGS_MICRON_AR0331
  #IMGS_ID := IMGS_PANASONIC_MN34041
  #IMGS_ID := IMGS_SONY_IMX136
  #IMGS_ID := IMGS_SONY_IMX104
  #IMGS_ID := IMGS_MICRON_MT9M034
  #IMGS_ID := IMGS_SONY_IMX140
endif

With this we build whole package. Our question is , will this change be sufficient to enable MIPI Interface support in drivers from DM385 Soc side. and if that is not the case then does IPNC RDK 3.8.0 has support for MIPI ?

Please help us on this.

Regards,

Vismay