<?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: Creating applications for FLASH in ARM-DS-5</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Creating-applications-for-FLASH-in-ARM-DS-5/m-p/492521#M79123</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you YURI&lt;/P&gt;&lt;P&gt;but in DS-5 my startup code does init according to my application, i think it overrides u-boot initializations&lt;/P&gt;&lt;P&gt;with&amp;nbsp; small routines in main() it is running but if i add some more functions than its not running&lt;/P&gt;&lt;P&gt;i think we have to re-implement __user_setup_stackheap() ?&lt;/P&gt;&lt;P&gt;ok if this is not true than how we have to create applications for embeding into&amp;nbsp; flash &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;saida&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 May 2016 12:48:50 GMT</pubDate>
    <dc:creator>saida</dc:creator>
    <dc:date>2016-05-24T12:48:50Z</dc:date>
    <item>
      <title>Creating applications for FLASH in ARM-DS-5</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Creating-applications-for-FLASH-in-ARM-DS-5/m-p/492519#M79121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I.MX6 community&lt;/P&gt;&lt;P&gt;I am facing one problem&lt;/P&gt;&lt;P&gt;1. I i created a c-language application (with no startup code ) in arm-ds5 platform and from&amp;nbsp; fromelf utility i converted to bin than loaded into DDR in u-boot than running in u-boot by go command , its working fine&lt;/P&gt;&lt;P&gt;2. but with startup code the application is not running from u-boot but it is running from debugger(DStream)&lt;/P&gt;&lt;P&gt;3. i am suspecting scatter file or c library initialization (__rt_entry routine)&lt;/P&gt;&lt;P&gt;if any one can find solution to my problem please give me reply&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Saida&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 09:30:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Creating-applications-for-FLASH-in-ARM-DS-5/m-p/492519#M79121</guid>
      <dc:creator>saida</dc:creator>
      <dc:date>2016-05-23T09:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Creating applications for FLASH in ARM-DS-5</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Creating-applications-for-FLASH-in-ARM-DS-5/m-p/492520#M79122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; U-boot runs so called standalone applications under Uboot environment ;&lt;/P&gt;&lt;P&gt;when providing special startup settings - say, stack initialization - it conflicts&lt;/P&gt;&lt;P&gt;with U-boot. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Tue, 24 May 2016 06:36:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Creating-applications-for-FLASH-in-ARM-DS-5/m-p/492520#M79122</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2016-05-24T06:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Creating applications for FLASH in ARM-DS-5</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Creating-applications-for-FLASH-in-ARM-DS-5/m-p/492521#M79123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you YURI&lt;/P&gt;&lt;P&gt;but in DS-5 my startup code does init according to my application, i think it overrides u-boot initializations&lt;/P&gt;&lt;P&gt;with&amp;nbsp; small routines in main() it is running but if i add some more functions than its not running&lt;/P&gt;&lt;P&gt;i think we have to re-implement __user_setup_stackheap() ?&lt;/P&gt;&lt;P&gt;ok if this is not true than how we have to create applications for embeding into&amp;nbsp; flash &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;saida&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 12:48:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Creating-applications-for-FLASH-in-ARM-DS-5/m-p/492521#M79123</guid>
      <dc:creator>saida</dc:creator>
      <dc:date>2016-05-24T12:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating applications for FLASH in ARM-DS-5</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Creating-applications-for-FLASH-in-ARM-DS-5/m-p/492522#M79124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; yes, main() contains initialization of so called execitive system, that may be&lt;/P&gt;&lt;P&gt;incompatible with U-boot. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 07:59:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Creating-applications-for-FLASH-in-ARM-DS-5/m-p/492522#M79124</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2016-06-06T07:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating applications for FLASH in ARM-DS-5</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Creating-applications-for-FLASH-in-ARM-DS-5/m-p/492523#M79125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;But when i created a C project which doesn't have any assembly files, it is running fine&lt;/P&gt;&lt;P&gt;but with startup code jumping from __main to main() user function it is not running from u-boot (but up to __main it is working in u-boot)&lt;/P&gt;&lt;P&gt;if this is not correct&lt;/P&gt;&lt;P&gt;than how to build a application in DS5, which is stored in flash and copied to ram than running from ram after booting from u-boot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;saida&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 11:24:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Creating-applications-for-FLASH-in-ARM-DS-5/m-p/492523#M79125</guid>
      <dc:creator>saida</dc:creator>
      <dc:date>2016-06-08T11:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating applications for FLASH in ARM-DS-5</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Creating-applications-for-FLASH-in-ARM-DS-5/m-p/492524#M79126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I think it makes sense to apply to U-boot support regarding the issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.denx.de/wiki/U-Boot/WebHome" title="http://www.denx.de/wiki/U-Boot/WebHome"&gt;WebHome &amp;lt; U-Boot &amp;lt; DENX&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 03:00:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Creating-applications-for-FLASH-in-ARM-DS-5/m-p/492524#M79126</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2016-06-16T03:00:25Z</dc:date>
    </item>
  </channel>
</rss>

