<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: imx6q sabre AI board MIPI camera. in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278580#M31607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i have similar problem regarding camera as well. I am using 2 lane MIPI interface and driver similar to ov5640_mipi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;When i execute "./mxc_v4l2_capture.out -d /dev/video1 -m 1" i get following errors:&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0&lt;/P&gt;&lt;P&gt;VIDIOC_DQBUF failed.&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: VIDIOC_QBUF: buffer already queued&lt;/P&gt;&lt;P&gt;VIDIOC_QBUF failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During program execution MIPI&amp;nbsp; registers take following values:&lt;/P&gt;&lt;P&gt;0x021DC000:&amp;nbsp; 3130302A 00000001 00000001 00000001&lt;/P&gt;&lt;P&gt;0x021DC010:&amp;nbsp; 00000001 00000200 00000000 00000000&lt;/P&gt;&lt;P&gt;0x021DC020:&amp;nbsp; 00000000 00000003 00000000 00000000&lt;/P&gt;&lt;P&gt;0x021DC030:&amp;nbsp; 00000000 00001414 00000000 00000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a.) Register 0x21DC024 indicates errors. Bit 0 and bit 1 are set:&lt;/P&gt;&lt;P&gt;Escape Entry Error (ULPM) on data lane 0&lt;/P&gt;&lt;P&gt;Escape Entry Error (ULPM) on data lane 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't figure out, what does this error mean, or how to fix it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b.) Register 0x021DC014 bits 4,5 (Data lane 0,1 in Stop state) continuously change value during execution, which does not make sense to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any information would really help me!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Novak Jost&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Jul 2013 13:49:00 GMT</pubDate>
    <dc:creator>joštnovak</dc:creator>
    <dc:date>2013-07-01T13:49:00Z</dc:date>
    <item>
      <title>imx6q sabre AI board MIPI camera.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278563#M31590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to write a custom mipi camera module connect to imx6q sabre auto board.&lt;/P&gt;&lt;P&gt;The custom camera's details is as bellow:&lt;/P&gt;&lt;P&gt;4 data lanes,&lt;/P&gt;&lt;P&gt;YUV422 8 bit data format,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it is no need to send any control command to camera module(it will work when power on)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I referenc the ov5640_mipi camera driver, and delete the source code about I2C control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, the problem is that when i excute the /unit_tests/mxc_v4l2_capture.out as follow:&lt;/P&gt;&lt;P&gt;./mxc_v4l2_capture.out -d /dev/video1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the errors message:&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0&lt;/P&gt;&lt;P&gt;VIDIOC_DQBUF failed.&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: VIDIOC_QBUF: buffer already queued&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I got the MIPI registers value:&lt;/P&gt;&lt;P&gt;0x021DC000:&amp;nbsp; 3130302A 00000003 00000001 00000001&lt;/P&gt;&lt;P&gt;0x021DC010:&amp;nbsp; 00000001 000002F0 00000000 00000000&lt;/P&gt;&lt;P&gt;0x021DC020:&amp;nbsp; 00000000 00000000 00000000 00000000&lt;/P&gt;&lt;P&gt;0x021DC030:&amp;nbsp; 00000000 00001414 00000000 00000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found that ov5640 camera on sabre sd board, the values are:&lt;/P&gt;&lt;P&gt;0x021DC000:&amp;nbsp; 3130302A 00000001 00000001 00000001&lt;/P&gt;&lt;P&gt;0x021DC010:&amp;nbsp; 00000001 00000330 00000000 00000000&lt;/P&gt;&lt;P&gt;0x021DC020:&amp;nbsp; 00000000 00000000 00000000 00000000&lt;/P&gt;&lt;P&gt;0x021DC030:&amp;nbsp; 00000000 00001414 00000000 00000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The address 0x021DC014 register's bit 8 is different. (this bit Indicates that the clock lane is actively receiving a DDR clock) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not clearly with MIPI&lt;/P&gt;&lt;P&gt;Is there any ideas to help me go on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 08:21:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278563#M31590</guid>
      <dc:creator>GaoJianzhong</dc:creator>
      <dc:date>2013-04-22T08:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q sabre AI board MIPI camera.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278564#M31591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have got this mipi camera worked.&lt;/P&gt;&lt;P&gt;The reason is camera use virtual channel 0,&amp;nbsp; it only goes to CSI0 of IPU1.&lt;/P&gt;&lt;P&gt;But my driver is reference the sabreSD board, it use CSI1 of IPU1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my driver can get the 1280x720 picture, but not 2560x1440.&lt;/P&gt;&lt;P&gt;I think the problem is in IPU, it seems that there is a bus neck on IPU block.&lt;/P&gt;&lt;P&gt;Does 2560x1440@30fps camera over the i.mx6q support?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyone&amp;nbsp; know about this?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 05:57:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278564#M31591</guid>
      <dc:creator>GaoJianzhong</dc:creator>
      <dc:date>2013-05-20T05:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q sabre AI board MIPI camera.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278565#M31592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One MIPI/CSI-2 port- IPU receives two components per cycle from the MIPI_CSI2&lt;/P&gt;&lt;P&gt;interface. The maximum bandwidth of the interface is as follows:&lt;/P&gt;&lt;P&gt;• 400MByte/sec for four data lanes configuration (800Mbps/lane)&lt;/P&gt;&lt;P&gt;• 375MByte/sec for 3 data lanes configuration (1000Mbps/lane)&lt;/P&gt;&lt;P&gt;• 250MByte/sec for 2 data lanes configuration (1000Mbps/lane)&lt;/P&gt;&lt;P&gt;• 125Mbyte/sec for 1 data lanes configuration (1000Mbps/lane)&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;For 2560x1440@30fps, the required bandwidth is 2560x1440x30x1.35 (Blanking interval) * DF (&lt;/SPAN&gt;data format, defines the number of cycles needed to send a single pixel.). Assume you are using YUV422, &lt;SPAN class="mce_paste_marker"&gt;2560x1440x30x1.35x2 = 299M. Still in the bandwidth scope.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;Suggest that you can check the detailed data flow and share the detailed failure log for the analysis.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 07:46:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278565#M31592</guid>
      <dc:creator>lily_zhang</dc:creator>
      <dc:date>2013-05-21T07:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q sabre AI board MIPI camera.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278566#M31593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi zhang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much to reply me.&lt;/P&gt;&lt;P&gt;DF is not 1 ? Yes i am using YUV422 input.&lt;/P&gt;&lt;P&gt;In RM IPU part, there is "• YUV422 = 1 cycle/pixel" about mipi camera interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And MIPI can use 4 channels or only 1 channel to send data, So here:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;• 400MByte/sec for four data lanes configuration (800Mbps/lane)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;This 400MByte　is for 4 channels or for 1 channel?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;Because I think it will support fast data rate to use 4 channels than 1 channel.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;0 channel -----&amp;gt; IPU1 CSI0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;1 channel-------&amp;gt;IPU1 CSI1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;2 channel-------&amp;gt;IPU2 CSI0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;3 channel-------&amp;gt;IPU2 CSI1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 08:20:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278566#M31593</guid>
      <dc:creator>GaoJianzhong</dc:creator>
      <dc:date>2013-05-21T08:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q sabre AI board MIPI camera.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278567#M31594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data format examples:&lt;/P&gt;&lt;P&gt;• YUV422 over 16 bit = 1 cycles/pixel&lt;/P&gt;&lt;P&gt;• RGB888 over 8 bit = 3 cycles/pixel&lt;/P&gt;&lt;P&gt;• RGB565 over 16 bit = 2 cycles/pixel&lt;/P&gt;&lt;P&gt;• Bayer/Generic data = 1 cycle/pixel&lt;/P&gt;&lt;P&gt;• YUV422 over 8 bit = 2 cycles/pixel&lt;/P&gt;&lt;P&gt;• BT.656, YUV422 format = 2 cycles/pixel&lt;/P&gt;&lt;P&gt;• BT.1120, YUV422 format = 1 cycle/pixel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This 400MByte　is for 4 lanes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Lily Zhang&lt;/P&gt;&lt;P&gt;Freescale MPU Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 08:24:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278567#M31594</guid>
      <dc:creator>lily_zhang</dc:creator>
      <dc:date>2013-05-21T08:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q sabre AI board MIPI camera.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278568#M31595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry to confuse you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean the virtual channel, not the lanes.&lt;/P&gt;&lt;P&gt;You can use one data lane to send 4 channel data.&lt;/P&gt;&lt;P&gt;or use 4 data lanes to send 1 channel data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My camera is use 4 data lanes to send 1 channel data.(channel 0 to CSI0 of IPU1)&lt;/P&gt;&lt;P&gt;In chapter 19 (CSI2IPU), there is a virtual channel graph for i.mx6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 08:31:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278568#M31595</guid>
      <dc:creator>GaoJianzhong</dc:creator>
      <dc:date>2013-05-21T08:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q sabre AI board MIPI camera.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278569#M31596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: 10pt;"&gt;Hi Gao,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: 10pt;"&gt;I am facing in camera capture on imx6q &lt;/SPAN&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: 10pt;"&gt;customize board.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: 10pt;"&gt; Could you please help me on resolving the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: 10pt;"&gt;Below are the detail&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: 10pt;"&gt;We are using omnivison ov9740 sensor chip &amp;amp; interface is mipi. We have only one mipi camera device in our customize board. &lt;BR /&gt;In our case sensor is sending data in one lane only of mipi. &lt;BR /&gt; &lt;BR /&gt;We are getting “ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0”. &lt;BR /&gt; &lt;BR /&gt;We have checked by putting debug print in mxc_v4l2_capture.c , mxc_mipi_csi2.c &amp;amp; ipu_prp_enc.c. &lt;BR /&gt; &lt;BR /&gt;The camera image setting looks fine i.e(width(1280), height(720), pixformat(UYVY) ,DATA_WIDTH 8bit by debug print in mxc_v4l2_capture.c as well as in sensor file). &lt;BR /&gt; &lt;BR /&gt;The mipi register values are &lt;BR /&gt; &lt;BR /&gt;MIPI_CSI_PHY_STATE 0x320 &lt;BR /&gt;MIPI_CSI_ERR1 0x0 &lt;BR /&gt;MIPI_CSI_ERR2 0x1 &lt;BR /&gt; &lt;BR /&gt;The board config file setting for mipi,v4l2capture &amp;amp; sensor are below. &lt;BR /&gt; &lt;BR /&gt;1)mipi &lt;BR /&gt; &lt;BR /&gt;static struct mipi_csi2_platform_data mipi_csi2_pdata = { &lt;BR /&gt;&amp;nbsp; .ipu_id = 0, &lt;BR /&gt;&amp;nbsp; .csi_id = 1, &lt;BR /&gt;&amp;nbsp; .v_channel = 0, &lt;BR /&gt;&amp;nbsp; .lanes = 2, &lt;BR /&gt;&amp;nbsp; .dphy_clk = "mipi_pllref_clk", &lt;BR /&gt;&amp;nbsp; .pixel_clk = "emi_clk", &lt;BR /&gt;}; &lt;BR /&gt; &lt;BR /&gt;2)v4l2_capture &lt;BR /&gt;static struct fsl_mxc_capture_platform_data capture_data[] = { &lt;BR /&gt;&amp;nbsp; { &lt;BR /&gt;&amp;nbsp; .csi = 0, &lt;BR /&gt;&amp;nbsp; .ipu = 0, &lt;BR /&gt;&amp;nbsp; .mclk_source = 0, &lt;BR /&gt;&amp;nbsp; .is_mipi = 0, &lt;BR /&gt;&amp;nbsp; }, { &lt;BR /&gt;&amp;nbsp; .csi = 1, &lt;BR /&gt;&amp;nbsp; .ipu = 0, &lt;BR /&gt;&amp;nbsp; .mclk_source = 0, &lt;BR /&gt;&amp;nbsp; .is_mipi = 1, &lt;BR /&gt;&amp;nbsp; }, &lt;BR /&gt;}; &lt;BR /&gt; &lt;BR /&gt;3)ov9740 sensor &lt;BR /&gt;static struct fsl_mxc_camera_platform_data mipi_csi2_data = { &lt;BR /&gt;&amp;nbsp; .mclk = 24000000, &lt;BR /&gt;&amp;nbsp; .mclk_source = 0, &lt;BR /&gt;&amp;nbsp; .csi = 1, &lt;BR /&gt;&amp;nbsp; .io_init = mx6q_mipi_sensor_io_init, &lt;BR /&gt;&amp;nbsp; .pwdn = mx6q_mipi_powerdown, &lt;BR /&gt;} &lt;BR /&gt; &lt;BR /&gt;Kindly let us know what may be the cause of this error &amp;amp; is there any setting wrong.(specially highlighted variable i.e .csi ,.csi_id).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 09:26:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278569#M31596</guid>
      <dc:creator>ravishankergupt</dc:creator>
      <dc:date>2013-05-21T09:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q sabre AI board MIPI camera.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278570#M31597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using only on data lane of mipi?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but you set “.lanes = 2” in mipi_csi2_pdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And from the MIPI_CSI_PHY_STATE=0x320, this means there is data signal only on data lane 1 ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But not data lane 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you set your camera to use data lane0 to send data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 11:11:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278570#M31597</guid>
      <dc:creator>GaoJianzhong</dc:creator>
      <dc:date>2013-05-21T11:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q sabre AI board MIPI camera.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278571#M31598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set&amp;nbsp; data lane 0 &amp;amp; set “.lanes = 1” in mipi_csi2_pdata.&lt;/P&gt;&lt;P&gt;Still getting same error "&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: 10pt;"&gt;ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0”. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are the log&lt;/P&gt;&lt;P&gt;MIPI_CSI_PHY_STATE value 0x310,0x300,0x300,0x300,0x310,0x310,0x300........ checking at interval of 10milisec&lt;/P&gt;&lt;P&gt;MIPI_CSI_ERR2 value 0x0,0x0,0x10,0x10,0x10,0x0,0x10,0x10,0x10,0x0,0x10 .... checking at interval of 10milisec&lt;/P&gt;&lt;P&gt;Our Mipi sensor clock is&amp;nbsp; 304Mhz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not clear about the Imx-6 MIPI controller clock setting.&lt;/P&gt;&lt;P&gt;Are we suppose to do any change in clock of iMx-6 mipi, if sensor o/p clock get change ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 07:31:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278571#M31598</guid>
      <dc:creator>ravishankergupt</dc:creator>
      <dc:date>2013-05-22T07:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q sabre AI board MIPI camera.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278572#M31599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If MIPI_CSI_PHY_STATE = 0x310 or 0x300, it seems that MIPI module is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I really don’t know about the MIPI_CSI_ERR2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another people named wang in community may be help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And another thing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your virtual channel=0, you should use CSI0 of IPU1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your virtual channel=1, you should use CSI1 of IPU1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you set this correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 02:48:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278572#M31599</guid>
      <dc:creator>GaoJianzhong</dc:creator>
      <dc:date>2013-05-23T02:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q sabre AI board MIPI camera.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278573#M31600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have got this worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whe&amp;nbsp; i set the AXI_CLK_ROOT clock to 528Mhz,(default 264Mhz),&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:2560x1440@30fps"&gt;2560x1440@30fps&lt;/A&gt; is worked fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it seems that the "ccm_pixel_clk" is not enough in CSI2IPU moudle or MIPI core.&lt;/P&gt;&lt;P&gt;Is there anyone know where can i get detail information about this in freescale documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than kyou.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 04:39:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278573#M31600</guid>
      <dc:creator>GaoJianzhong</dc:creator>
      <dc:date>2013-06-03T04:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q sabre AI board MIPI camera.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278574#M31601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a similar problem with a custom camera&lt;/P&gt;&lt;P&gt;Can you tell me where you set the AXI_CLK_ROOT to 528 MHz?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 09:21:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278574#M31601</guid>
      <dc:creator>ivankozic</dc:creator>
      <dc:date>2013-06-05T09:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q sabre AI board MIPI camera.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278575#M31602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set CCM_CBCDR:axi_podf = 0 (divided by 1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 00:12:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278575#M31602</guid>
      <dc:creator>GaoJianzhong</dc:creator>
      <dc:date>2013-06-06T00:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q sabre AI board MIPI camera.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278576#M31603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please also try the following changes:&lt;/P&gt;&lt;P&gt;diff -aur x_imx_kernel_01.01.0.13_orig/kernels/linux-imx6//arch/arm/mach-mx6/clock.c x_imx_kernel_01.01.0.13_pixclk_fix/kernels/linux-imx6//arch/arm/mach-mx6/clock.c&lt;/P&gt;&lt;P&gt;--- x_imx_kernel_01.01.0.13_orig/kernels/linux-imx6//arch/arm/mach-mx6/clock.c   2013-02-26 17:08:42.000000000 -0600&lt;/P&gt;&lt;P&gt;+++ x_imx_kernel_01.01.0.13_pixclk_fix/kernels/linux-imx6//arch/arm/mach-mx6/clock.c    2013-04-26 08:19:08.277962839 -0500&lt;/P&gt;&lt;P&gt;@@ -3900,8 +3900,8 @@&lt;/P&gt;&lt;P&gt;           int mux;&lt;/P&gt;&lt;P&gt;           u32 reg = __raw_readl(MXC_CCM_CSCMR1) &amp;amp; ~MXC_CCM_CSCMR1_ACLK_EMI_MASK;&lt;/P&gt;&lt;P&gt;-           mux = &lt;U&gt;get&lt;/U&gt;mux6(parent, &amp;amp;axi_clk, &amp;amp;pll3_usb_otg_main_clk,&lt;/P&gt;&lt;P&gt;-                                   &amp;amp;pll2_pfd_400M, &amp;amp;pll2_pfd_352M, NULL, NULL);&lt;/P&gt;&lt;P&gt;+          mux = &lt;U&gt;get&lt;/U&gt;mux6(parent, &amp;amp;pll2_pfd_400M, &amp;amp;pll3_usb_otg_main_clk,&lt;/P&gt;&lt;P&gt;+                                  &amp;amp;axi_clk, &amp;amp;pll2_pfd_352M, NULL, NULL);&lt;/P&gt;&lt;P&gt;           reg |= (mux &amp;lt;&amp;lt; MXC_CCM_CSCMR1_ACLK_EMI_OFFSET);&lt;/P&gt;&lt;P&gt;           __raw_writel(reg, MXC_CCM_CSCMR1);&lt;/P&gt;&lt;P&gt;@@ -3913,8 +3913,8 @@&lt;/P&gt;&lt;P&gt;           u32 reg, div;&lt;/P&gt;&lt;P&gt;            reg = __raw_readl(MXC_CCM_CSCMR1);&lt;/P&gt;&lt;P&gt;-           div = ((reg &amp;amp; MXC_CCM_CSCMR1_ACLK_EMI_PODF_MASK) &amp;gt;&amp;gt; &lt;/P&gt;&lt;P&gt;-                                   MXC_CCM_CSCMR1_ACLK_EMI_PODF_OFFSET) + 1;&lt;/P&gt;&lt;P&gt;+          div = (((reg &amp;amp; MXC_CCM_CSCMR1_ACLK_EMI_PODF_MASK) &amp;gt;&amp;gt; &lt;/P&gt;&lt;P&gt;+                                  MXC_CCM_CSCMR1_ACLK_EMI_PODF_OFFSET)^0x6  ) + 1;&lt;/P&gt;&lt;P&gt;            return clk_get_rate(clk-&amp;gt;parent) / div;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;@@ -5432,7 +5432,7 @@&lt;/P&gt;&lt;P&gt;           clk_set_parent(&amp;amp;ipu2_di_clk[1], &amp;amp;pll5_video_main_clk);&lt;/P&gt;&lt;P&gt;            clk_set_parent(&amp;amp;emi_clk, &amp;amp;pll2_pfd_400M);&lt;/P&gt;&lt;P&gt;-           clk_set_rate(&amp;amp;emi_clk, 200000000);&lt;/P&gt;&lt;P&gt;+          clk_set_rate(&amp;amp;emi_clk, 176000000);&lt;/P&gt;&lt;P&gt;            /*&lt;/P&gt;&lt;P&gt;           &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;on mx6dl, 2d core clock sources from 3d shader core clock,&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Lily Zhang&lt;/P&gt;&lt;P&gt;Freescale MPU Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 01:46:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278576#M31603</guid>
      <dc:creator>lily_zhang</dc:creator>
      <dc:date>2013-06-06T01:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q sabre AI board MIPI camera.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278577#M31604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zhang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain your settings to the clock.c ?&lt;/P&gt;&lt;P&gt;I can't find the relationship between &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;emi_clk&lt;/SPAN&gt; and ccm_pixel_clk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 02:07:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278577#M31604</guid>
      <dc:creator>GaoJianzhong</dc:creator>
      <dc:date>2013-06-06T02:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q sabre AI board MIPI camera.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278578#M31605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EMI change is for one fix during debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Lily Zhang&lt;/P&gt;&lt;P&gt;Freescale MPU Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 02:14:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278578#M31605</guid>
      <dc:creator>lily_zhang</dc:creator>
      <dc:date>2013-06-06T02:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q sabre AI board MIPI camera.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278579#M31606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi zhang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;And i tried your changes to emi clock, it worked !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want know the reasons of this. And what's the recommend way to solve my problem. &lt;/P&gt;&lt;P&gt;changes with &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;axi_clk_root&lt;/SPAN&gt;？ or your changes with emi_clock ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because i must explain it to my customer. And i can't get this clear&amp;nbsp; from freescale's document.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 04:46:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278579#M31606</guid>
      <dc:creator>GaoJianzhong</dc:creator>
      <dc:date>2013-06-06T04:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q sabre AI board MIPI camera.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278580#M31607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i have similar problem regarding camera as well. I am using 2 lane MIPI interface and driver similar to ov5640_mipi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;When i execute "./mxc_v4l2_capture.out -d /dev/video1 -m 1" i get following errors:&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0&lt;/P&gt;&lt;P&gt;VIDIOC_DQBUF failed.&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: VIDIOC_QBUF: buffer already queued&lt;/P&gt;&lt;P&gt;VIDIOC_QBUF failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During program execution MIPI&amp;nbsp; registers take following values:&lt;/P&gt;&lt;P&gt;0x021DC000:&amp;nbsp; 3130302A 00000001 00000001 00000001&lt;/P&gt;&lt;P&gt;0x021DC010:&amp;nbsp; 00000001 00000200 00000000 00000000&lt;/P&gt;&lt;P&gt;0x021DC020:&amp;nbsp; 00000000 00000003 00000000 00000000&lt;/P&gt;&lt;P&gt;0x021DC030:&amp;nbsp; 00000000 00001414 00000000 00000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a.) Register 0x21DC024 indicates errors. Bit 0 and bit 1 are set:&lt;/P&gt;&lt;P&gt;Escape Entry Error (ULPM) on data lane 0&lt;/P&gt;&lt;P&gt;Escape Entry Error (ULPM) on data lane 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't figure out, what does this error mean, or how to fix it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b.) Register 0x021DC014 bits 4,5 (Data lane 0,1 in Stop state) continuously change value during execution, which does not make sense to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any information would really help me!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Novak Jost&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 13:49:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278580#M31607</guid>
      <dc:creator>joštnovak</dc:creator>
      <dc:date>2013-07-01T13:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q sabre AI board MIPI camera.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278581#M31608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; You must initilize the mipi module before start the camera clock lane signal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please confirm this.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; MIPI_CSI_ERR2 register has errors may mean that you should change the MIPI_CSI_PHY_TST_CRTL0 values, this is not documented in RM. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 00:33:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278581#M31608</guid>
      <dc:creator>GaoJianzhong</dc:creator>
      <dc:date>2013-07-02T00:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q sabre AI board MIPI camera.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278582#M31609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy, thank you for fast repond!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MIPI module is initialized and i got rid of errors in &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;MIPI_CSI_ERR2&lt;/SPAN&gt; register.&lt;/P&gt;&lt;P&gt;Now i got to similar problem as stated in your original post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;MIPI register values:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;0x021DC000:&amp;nbsp; 3130302A 00000001 00000001 00000001&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;0x021DC010:&amp;nbsp; 00000001 00000230 00000000 00000000&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;0x021DC020:&amp;nbsp; 00000000 00000000 00000000 00000000&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;0x021DC030:&amp;nbsp; 00000000 00001414 00000000 00000000&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;MIPI registers when using ov5640 camera:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;0x021DC000:&amp;nbsp; 3130302A 00000001 00000001 00000001&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;0x021DC010:&amp;nbsp; 00000001 00000330 00000000 00000000&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;0x021DC020:&amp;nbsp; 00000000 00000000 00000000 00000000&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;0x021DC030:&amp;nbsp; 00000000 00001414 00000000 00000000&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Did you solve your problem entirely by changing virtual channel or did you take any other actions.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I would appreciate any other thoughts as well.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Regards&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Novak Jost&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 13:07:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sabre-AI-board-MIPI-camera/m-p/278582#M31609</guid>
      <dc:creator>joštnovak</dc:creator>
      <dc:date>2013-07-02T13:07:14Z</dc:date>
    </item>
  </channel>
</rss>

