<?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 remotoproc driver in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/remotoproc-driver/m-p/1378716#M183713</link>
    <description>&lt;P&gt;Hello all!&lt;/P&gt;&lt;P&gt;I'm suing IMX8MPlus, the linux kernel is 5.4, now i wan to use the remoteproc driver to boot M7 from linux,What should I do?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to modify the device tree, but encountered some problems:&lt;/P&gt;&lt;P&gt;root@verdin-imx8mp-06965600:~# dmesg | grep rproc&lt;BR /&gt;[ 1.682743] remoteproc remoteproc0: releasing imx-rproc&lt;BR /&gt;[ 2.458897] remoteproc remoteproc0: releasing imx-rproc&lt;BR /&gt;[ 2.464181] imx-rproc: probe of imx8mp-cm7 failed with error -16&lt;/P&gt;</description>
    <pubDate>Tue, 30 Nov 2021 07:36:16 GMT</pubDate>
    <dc:creator>utopia61</dc:creator>
    <dc:date>2021-11-30T07:36:16Z</dc:date>
    <item>
      <title>remotoproc driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/remotoproc-driver/m-p/1378716#M183713</link>
      <description>&lt;P&gt;Hello all!&lt;/P&gt;&lt;P&gt;I'm suing IMX8MPlus, the linux kernel is 5.4, now i wan to use the remoteproc driver to boot M7 from linux,What should I do?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to modify the device tree, but encountered some problems:&lt;/P&gt;&lt;P&gt;root@verdin-imx8mp-06965600:~# dmesg | grep rproc&lt;BR /&gt;[ 1.682743] remoteproc remoteproc0: releasing imx-rproc&lt;BR /&gt;[ 2.458897] remoteproc remoteproc0: releasing imx-rproc&lt;BR /&gt;[ 2.464181] imx-rproc: probe of imx8mp-cm7 failed with error -16&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 07:36:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/remotoproc-driver/m-p/1378716#M183713</guid>
      <dc:creator>utopia61</dc:creator>
      <dc:date>2021-11-30T07:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: remotoproc driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/remotoproc-driver/m-p/1378766#M183717</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;remoteproc is general linux utility, usage can be found for example on&lt;/P&gt;
&lt;P&gt;&lt;A href="https://variwiki.com/index.php?title=MCUXpresso#Running_a_demo_from_Linux" target="_blank"&gt;https://variwiki.com/index.php?title=MCUXpresso#Running_a_demo_from_Linux&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 08:33:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/remotoproc-driver/m-p/1378766#M183717</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-11-30T08:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: remotoproc driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/remotoproc-driver/m-p/1378773#M183719</link>
      <description>&lt;P&gt;HI!&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;THe question now is imx-rproc driver can not load? How do I modify device tree and imx-rproc driver?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 08:41:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/remotoproc-driver/m-p/1378773#M183719</guid>
      <dc:creator>utopia61</dc:creator>
      <dc:date>2021-11-30T08:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: remotoproc driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/remotoproc-driver/m-p/1386345#M184407</link>
      <description>&lt;P&gt;Did you perhaps enable 'rpmsg' in device-tree? You can try without it.&lt;/P&gt;&lt;P&gt;&amp;amp;rpmsg{&lt;BR /&gt;&amp;nbsp; status = "disabled";&lt;BR /&gt;};&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 10:02:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/remotoproc-driver/m-p/1386345#M184407</guid>
      <dc:creator>timbrugman</dc:creator>
      <dc:date>2021-12-14T10:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: remotoproc driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/remotoproc-driver/m-p/1386358#M184410</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you. I tried&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 10:13:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/remotoproc-driver/m-p/1386358#M184410</guid>
      <dc:creator>utopia61</dc:creator>
      <dc:date>2021-12-14T10:13:41Z</dc:date>
    </item>
  </channel>
</rss>

