<?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: rear view camera with linux in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/rear-view-camera-with-linux/m-p/1032508#M152437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apparently no, but we will be glad if you can share you results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Mar 2020 14:47:42 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2020-03-31T14:47:42Z</dc:date>
    <item>
      <title>rear view camera with linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/rear-view-camera-with-linux/m-p/1032507#M152436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone tried to communicate with the m41 rear view camera app using linux instead of android auto?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2020 08:39:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/rear-view-camera-with-linux/m-p/1032507#M152436</guid>
      <dc:creator>keanlunleong</dc:creator>
      <dc:date>2020-03-30T08:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: rear view camera with linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/rear-view-camera-with-linux/m-p/1032508#M152437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apparently no, but we will be glad if you can share you results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2020 14:47:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/rear-view-camera-with-linux/m-p/1032508#M152437</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2020-03-31T14:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: rear view camera with linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/rear-view-camera-with-linux/m-p/1032509#M152438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have create a simple rpmsg to trigger the register event to m41.&lt;/P&gt;&lt;P&gt;M41 does receives it.&lt;/P&gt;&lt;P&gt;However it will fail when it calls&lt;/P&gt;&lt;P&gt;sc_rm_set_master_sid in SOC_AssignDisplayCamera function in isi_board.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2020 08:28:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/rear-view-camera-with-linux/m-p/1032509#M152438</guid>
      <dc:creator>keanlunleong</dc:creator>
      <dc:date>2020-04-14T08:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: rear view camera with linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/rear-view-camera-with-linux/m-p/1032510#M152439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Instead of trying to do it on Linux, i went with the easier step first. I tried to move lvds0(dpu 0) instead of lvds1(dpu1).&lt;/P&gt;&lt;P&gt;What i have done are:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Set all related rsrc to movable in scfw&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/114664i619727C8936DAA87/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2. commented out&amp;nbsp;#define USE_LVDS1 in isi_config.h and added as below in pin_mux.c&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/114665i4D793F8B429FEDA0/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;At this point, m41 is able to display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In Android, i have changed the device tree as attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. When android starts, it will fail to display. From the console, i realize there is an error (it6263 5-004c: failed to wait for video stable)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2020 03:46:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/rear-view-camera-with-linux/m-p/1032510#M152439</guid>
      <dc:creator>keanlunleong</dc:creator>
      <dc:date>2020-07-06T03:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: rear view camera with linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/rear-view-camera-with-linux/m-p/1517661#M194794</link>
      <description>&lt;P&gt;Did this issue fixed at last?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 10:42:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/rear-view-camera-with-linux/m-p/1517661#M194794</guid>
      <dc:creator>lannydev</dc:creator>
      <dc:date>2022-09-06T10:42:23Z</dc:date>
    </item>
  </channel>
</rss>

