<?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>i.MX ProcessorsのトピックRe: [Technical Issue] kernel hangs at Galcore and VPU Issue</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Technical-Issue-kernel-hangs-at-Galcore-and-VPU-Issue/m-p/378158#M54253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elliot,&lt;/P&gt;&lt;P&gt;From, imx6qdl-sabresd.dtsi:&lt;/P&gt;&lt;P&gt;&amp;amp;vpu { pu-supply = &amp;lt;&amp;amp;pu_dummy&amp;gt;; /* ldo-bypass:use pu_dummy if VDDSOC share with VDDPU */ };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The comment above seems to indicate that if you are using LDO-bypass mode you would set this to pu-dummy. And if you are bypassing the LDO you need to set to to reg_pu (which is what I think you need to do on your board to get the VPU initialized properly).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Sep 2014 13:58:07 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2014-09-23T13:58:07Z</dc:date>
    <item>
      <title>[Technical Issue] kernel hangs at Galcore and VPU Issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Technical-Issue-kernel-hangs-at-Galcore-and-VPU-Issue/m-p/378157#M54252</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;We are running at i.MX6 Dual Lite soc and our own board, the linux kernel version is 3.10.17(yocto).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we start up the system, it would stop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;……&lt;/P&gt;&lt;P&gt;rtl8192cu: Board Type 0&lt;/P&gt;&lt;P&gt;rtlwifi: rx_max_size 15360, rx_urb_num 8, in_ep 1&lt;/P&gt;&lt;P&gt;rtl8192cu: Loading firmware rtlwifi/rtl8192cufw.bin&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: red;"&gt;Galcore version 4.6.9.9754&amp;nbsp; &amp;lt;-----------stop at here&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to fix the problem, I found an article that can fix my problem,&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/message/424352#424352"&gt;https://community.freescale.com/message/424352#424352&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They changed in file imx6qdl-sabresd.dtsi as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;cpu0 {&lt;/P&gt;&lt;P&gt; arm-supply = &amp;lt;&amp;amp;reg_arm&amp;gt;;&lt;/P&gt;&lt;P&gt; soc-supply = &amp;lt;&amp;amp;reg_soc&amp;gt;;&lt;/P&gt;&lt;P&gt; pu-supply = &amp;lt;&amp;amp;reg_pu&amp;gt;; /* use pu_dummy if VDDSOC share with VDDPU */&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;gpc {&lt;/P&gt;&lt;P&gt; fsl,ldo-bypass = &amp;lt;0&amp;gt;; /* use ldo-bypass, u-boot will check it and configure */&lt;/P&gt;&lt;P&gt; fsl,wdog-reset = &amp;lt;1&amp;gt;; /* watchdog select of reset source */&lt;/P&gt;&lt;P&gt; pu-supply = &amp;lt;&amp;amp;reg_pu&amp;gt;; /* ldo-bypass:use pu_dummy if VDDSOC share with VDDPU */&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;gpu {&lt;/P&gt;&lt;P&gt; pu-supply = &amp;lt;&amp;amp;reg_pu&amp;gt;; /* ldo-bypass:use pu_dummy if VDDSOC share with VDDPU */&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;vpu {&lt;/P&gt;&lt;P&gt; pu-supply = &amp;lt;&amp;amp;reg_pu&amp;gt;; /* ldo-bypass:use pu_dummy if VDDSOC share with VDDPU */&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now, we found another issue, we couldn’t use GStreamer to streaming video via VPU codec.(If I don’t use VPU codec, GStreamer is work well.)&lt;/P&gt;&lt;P&gt;Here is my command:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="color: red;"&gt;gst-launch-0.10 mfw_v4lsrc ! video/x-raw-yuv,width=640,height=480 ! vpuenc codec=6 ! rtph264pay ! udpsink host=192.168.8.123 port=5000&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and it’s the error massage:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="color: #e46c0a;"&gt;MFW_GST_V4LSRC_PLUGIN 3.0.11 build on Aug 20 2014 13:45:43.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="color: #e46c0a;"&gt;Setting pipeline to PAUSED ...&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="color: #e46c0a;"&gt;ERROR: Pipeline doesn't want to pause.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="color: #e46c0a;"&gt;Setting pipeline to NULL ...&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="color: #e46c0a;"&gt;Freeing pipeline ...&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;My question is what’s the different about “pu_dummy” and “reg_pu” ?&lt;/P&gt;&lt;P&gt;Does anyone has any idea about this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: #1f497d;"&gt;BTW, if we modify the device tree as the article, I can’t get 1.2V at VDDPU, it’s 0.095V.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 06:53:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Technical-Issue-kernel-hangs-at-Galcore-and-VPU-Issue/m-p/378157#M54252</guid>
      <dc:creator>elliottyang</dc:creator>
      <dc:date>2014-09-18T06:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: [Technical Issue] kernel hangs at Galcore and VPU Issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Technical-Issue-kernel-hangs-at-Galcore-and-VPU-Issue/m-p/378158#M54253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elliot,&lt;/P&gt;&lt;P&gt;From, imx6qdl-sabresd.dtsi:&lt;/P&gt;&lt;P&gt;&amp;amp;vpu { pu-supply = &amp;lt;&amp;amp;pu_dummy&amp;gt;; /* ldo-bypass:use pu_dummy if VDDSOC share with VDDPU */ };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The comment above seems to indicate that if you are using LDO-bypass mode you would set this to pu-dummy. And if you are bypassing the LDO you need to set to to reg_pu (which is what I think you need to do on your board to get the VPU initialized properly).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 13:58:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Technical-Issue-kernel-hangs-at-Galcore-and-VPU-Issue/m-p/378158#M54253</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2014-09-23T13:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: [Technical Issue] kernel hangs at Galcore and VPU Issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Technical-Issue-kernel-hangs-at-Galcore-and-VPU-Issue/m-p/378159#M54254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try booting the imx6dl-sabresd-ldo.dtb.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 17:14:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Technical-Issue-kernel-hangs-at-Galcore-and-VPU-Issue/m-p/378159#M54254</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2014-09-23T17:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: [Technical Issue] kernel hangs at Galcore and VPU Issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Technical-Issue-kernel-hangs-at-Galcore-and-VPU-Issue/m-p/378160#M54255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You guys are all right.&lt;/P&gt;&lt;P&gt;I try to rename &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;imx6dl-sabresd-ldo.dtb to imx6dl-sabresd.dtb &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px; line-height: 1.5em;"&gt;and boot again, it's works!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Elliott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 01:08:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Technical-Issue-kernel-hangs-at-Galcore-and-VPU-Issue/m-p/378160#M54255</guid>
      <dc:creator>elliottyang</dc:creator>
      <dc:date>2014-09-24T01:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: [Technical Issue] kernel hangs at Galcore and VPU Issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Technical-Issue-kernel-hangs-at-Galcore-and-VPU-Issue/m-p/378161#M54256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elliott Ynag,&lt;/P&gt;&lt;P&gt;I have the same question, what is the real cause?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 06:52:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Technical-Issue-kernel-hangs-at-Galcore-and-VPU-Issue/m-p/378161#M54256</guid>
      <dc:creator>peixiuhui</dc:creator>
      <dc:date>2015-06-03T06:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: [Technical Issue] kernel hangs at Galcore and VPU Issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Technical-Issue-kernel-hangs-at-Galcore-and-VPU-Issue/m-p/378162#M54257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pei xiuhui&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really don't know what's going on there, I used imx6dl-sabresd-ldo.dtb to instead of imx6dl-sabresd.dtb, and it works fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 01:27:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Technical-Issue-kernel-hangs-at-Galcore-and-VPU-Issue/m-p/378162#M54257</guid>
      <dc:creator>elliottyang</dc:creator>
      <dc:date>2015-06-04T01:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: [Technical Issue] kernel hangs at Galcore and VPU Issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Technical-Issue-kernel-hangs-at-Galcore-and-VPU-Issue/m-p/378163#M54258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Elliott ynag, &lt;/P&gt;&lt;P&gt; thanks for sharing this good post, i can now run android5.0 sabreSD BSP on sabreLite board.&lt;/P&gt;&lt;P&gt;i'm&amp;nbsp; still using imx6q-sabresd.dts , but changed some pu-supply as you did above.&lt;/P&gt;&lt;P&gt;the key changes is replace &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;pu_dummy with&amp;nbsp; pu_reg, and &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;wdog-rese parameter,&amp;nbsp; after doing this, kernel 3.10 is run,&amp;nbsp; and i uncommented&amp;nbsp; two line in init.rc &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;on property:ro.debuggable=1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;start console&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;i can now getting busybox prompt shell,&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2015 05:30:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Technical-Issue-kernel-hangs-at-Galcore-and-VPU-Issue/m-p/378163#M54258</guid>
      <dc:creator>tootzoe</dc:creator>
      <dc:date>2015-06-13T05:30:10Z</dc:date>
    </item>
  </channel>
</rss>

