<?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: M4 core application code stops working After booting Linux A53 imx8m mini evk board in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/M4-core-application-code-stops-working-After-booting-Linux-A53/m-p/1323174#M178405</link>
    <description>&lt;P&gt;Thanks for reply,&lt;/P&gt;&lt;P&gt;we have tried method suggested by you still facing same issue. &lt;STRONG&gt;M4 core stops working after booting A53 core with linux OS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;but in case of android OS M4 core working after booting A53 core with android OS&lt;/P&gt;&lt;P&gt;This issue facing while running I2C3 bus application s/w on M4 but not facing issue when we run demo code hello_world.bin in sdk on linux&lt;/P&gt;&lt;P&gt;Specifically facing issue when run I2C3 peripheral application S/w&lt;/P&gt;&lt;P&gt;we have used SDK I2C example for application s/w development on M4 core&lt;/P&gt;&lt;P&gt;and modified .dtsi file which we have modified to disable all I2C peripheral in device tree&lt;/P&gt;&lt;P&gt;check program and .dtsi file&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have attached .dtsi file and application s/w code main file&lt;/P&gt;&lt;P&gt;Please suggest for this issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Aug 2021 07:33:17 GMT</pubDate>
    <dc:creator>anilpathrut</dc:creator>
    <dc:date>2021-08-18T07:33:17Z</dc:date>
    <item>
      <title>M4 core application code stops working After booting Linux A53 imx8m mini evk board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/M4-core-application-code-stops-working-After-booting-Linux-A53/m-p/1322005#M178267</link>
      <description>&lt;P&gt;Hello sir,&lt;/P&gt;&lt;P&gt;Initially we are booting M4 core with Hello_world demo code and then booting A53 core with Linux it's working fine M4 core printing message on tera term terminal as "hello_world" on screen&lt;/P&gt;&lt;P&gt;It's working fine&amp;nbsp;&lt;/P&gt;&lt;P&gt;Same process using for I2C application software using SDK only implemented.&lt;/P&gt;&lt;P&gt;&amp;nbsp;And booting M4 core with I2C application software till this time M4 core working&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when boot A53 core with Linux , M4 core I2C&amp;nbsp; application software stops working&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here board using is imx8m mini evk board&lt;/P&gt;&lt;P&gt;I2C3 bus we are using for I2C sensor interface and on board I2C3 bus connected to camera&lt;/P&gt;&lt;P&gt;We are not able to identify problem for this&lt;/P&gt;&lt;P&gt;Please suggest on this part why&amp;nbsp; M4 core application software of i2C3 stoping working after booting the A53 core with linux&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 16:01:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/M4-core-application-code-stops-working-After-booting-Linux-A53/m-p/1322005#M178267</guid>
      <dc:creator>anilpathrut</dc:creator>
      <dc:date>2021-08-11T16:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: M4 core application code stops working After booting Linux A53 imx8m mini evk board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/M4-core-application-code-stops-working-After-booting-Linux-A53/m-p/1322758#M178356</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;When you're using a peripheral in the M4, in your case it would be the I2C, please make sure that in the dts you have disabled such peripheral since kernel will take control over it if not disabled.&lt;BR /&gt;&lt;BR /&gt;As you're using our EVK and BSP, you may achieve this by changing the dtb you're using, you may follow this steps:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Stop the boot process at U-boot.&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;Type the uboot command:&lt;BR /&gt;&amp;gt; setenv fdt_file imx8mm-evk-rpmsg.dtb&lt;BR /&gt;&amp;gt; saveenv&lt;/LI&gt;&lt;LI&gt;Boot the Linux Kernel by resetting the board or typing the command below:&lt;BR /&gt;&amp;gt; boot&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Aldo.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 18:34:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/M4-core-application-code-stops-working-After-booting-Linux-A53/m-p/1322758#M178356</guid>
      <dc:creator>AldoG</dc:creator>
      <dc:date>2021-08-12T18:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: M4 core application code stops working After booting Linux A53 imx8m mini evk board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/M4-core-application-code-stops-working-After-booting-Linux-A53/m-p/1323174#M178405</link>
      <description>&lt;P&gt;Thanks for reply,&lt;/P&gt;&lt;P&gt;we have tried method suggested by you still facing same issue. &lt;STRONG&gt;M4 core stops working after booting A53 core with linux OS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;but in case of android OS M4 core working after booting A53 core with android OS&lt;/P&gt;&lt;P&gt;This issue facing while running I2C3 bus application s/w on M4 but not facing issue when we run demo code hello_world.bin in sdk on linux&lt;/P&gt;&lt;P&gt;Specifically facing issue when run I2C3 peripheral application S/w&lt;/P&gt;&lt;P&gt;we have used SDK I2C example for application s/w development on M4 core&lt;/P&gt;&lt;P&gt;and modified .dtsi file which we have modified to disable all I2C peripheral in device tree&lt;/P&gt;&lt;P&gt;check program and .dtsi file&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have attached .dtsi file and application s/w code main file&lt;/P&gt;&lt;P&gt;Please suggest for this issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 07:33:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/M4-core-application-code-stops-working-After-booting-Linux-A53/m-p/1323174#M178405</guid>
      <dc:creator>anilpathrut</dc:creator>
      <dc:date>2021-08-18T07:33:17Z</dc:date>
    </item>
  </channel>
</rss>

