<?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.MX6 SoloX M4 Problem</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335141#M45487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to run hello world on my solox sabresd board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Eclipse IDE and when I compile the code I get a .elf file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10:57:41 **** Incremental Build of configuration Release for project helloworldtest ****&lt;/P&gt;&lt;P&gt;make all &lt;/P&gt;&lt;P&gt;Invoking: Cross ARM GNU Print Size&lt;/P&gt;&lt;P&gt;arm-none-eabi-size --format=berkeley "helloworldtest.elf"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; text&amp;nbsp;&amp;nbsp; data&amp;nbsp;&amp;nbsp;&amp;nbsp; bss&amp;nbsp;&amp;nbsp;&amp;nbsp; dec&amp;nbsp;&amp;nbsp;&amp;nbsp; hex filename&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 8252&amp;nbsp;&amp;nbsp; 2396&amp;nbsp;&amp;nbsp;&amp;nbsp; 260&amp;nbsp; 10908&amp;nbsp;&amp;nbsp; 2a9c helloworldtest.elf&lt;/P&gt;&lt;P&gt;Finished building: helloworldtest.siz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10:57:43 Build Finished (took 2s.387ms)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*&lt;/P&gt;&lt;P&gt; ============================================================================&lt;/P&gt;&lt;P&gt; Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : main.c&lt;/P&gt;&lt;P&gt; Author&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : &lt;/P&gt;&lt;P&gt; Version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&lt;/P&gt;&lt;P&gt; Copyright&amp;nbsp;&amp;nbsp; : Your copyright notice&lt;/P&gt;&lt;P&gt; Description : Hello World in C&lt;/P&gt;&lt;P&gt; ============================================================================&lt;/P&gt;&lt;P&gt; */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#include &amp;lt;stdio.h&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*&lt;/P&gt;&lt;P&gt; *&lt;/P&gt;&lt;P&gt; * Print a greeting message on standard output and exit.&lt;/P&gt;&lt;P&gt; * On embedded platforms this might require semi-hosting or similar.&lt;/P&gt;&lt;P&gt; * For example, for toolchains derived from GNU Tools for Embedded,&lt;/P&gt;&lt;P&gt; * to enable semi-hosting, the following was added to the linker:&lt;/P&gt;&lt;P&gt; *&lt;/P&gt;&lt;P&gt; * --specs=rdimon.specs -Wl,--start-group -lgcc -lc -lc -lm -lrdimon -Wl,--end-group&lt;/P&gt;&lt;P&gt; *&lt;/P&gt;&lt;P&gt; * Adjust it for other toolchains.&lt;/P&gt;&lt;P&gt; *&lt;/P&gt;&lt;P&gt; */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int&lt;/P&gt;&lt;P&gt;main(void)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; printf("Hello ARM World!" "\n");&lt;/P&gt;&lt;P&gt;&amp;nbsp; return 0;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is how can I get hello world to print?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Mar 2015 18:00:49 GMT</pubDate>
    <dc:creator>sublime</dc:creator>
    <dc:date>2015-03-28T18:00:49Z</dc:date>
    <item>
      <title>I.MX6 SoloX M4 Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335138#M45484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently evaluating an I.MX6SX SDB and have managed to boot Linux on the A9 and a demo application on the M4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; boot the M4 application via 'run m4boot' in u-boot before Linux is booted, the input/output on the M4 side seems fine at 115200 baud on the FTDI usb-serial debug port.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;***** MCC Virtual TTY EXAMPLE *****&lt;/P&gt;&lt;P&gt;Please wait :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1) A9 peer is ready&lt;/P&gt;&lt;P&gt;Then press "S" to start the demo&lt;/P&gt;&lt;P&gt;********************************&lt;/P&gt;&lt;P&gt;Press "S" to start the demo :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However -- As soon as the A9 core starts running Linux, any input/output on the M4 side looks like gibberish.&amp;nbsp; It's as if the baud rate is no longer set to 115200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if I press 'S' before issuing the boot command in u-boot (to start Linux) the response is "Responder task started, MCC version is 002.000" from the M4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I press 'S" after Linux is booting, I get no response and the S does not appear as an 'S' in Teraterm.&amp;nbsp; Again, it's as if the S isn't making it through because the baud rate is mangled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any idea what's going on here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 13:35:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335138#M45484</guid>
      <dc:creator>nathanb_</dc:creator>
      <dc:date>2015-03-20T13:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX6 SoloX M4 Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335139#M45485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To clarify this issue a little more.&amp;nbsp; I wrote a program on the M4 which prints "Hello World" every 100 ms.&amp;nbsp; I then set u-boot to automatically start the M4 and the A9.&amp;nbsp; The M4 starts first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I see when turning the board on is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello World&lt;/P&gt;&lt;P&gt;Hello World&lt;/P&gt;&lt;P&gt;Hello World&lt;/P&gt;&lt;P&gt;Hello World&lt;/P&gt;&lt;P&gt;Hello World&lt;/P&gt;&lt;P&gt;Hello World&lt;/P&gt;&lt;P&gt;Hello World&lt;/P&gt;&lt;P&gt;Hello World&lt;/P&gt;&lt;P&gt;Hello World&lt;/P&gt;&lt;P&gt;Hello World&lt;/P&gt;&lt;P&gt;Hello World&lt;/P&gt;&lt;P&gt;Hello World&lt;/P&gt;&lt;P&gt;Hello World&lt;/P&gt;&lt;P&gt;Hello World&lt;/P&gt;&lt;P&gt;Hello World&lt;/P&gt;&lt;P&gt;ÈùÙloùÙ&lt;/P&gt;&lt;P&gt;ÈùÙÈùÙÈùÙÈùÙÈùÙÈùÙ&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ÈùÙÈùÙÈùÙÈùÙÈùÙÈùÙ&lt;/P&gt;&lt;P&gt;ÈùÙ&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ÈùÙÈùÙÈùÙÈùÙÈùÙÈùÙ&lt;/P&gt;&lt;P&gt;ÈùÙÈùÙÈùÙÈùÙÈùÙÈùÙ&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ÈùÙÈùÙÈùÙÈùÙÈùÙÈùÙ&lt;/P&gt;&lt;P&gt;ÈùÙÈùÙÈùÙÈùÙ&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ÈùÙ&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ÈùÙÈùÙÈùÙÈùÙÈùÙÈùÙ&lt;/P&gt;&lt;P&gt;ÈùÙ&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ÈùÙÈùÙÈùÙÈùÙÈùÙ&lt;/P&gt;&lt;P&gt;ÈùÙÈùÙÈùÙÈùÙÈùÙÈùÙ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The gibberish repeats indefinitely.&amp;nbsp; Changing baud rates does not fix the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 13:57:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335139#M45485</guid>
      <dc:creator>nathanb_</dc:creator>
      <dc:date>2015-03-20T13:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX6 SoloX M4 Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335140#M45486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've solved the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the processor is first powered on, the CCM Serial Clock Divider Register at 0x20C4024 is set to 0x00490B40.&amp;nbsp; This means that the uart_clk_sel is being set to use osc_clk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When Linux boots, the device tree is setting it to 0x00490B00.&amp;nbsp; This means that the uart_clk_sel is being set to use pll3_80m as its clock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the 3.10.53 kernel (root/arch/arm/mach-imx/clk-imx6sx.c), there is a conditional that states:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt; if (uart_from_osc)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx_clk_set_parent(clks[IMX6SX_CLK_UART_SEL], clks[IMX6SX_CLK_OSC]);&lt;BR /&gt; else&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imx_clk_set_parent(clks[IMX6SX_CLK_UART_SEL], clks[IMX6SX_CLK_PLL3_80M]);&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, uart_from_osc needs set true to make the M4 and A9 uart clock selections match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a u-boot parameter that can be added to the mmcargs/bootargs environment variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;setenv mmcargs 'setenv bootargs uart_from_osc console=${console},${baudrate} root=${mmcroot}'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 13:19:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335140#M45486</guid>
      <dc:creator>nathanb_</dc:creator>
      <dc:date>2015-03-26T13:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX6 SoloX M4 Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335141#M45487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to run hello world on my solox sabresd board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Eclipse IDE and when I compile the code I get a .elf file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10:57:41 **** Incremental Build of configuration Release for project helloworldtest ****&lt;/P&gt;&lt;P&gt;make all &lt;/P&gt;&lt;P&gt;Invoking: Cross ARM GNU Print Size&lt;/P&gt;&lt;P&gt;arm-none-eabi-size --format=berkeley "helloworldtest.elf"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; text&amp;nbsp;&amp;nbsp; data&amp;nbsp;&amp;nbsp;&amp;nbsp; bss&amp;nbsp;&amp;nbsp;&amp;nbsp; dec&amp;nbsp;&amp;nbsp;&amp;nbsp; hex filename&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 8252&amp;nbsp;&amp;nbsp; 2396&amp;nbsp;&amp;nbsp;&amp;nbsp; 260&amp;nbsp; 10908&amp;nbsp;&amp;nbsp; 2a9c helloworldtest.elf&lt;/P&gt;&lt;P&gt;Finished building: helloworldtest.siz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10:57:43 Build Finished (took 2s.387ms)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*&lt;/P&gt;&lt;P&gt; ============================================================================&lt;/P&gt;&lt;P&gt; Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : main.c&lt;/P&gt;&lt;P&gt; Author&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : &lt;/P&gt;&lt;P&gt; Version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&lt;/P&gt;&lt;P&gt; Copyright&amp;nbsp;&amp;nbsp; : Your copyright notice&lt;/P&gt;&lt;P&gt; Description : Hello World in C&lt;/P&gt;&lt;P&gt; ============================================================================&lt;/P&gt;&lt;P&gt; */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#include &amp;lt;stdio.h&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*&lt;/P&gt;&lt;P&gt; *&lt;/P&gt;&lt;P&gt; * Print a greeting message on standard output and exit.&lt;/P&gt;&lt;P&gt; * On embedded platforms this might require semi-hosting or similar.&lt;/P&gt;&lt;P&gt; * For example, for toolchains derived from GNU Tools for Embedded,&lt;/P&gt;&lt;P&gt; * to enable semi-hosting, the following was added to the linker:&lt;/P&gt;&lt;P&gt; *&lt;/P&gt;&lt;P&gt; * --specs=rdimon.specs -Wl,--start-group -lgcc -lc -lc -lm -lrdimon -Wl,--end-group&lt;/P&gt;&lt;P&gt; *&lt;/P&gt;&lt;P&gt; * Adjust it for other toolchains.&lt;/P&gt;&lt;P&gt; *&lt;/P&gt;&lt;P&gt; */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int&lt;/P&gt;&lt;P&gt;main(void)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; printf("Hello ARM World!" "\n");&lt;/P&gt;&lt;P&gt;&amp;nbsp; return 0;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is how can I get hello world to print?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Mar 2015 18:00:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335141#M45487</guid>
      <dc:creator>sublime</dc:creator>
      <dc:date>2015-03-28T18:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX6 SoloX M4 Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335142#M45488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Javier,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;You have to turn the elf into a bin&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Cortex_M4/toolchain/gcc-arm-none-eabi-4_9-2015q1/arm-none-eabi/bin/objcopy -O binary hello_world.elf m4_qspi.bin&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Then copy m4_qspi on to the sdcard's first partition (where all the *.dtb files and zImage sits)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Then stop u-boot and "run update_m4_from_sdcard"&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Then run "run m4boot"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:58:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335142#M45488</guid>
      <dc:creator>nathanb_</dc:creator>
      <dc:date>2015-03-30T14:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX6 SoloX M4 Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335143#M45489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nathan. I was able to follow your instructions and created the m4_qspi.bin file.&lt;/P&gt;&lt;P&gt;However, I do not see Hello World in the PuTTY terminal window.&lt;/P&gt;&lt;P&gt;Below is the terminal window output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; run update_m4_from_sd&lt;/P&gt;&lt;P&gt;SF: Detected N25Q256 with page size 256 Bytes, erase size 4 KiB, total 32 MiB&lt;/P&gt;&lt;P&gt;reading m4_qspi.bin&lt;/P&gt;&lt;P&gt;43420 bytes read in 29 ms (1.4 MiB/s)&lt;/P&gt;&lt;P&gt;SF: 65536 bytes @ 0x0 Erased: OK&lt;/P&gt;&lt;P&gt;SF: 43420 bytes @ 0x0 Written: OK&lt;/P&gt;&lt;P&gt;=&amp;gt; run m4boot&lt;/P&gt;&lt;P&gt;SF: Detected N25Q256 with page size 256 Bytes, erase size 4 KiB, total 32 MiB&lt;/P&gt;&lt;P&gt;## Starting auxiliary core at 0x78000000 ...&lt;/P&gt;&lt;P&gt;=&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 17:56:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335143#M45489</guid>
      <dc:creator>sublime</dc:creator>
      <dc:date>2015-03-30T17:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX6 SoloX M4 Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335144#M45490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for posting the solution, it will greatly help increase the knowledge base of the communities!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 20:14:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335144#M45490</guid>
      <dc:creator>SergioSolis</dc:creator>
      <dc:date>2015-03-30T20:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX6 SoloX M4 Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335145#M45491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Javier,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you plug in the USB debug cable into the SoloX, two communication ports are populated.&amp;nbsp; The communication port you are talking in to is for the A9.&amp;nbsp; Once you type "run m4boot," you should see the, "Hello World" come out of the OTHER communication port (for the M4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I run two teraterm windows and connect one to COMM5 and one to COMM4.&amp;nbsp; Both communication ports are set to 115200 baud with no flow control.&amp;nbsp; When I type "run m4boot" on the COMM4 window, I see "Hello World" on the COMM5 window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you doing this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 20:33:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335145#M45491</guid>
      <dc:creator>nathanb_</dc:creator>
      <dc:date>2015-03-30T20:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX6 SoloX M4 Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335146#M45492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/nathanb."&gt;nathanb.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for telling me to check the other com port. I opened another terminal window with the settings you mentioned and the M4 terminal is not printing Hello ARM World.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this point, I think my setting in Eclipse are not correct. In particular, I believe I should be selecting device for the memory map. But I have no devices installed on my Eclipse. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any other ideas of what I could be doing wrong? Would you be able to provide me with your hello_world.bin file so that I may run on my setup?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for your help,&lt;/P&gt;&lt;P&gt;Javier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 22:49:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335146#M45492</guid>
      <dc:creator>sublime</dc:creator>
      <dc:date>2015-03-30T22:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX6 SoloX M4 Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335147#M45493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Javier, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe your cross compiler isn't properly set up.&amp;nbsp; I'm not sure.&amp;nbsp; Try my file from the link below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.filedropper.com/m4qspi"&gt;http://www.filedropper.com/m4qspi&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 18:37:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335147#M45493</guid>
      <dc:creator>nathanb_</dc:creator>
      <dc:date>2015-03-31T18:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX6 SoloX M4 Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335148#M45494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Nathat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the file is broken can back up please. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to start using i.mx6solox for my projects, but I do not want to use DS5 and Jlink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can work with Cortex A9 and M4 in eclipse for free?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is much documentation such as:&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/32bit/doc/app_note/AN4553.pdf?fasp=1&amp;amp;WT_TYPE=Application%20Notes&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf" title="http://cache.freescale.com/files/32bit/doc/app_note/AN4553.pdf?fasp=1&amp;amp;WT_TYPE=Application%20Notes&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf"&gt;http://cache.freescale.com/files/32bit/doc/app_note/AN4553.pdf?fasp=1&amp;amp;WT_TYPE=Application%20Notes&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I can not find how to program, debug and run load in cortex M4.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;is this possible everything from eclipse for free?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any document that explains how to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much for the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 12:16:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335148#M45494</guid>
      <dc:creator>peralesserrano</dc:creator>
      <dc:date>2015-04-10T12:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX6 SoloX M4 Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335149#M45495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perales,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can download the file at:&lt;/P&gt;&lt;P&gt;&lt;A href="http://bytefull.com/IMX6SX/m4_qspi.bin" style="font-size: 13.3333330154419px;" title="http://bytefull.com/IMX6SX/m4_qspi.bin"&gt;http://bytefull.com/IMX6SX/m4_qspi.bin&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to do everything under eclipse.&amp;nbsp; I have not done it myself yet, so I have no documents to explain how.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as debugging for free, I'm not sure how viable this is on the M4.&amp;nbsp; A JTAG debugger is going to be the easiest option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 15:13:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335149#M45495</guid>
      <dc:creator>nathanb_</dc:creator>
      <dc:date>2015-04-10T15:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX6 SoloX M4 Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335150#M45496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Perales,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Was the document helpful? (Using Open Source Debugging Tools for Linux on i.MX Processors)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Were you able to set up your toolchain? Are you able to program the A9?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also in the same situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/nathanb."&gt;nathanb.&lt;/A&gt;&amp;nbsp; Thanks for the binary file. I was able to run the Hello World on my board. Are you using Yocto to build the Hello World program?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 18:17:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335150#M45496</guid>
      <dc:creator>sublime</dc:creator>
      <dc:date>2015-04-10T18:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX6 SoloX M4 Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335151#M45497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TY nathan, I'll keep looking to see if I assure you it is possible to program the M4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi JAVIER &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, if it helped me,it is valid for all the family i.mx, &lt;/P&gt;&lt;P&gt;you can buy a evaluation board and try to stay calmer, but the document does not explain anything imx6Sx M4 cortex.&lt;/P&gt;&lt;P&gt;an inexpensive board is for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="https://www.olimex.com/Products/OLinuXino/iMX233/iMX233-OLinuXino-NANO/open-source-hardware" title="https://www.olimex.com/Products/OLinuXino/iMX233/iMX233-OLinuXino-NANO/open-source-hardware"&gt;https://www.olimex.com/Products/OLinuXino/iMX233/iMX233-OLinuXino-NANO/open-source-hardware&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 20:16:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335151#M45497</guid>
      <dc:creator>peralesserrano</dc:creator>
      <dc:date>2015-04-10T20:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX6 SoloX M4 Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335152#M45498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nathan ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, thanks for your help and your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently working on the iMX6SX and I wanna test different use case (IDLE mode, Deep Sleep mode,...) in order to do some power consumption measurements. The first step to enter in a mode is to load the M4's image to QSPI and then to boot from it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, first, I've tried to run the hello world's binary file you've shared in your post.&lt;/P&gt;&lt;P&gt;I did just like you suggested: 'run update_m4_from_sd' then 'run m4boot' and it works. However, nothing is displayed on the M4's side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me? Is there anything I've forgotten?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 11:17:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335152#M45498</guid>
      <dc:creator>tonioch</dc:creator>
      <dc:date>2015-06-26T11:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX6 SoloX M4 Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335153#M45499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I was using the cross compiler from &lt;A href="https://launchpad.net/gcc-arm-embedded" title="https://launchpad.net/gcc-arm-embedded"&gt;https://launchpad.net/gcc-arm-embedded&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 19:28:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335153#M45499</guid>
      <dc:creator>nathanb_</dc:creator>
      <dc:date>2015-07-01T19:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX6 SoloX M4 Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335154#M45500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Newer kernel and u-boot versions may have some memory locations moved.&amp;nbsp; I believe it was built for imx_3.10.53_1.1.0_ga and imx_v2014.04_3.10.53_1.1.0_ga.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 19:34:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335154#M45500</guid>
      <dc:creator>nathanb_</dc:creator>
      <dc:date>2015-07-01T19:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX6 SoloX M4 Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335155#M45501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the &lt;EM&gt;3.10.53_1.1.0_ga&lt;/EM&gt; Linux version so it should work...&lt;/P&gt;&lt;P&gt;I just have to flash the QSPI NOR with the .bin with &lt;EM&gt;run update_m4_from_sd &lt;/EM&gt;and then boot the M4, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you still have the M4's demo application ? Otherwise, could you tell me where to find it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;Antoine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 13:38:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335155#M45501</guid>
      <dc:creator>tonioch</dc:creator>
      <dc:date>2015-07-02T13:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX6 SoloX M4 Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335156#M45502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;m4_qspi.bin is still available at the link I gave to Perales above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds to me like you're doing the proper steps.&amp;nbsp; I'm not sure what else could be going on, sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 13:33:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335156#M45502</guid>
      <dc:creator>nathanb_</dc:creator>
      <dc:date>2015-08-07T13:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX6 SoloX M4 Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335157#M45503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have updated mmcargs in u-boot as mentioned above. but still i have problem.&lt;/P&gt;&lt;P&gt;m4 stops printing the message. is that because we are using different pads for UART2.&lt;/P&gt;&lt;P&gt;SW_PAD_CTL_PAD_SD1_DATA0 for UART2 RX&lt;/P&gt;&lt;P&gt;SW_PAD_CTL_PAD_SD1_DATA1 for UART2 TX&lt;/P&gt;&lt;P&gt;where should i update these details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 16:32:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX6-SoloX-M4-Problem/m-p/335157#M45503</guid>
      <dc:creator>niranjanbc</dc:creator>
      <dc:date>2017-02-28T16:32:52Z</dc:date>
    </item>
  </channel>
</rss>

