<?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: Any Other Interface can communicate with M4? or Change RPMsg Baud Rate? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Any-Other-Interface-can-communicate-with-M4-or-Change-RPMsg-Baud/m-p/1006785#M149203</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JungHoon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for RPMsg char driver one can look at&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.kynetics.com/docs/2018/Linux_rpmsg_char_driver/" title="https://www.kynetics.com/docs/2018/Linux_rpmsg_char_driver/"&gt;Asymmetric Multiprocessing: RPMsg – Linux/Android | Kynetics&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.kynetics.com/docs/2018/AMP_IMU_demo_on_BD_Nitrogen7/" title="https://www.kynetics.com/docs/2018/AMP_IMU_demo_on_BD_Nitrogen7/"&gt;Asymmetric Multiprocessing - Boundary Devices Nitrogen7 | Kynetics&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;unfortunately nxp does not support debian, in general one can try to write&lt;/P&gt;&lt;P&gt;own driver using other peripherals using examples in FreeRTOS SDK_EVK-MIMX8MQ&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;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>Wed, 25 Mar 2020 00:46:16 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2020-03-25T00:46:16Z</dc:date>
    <item>
      <title>Any Other Interface can communicate with M4? or Change RPMsg Baud Rate?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Any-Other-Interface-can-communicate-with-M4-or-Change-RPMsg-Baud/m-p/1006784#M149202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm testing RPMsg on iMX8M.&lt;/P&gt;&lt;P&gt;I was using imx_rpmsg_tty driver as pre-installed example.&lt;/P&gt;&lt;P&gt;but seems data rate is fixed with 115200.&lt;/P&gt;&lt;P&gt;when i use stty -F /dev/ttyRPMSG30, it shows&amp;nbsp;&lt;/P&gt;&lt;P&gt;speed 38400 baud; line = 0;&lt;/P&gt;&lt;P&gt;&amp;nbsp;but actual speed looks like 115200. (Checked with usb to uart benchmarking Test on imx8 board ).&lt;/P&gt;&lt;P&gt;Is there any method to communication with Core and M4?&lt;/P&gt;&lt;P&gt;or Can i change the baudrate?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i already check this thread.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://community.nxp.com/thread/460752"&gt;https://community.nxp.com/thread/460752&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I use debian and there's no unit_tests for it.&lt;/P&gt;&lt;P&gt;I've heard i can use RPMsg chr drive instead of tty driver.&lt;/P&gt;&lt;P&gt;Is there any references or instructions??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;JungHoon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2020 10:21:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Any-Other-Interface-can-communicate-with-M4-or-Change-RPMsg-Baud/m-p/1006784#M149202</guid>
      <dc:creator>jh_cheon</dc:creator>
      <dc:date>2020-03-24T10:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Any Other Interface can communicate with M4? or Change RPMsg Baud Rate?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Any-Other-Interface-can-communicate-with-M4-or-Change-RPMsg-Baud/m-p/1006785#M149203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JungHoon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for RPMsg char driver one can look at&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.kynetics.com/docs/2018/Linux_rpmsg_char_driver/" title="https://www.kynetics.com/docs/2018/Linux_rpmsg_char_driver/"&gt;Asymmetric Multiprocessing: RPMsg – Linux/Android | Kynetics&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.kynetics.com/docs/2018/AMP_IMU_demo_on_BD_Nitrogen7/" title="https://www.kynetics.com/docs/2018/AMP_IMU_demo_on_BD_Nitrogen7/"&gt;Asymmetric Multiprocessing - Boundary Devices Nitrogen7 | Kynetics&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;unfortunately nxp does not support debian, in general one can try to write&lt;/P&gt;&lt;P&gt;own driver using other peripherals using examples in FreeRTOS SDK_EVK-MIMX8MQ&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;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>Wed, 25 Mar 2020 00:46:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Any-Other-Interface-can-communicate-with-M4-or-Change-RPMsg-Baud/m-p/1006785#M149203</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-03-25T00:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Any Other Interface can communicate with M4? or Change RPMsg Baud Rate?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Any-Other-Interface-can-communicate-with-M4-or-Change-RPMsg-Baud/m-p/1006786#M149204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi igor.&lt;/P&gt;&lt;P&gt;Seems when RPMsg char Driver is working, there's /dev/rpmsg_ctrl0 is created.&lt;/P&gt;&lt;P&gt;but it's not created when i enabled it at kernel configuration.&lt;/P&gt;&lt;P&gt;Not only the debian, i already test with YOCTO.&lt;/P&gt;&lt;P&gt;is there any part that i missing or need to another action for it??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;JungHoon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2020 07:43:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Any-Other-Interface-can-communicate-with-M4-or-Change-RPMsg-Baud/m-p/1006786#M149204</guid>
      <dc:creator>jh_cheon</dc:creator>
      <dc:date>2020-03-25T07:43:03Z</dc:date>
    </item>
  </channel>
</rss>

