<?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: iMX8MM Kernel 5.4.85: Unable to get /dev/rpmsg node</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MM-Kernel-5-4-85-Unable-to-get-dev-rpmsg-node/m-p/1265068#M172915</link>
    <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37066"&gt;@igorpadykov&lt;/a&gt;&amp;nbsp;Hi, actually I have set the status to "okay" and yet I'm facing this problem. Any other suggestions I should look into?&lt;/P&gt;</description>
    <pubDate>Tue, 20 Apr 2021 10:24:10 GMT</pubDate>
    <dc:creator>harsh1621</dc:creator>
    <dc:date>2021-04-20T10:24:10Z</dc:date>
    <item>
      <title>iMX8MM Kernel 5.4.85: Unable to get /dev/rpmsg node</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MM-Kernel-5-4-85-Unable-to-get-dev-rpmsg-node/m-p/1264987#M172902</link>
      <description>&lt;P&gt;I am attempting to get the rpmsg node online on iMX8MM var-som board running Linux Kernel 5.4.85. I am following the dts here:&amp;nbsp;&lt;A href="https://github.com/varigit/linux-imx/blob/5.4-2.1.x-imx_var01/arch/arm64/boot/dts/freescale/imx8mm-var-som-symphony-m4.dtsi" target="_blank" rel="noopener"&gt;https://github.com/varigit/linux-imx/blob/5.4-2.1.x-imx_var01/arch/arm64/boot/dts/freescale/imx8mm-var-som-symphony-m4.dtsi&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I get the following Kernel Logs on boot:&lt;/P&gt;&lt;P&gt;[ 0.209340] imx rpmsg driver is registered.&lt;BR /&gt;[ 1.073890] imx-rpmsg 40000000.rpmsg: assigned reserved memory node vdevbuffer@0x40400000&lt;BR /&gt;[ 1.085409] virtio_rpmsg_bus: probe of virtio0 failed with error -12&lt;/P&gt;&lt;P&gt;I have all the necessary kernel configs enabled, so doesn't look like a case of missing kernel module. How should I proceed to debug further from the above error message.&lt;/P&gt;&lt;P&gt;Edit 1: If I define a different reserved memory which is not a "shared-dma-pool", I am able to get the rpmsg node online with the following success messages:&lt;/P&gt;&lt;P&gt;[ 0.209390] imx rpmsg driver is registered.&lt;BR /&gt;[ 0.773516] virtio_rpmsg_bus virtio0: rpmsg host is online&lt;BR /&gt;[ 0.773807] virtio_rpmsg_bus virtio0: creating channel rpmsg-openamp-demo-channel addr 0x1e&lt;/P&gt;&lt;P&gt;However, why would a reserved memory node with "shared-dma-pool" attribute not work?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 09:32:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MM-Kernel-5-4-85-Unable-to-get-dev-rpmsg-node/m-p/1264987#M172902</guid>
      <dc:creator>harsh1621</dc:creator>
      <dc:date>2021-04-20T09:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8MM Kernel 5.4.85: Unable to get /dev/rpmsg node</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MM-Kernel-5-4-85-Unable-to-get-dev-rpmsg-node/m-p/1265064#M172914</link>
      <description>&lt;P&gt;Hi Harshvardhan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;reason may be that in imx8mm-var-som-symphony-m4.dtsi &lt;BR /&gt;&amp;amp;rpmsg{..&lt;BR /&gt;status = "disabled";&lt;/P&gt;
&lt;P&gt;one can find appropriate dts file for that board where it is enabled as in example below&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/varigit/linux-imx/blob/imx_4.19.35_1.1.0_var01/arch/arm64/boot/dts/freescale/fsl-imx8mm-var-dart-m4.dts" target="_blank"&gt;https://github.com/varigit/linux-imx/blob/imx_4.19.35_1.1.0_var01/arch/arm64/boot/dts/freescale/fsl-imx8mm-var-dart-m4.dts&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, 20 Apr 2021 10:14:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MM-Kernel-5-4-85-Unable-to-get-dev-rpmsg-node/m-p/1265064#M172914</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-04-20T10:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8MM Kernel 5.4.85: Unable to get /dev/rpmsg node</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MM-Kernel-5-4-85-Unable-to-get-dev-rpmsg-node/m-p/1265068#M172915</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37066"&gt;@igorpadykov&lt;/a&gt;&amp;nbsp;Hi, actually I have set the status to "okay" and yet I'm facing this problem. Any other suggestions I should look into?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 10:24:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MM-Kernel-5-4-85-Unable-to-get-dev-rpmsg-node/m-p/1265068#M172915</guid>
      <dc:creator>harsh1621</dc:creator>
      <dc:date>2021-04-20T10:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8MM Kernel 5.4.85: Unable to get /dev/rpmsg node</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MM-Kernel-5-4-85-Unable-to-get-dev-rpmsg-node/m-p/1265083#M172921</link>
      <description>&lt;P&gt;iMX8MM var-som board is third party board supported by variscite, may be suggested to post issue&lt;/P&gt;
&lt;P&gt;on vendor forum:&amp;nbsp;&amp;nbsp; &lt;A href="https://variwiki.com/index.php?title=Main_Page" target="_blank" rel="noopener"&gt;https://variwiki.com/index.php?title=Main_Page&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, 20 Apr 2021 13:01:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MM-Kernel-5-4-85-Unable-to-get-dev-rpmsg-node/m-p/1265083#M172921</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-04-20T13:01:10Z</dc:date>
    </item>
  </channel>
</rss>

