<?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: IMX6SX problem running M4 and A9 both on DDR in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-problem-running-M4-and-A9-both-on-DDR/m-p/457526#M71535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a similar problem , I have a kernel panic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Dec 2015 11:39:12 GMT</pubDate>
    <dc:creator>mirkoardinghi1</dc:creator>
    <dc:date>2015-12-09T11:39:12Z</dc:date>
    <item>
      <title>IMX6SX problem running M4 and A9 both on DDR</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-problem-running-M4-and-A9-both-on-DDR/m-p/457525#M71534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm trying to have both the m4 and a9 boot from ddr since my custom board (based on the imx6sx-sabresd) doesn't have the qspi flash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I directly boot linux (kernel version 3.10.53) on the a9, without removing the reset on the m4 everything works just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following this guide:&amp;nbsp; &lt;A href="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN5127.pdf" rel="nofollow noopener noreferrer" title="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN5127.pdf" target="_blank"&gt;How to Run the MQX™ RTOS on Various RAM Memories for i.MX 6SoloX&lt;/A&gt; I was able to load the "hello" example of the MQX RTOS at the address 0x80000000 and then run it through "bootaux 0x80000000" using u-boot. The m4 core is working fine since I am able to see the "Hello World" from the m4 console being printed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However if I try to boot linux after booting the M4 core, I get stuck at:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14490536940207535" data-renderedposition="239_8_882_112" jivemacro_uid="_14490536940207535"&gt;&lt;P&gt;Kernel image @ 0x81800000 [ 0x000000 - 0x54a908 ]&lt;/P&gt;&lt;P&gt;## Flattened Device Tree blob at 83000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Booting using the fdt blob at 0x83000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Using Device Tree in place at 83000000, end 8300e893&lt;/P&gt;&lt;P&gt;switch to ldo_bypass mode!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Starting kernel ...&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And nothing happens later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried appending "uart_from_osc"&amp;nbsp; in the mmcargs variable in u-boot, but still nothing changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone experienced the same problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 11:08:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-problem-running-M4-and-A9-both-on-DDR/m-p/457525#M71534</guid>
      <dc:creator>alancasinelli</dc:creator>
      <dc:date>2015-12-02T11:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6SX problem running M4 and A9 both on DDR</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-problem-running-M4-and-A9-both-on-DDR/m-p/457526#M71535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a similar problem , I have a kernel panic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 11:39:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-problem-running-M4-and-A9-both-on-DDR/m-p/457526#M71535</guid>
      <dc:creator>mirkoardinghi1</dc:creator>
      <dc:date>2015-12-09T11:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6SX problem running M4 and A9 both on DDR</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-problem-running-M4-and-A9-both-on-DDR/m-p/457527#M71536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually solved this.&lt;/P&gt;&lt;P&gt;The .dts file in the kernel version 3.10.53 doesn't include some necessary modifications needed to boot both the a9 and m4.&lt;BR /&gt;I just added this file &lt;A href="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/arch/arm/boot/dts/imx6sx-sdb-m4.dts?h=imx_3.14.28_1.0.0_ga"&gt;imx6sx-sdb-m4.dts&lt;/A&gt; to my board .dts file. Even if it is for the 3.14.58 kernel version, it worked just fine for me.&lt;/P&gt;&lt;P&gt;The "&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;uart_from_osc" command will make sure that the m4 console won't get corrupted when both the a9 and m4 are running.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 13:39:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-problem-running-M4-and-A9-both-on-DDR/m-p/457527#M71536</guid>
      <dc:creator>alancasinelli</dc:creator>
      <dc:date>2015-12-09T13:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6SX problem running M4 and A9 both on DDR</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-problem-running-M4-and-A9-both-on-DDR/m-p/457528#M71537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, it works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 14:14:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-problem-running-M4-and-A9-both-on-DDR/m-p/457528#M71537</guid>
      <dc:creator>mirkoardinghi1</dc:creator>
      <dc:date>2015-12-09T14:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6SX problem running M4 and A9 both on DDR</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-problem-running-M4-and-A9-both-on-DDR/m-p/457529#M71538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even i have same problem kernel locks after loading m4 when i try to boot&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/59817i5B18EDDD2211A556/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using IMX7D board &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have imx7d-sdb.dts file .. where exactly i have to copy ..i copied to my board SDCARD but still same response .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me where i have to copy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 16:23:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-problem-running-M4-and-A9-both-on-DDR/m-p/457529#M71538</guid>
      <dc:creator>chandiniindavar</dc:creator>
      <dc:date>2016-02-08T16:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6SX problem running M4 and A9 both on DDR</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-problem-running-M4-and-A9-both-on-DDR/m-p/457530#M71539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Lucida Console';"&gt;problem solved by doing this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 9.0pt; font-family: 'Lucida Console';"&gt;$ setenv fdt_file imx7d-sdb-m4.dtb&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 9.0pt; font-family: 'Lucida Console';"&gt;$ save&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 13:13:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-problem-running-M4-and-A9-both-on-DDR/m-p/457530#M71539</guid>
      <dc:creator>chandiniindavar</dc:creator>
      <dc:date>2016-02-15T13:13:51Z</dc:date>
    </item>
  </channel>
</rss>

