<?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: i.MX8QXP RPMsg communication between M4 and A35 cores</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8QXP-RPMsg-communication-between-M4-and-A35-cores/m-p/804239#M124210</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/ajmalali"&gt;ajmalali&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;maybe i am offtopic but regarding to speed in RPMSG you can read thread here&amp;nbsp;&lt;A class="link-titled" href="https://github.com/EmbeddedRPC/erpc/issues/20" title="https://github.com/EmbeddedRPC/erpc/issues/20"&gt;Increasing transfer speed between cores · Issue #20 · EmbeddedRPC/erpc · GitHub&lt;/A&gt;&amp;nbsp; start with&amp;nbsp;&lt;STRONG class="" style="font-weight: 600;"&gt;&lt;A class="" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=11650957" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ablaylock" style="color: #586069; background-color: initial; text-decoration: none;"&gt;ablaylock&lt;/A&gt;&amp;nbsp;&lt;/STRONG&gt;answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2018 11:32:41 GMT</pubDate>
    <dc:creator>dusancervenka-b</dc:creator>
    <dc:date>2018-10-23T11:32:41Z</dc:date>
    <item>
      <title>i.MX8QXP RPMsg communication between M4 and A35 cores</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8QXP-RPMsg-communication-between-M4-and-A35-cores/m-p/804234#M124205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #242729;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #242729;"&gt;I am trying to set up multicore communication using RPMsg in IMX8QXP, in which freertos is running in M4 core and linux in A35. I am using the 'rpmsg_lite_str_echo_rtos' example from NXP FreeRTOS SDK 2.3. I was successfully able to create virtual tty '/dev/RPMSG'. Also i was able to send data to M4 core using 'echo' command from linux, and readback the acknowledgement at A35.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #242729;"&gt;Now i want to use this same channel to pass data from Linux continuously to M4 (and read the acknowledgements). What I am looking for, is a simple userspace application in c using basic open, read, write commands to pass data from A35 to M4. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #242729;"&gt;I tried this and got the results below :&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; color: #242729;"&gt;The code works fine for a single write instruction.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; color: #242729;"&gt;When i continuously write to the channel, i get some junk data in between at M4. Also the linux part becomes slow (I am trying to read data after each write to free the buffer).&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; color: #242729;"&gt;The read part in linux is not at all working. The C code gets blocked whenever a read instruction is used (Even when i am using NONBLOCK mode).&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; color: #242729;"&gt;If there is only a single write instruction, and i put a delay after it, same thing occurs&amp;nbsp;&lt;/SPAN&gt;(M4 receives junk data while the linux is in delay loop).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #242729;"&gt;I also tried using fopen, fwrite, fflush, fread commands with same results.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #242729;"&gt;I am only using the basic open, read write commands. Am i missing something here? Please help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #242729;"&gt;please revert back if you need any more details.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #242729;"&gt;Regatds,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #242729;"&gt;Ajmal&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 11:13:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8QXP-RPMsg-communication-between-M4-and-A35-cores/m-p/804234#M124205</guid>
      <dc:creator>ajmalali</dc:creator>
      <dc:date>2018-09-28T11:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8QXP RPMsg communication between M4 and A35 cores</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8QXP-RPMsg-communication-between-M4-and-A35-cores/m-p/804235#M124206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="font-size: 11.0pt; color: #242729;"&gt;Ajmal&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for simple rpmsg testing one can try unit-test and attached Linux Manual&lt;/P&gt;&lt;P&gt;sect.9.19 Remote Processor Messaging:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/imx-test/tree/test/rpmsg?h=imx_4.9.88_imx8qxp_beta2" title="https://source.codeaurora.org/external/imx/imx-test/tree/test/rpmsg?h=imx_4.9.88_imx8qxp_beta2"&gt;rpmsg\test - imx-test - i.MX Driver Test Application Software&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 23:21:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8QXP-RPMsg-communication-between-M4-and-A35-cores/m-p/804235#M124206</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-09-28T23:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8QXP RPMsg communication between M4 and A35 cores</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8QXP-RPMsg-communication-between-M4-and-A35-cores/m-p/804236#M124207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You for the update.&amp;nbsp;&lt;/P&gt;&lt;P&gt;That worked for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ajmal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 06:18:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8QXP-RPMsg-communication-between-M4-and-A35-cores/m-p/804236#M124207</guid>
      <dc:creator>ajmalali</dc:creator>
      <dc:date>2018-10-04T06:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8QXP RPMsg communication between M4 and A35 cores</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8QXP-RPMsg-communication-between-M4-and-A35-cores/m-p/804237#M124208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, ajmalali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how are your problems been solved ?&lt;/P&gt;&lt;P&gt;I'm using a imx7d board, i want to send a int value from m4 to a7 and read it at a7 side.&lt;/P&gt;&lt;P&gt;I also use open, write,read commands,&amp;nbsp;&lt;/P&gt;&lt;P&gt;but, m4 side print junk message and a7 side get nothing, just in blocking.&lt;/P&gt;&lt;P&gt;could you give me some advice ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Oct 2018 09:40:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8QXP-RPMsg-communication-between-M4-and-A35-cores/m-p/804237#M124208</guid>
      <dc:creator>chengyuhao</dc:creator>
      <dc:date>2018-10-13T09:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8QXP RPMsg communication between M4 and A35 cores</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8QXP-RPMsg-communication-between-M4-and-A35-cores/m-p/804238#M124209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above test program that igor shared&amp;nbsp;worked for me. Have you tried that?&lt;/P&gt;&lt;P&gt;Have you figured out where the problem is? ie. M4 or A7 side?&lt;/P&gt;&lt;P&gt;Also, just for clarity are you using bare metal application in the m4 side or do you have FreeRTOS or something similar in M4 core?&lt;/P&gt;&lt;P&gt;I started from the RPMsg application from the SDK by NXP and it worked for me.&lt;/P&gt;&lt;P&gt;You can get the SDK from here,&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://mcuxpresso.nxp.com/en/welcome" title="https://mcuxpresso.nxp.com/en/welcome"&gt;Welcome | MCUXpresso SDK Builder&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ajmal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2018 07:03:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8QXP-RPMsg-communication-between-M4-and-A35-cores/m-p/804238#M124209</guid>
      <dc:creator>ajmalali</dc:creator>
      <dc:date>2018-10-23T07:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8QXP RPMsg communication between M4 and A35 cores</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8QXP-RPMsg-communication-between-M4-and-A35-cores/m-p/804239#M124210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/ajmalali"&gt;ajmalali&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;maybe i am offtopic but regarding to speed in RPMSG you can read thread here&amp;nbsp;&lt;A class="link-titled" href="https://github.com/EmbeddedRPC/erpc/issues/20" title="https://github.com/EmbeddedRPC/erpc/issues/20"&gt;Increasing transfer speed between cores · Issue #20 · EmbeddedRPC/erpc · GitHub&lt;/A&gt;&amp;nbsp; start with&amp;nbsp;&lt;STRONG class="" style="font-weight: 600;"&gt;&lt;A class="" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=11650957" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ablaylock" style="color: #586069; background-color: initial; text-decoration: none;"&gt;ablaylock&lt;/A&gt;&amp;nbsp;&lt;/STRONG&gt;answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2018 11:32:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8QXP-RPMsg-communication-between-M4-and-A35-cores/m-p/804239#M124210</guid>
      <dc:creator>dusancervenka-b</dc:creator>
      <dc:date>2018-10-23T11:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8QXP RPMsg communication between M4 and A35 cores</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8QXP-RPMsg-communication-between-M4-and-A35-cores/m-p/804240#M124211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ajmalali&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The test program worked for me.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2018 12:08:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8QXP-RPMsg-communication-between-M4-and-A35-cores/m-p/804240#M124211</guid>
      <dc:creator>chengyuhao</dc:creator>
      <dc:date>2018-10-23T12:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8QXP RPMsg communication between M4 and A35 cores</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8QXP-RPMsg-communication-between-M4-and-A35-cores/m-p/1835510#M221810</link>
      <description>Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/138476"&gt;@ajmalali&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Iam using i.MX8QXP processor.Can you please guide me how to enable rpmsg in A35 core and M4 core.please share the documents related to it.</description>
      <pubDate>Tue, 26 Mar 2024 13:39:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8QXP-RPMsg-communication-between-M4-and-A35-cores/m-p/1835510#M221810</guid>
      <dc:creator>arunsathian</dc:creator>
      <dc:date>2024-03-26T13:39:10Z</dc:date>
    </item>
  </channel>
</rss>

