<?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>MQX Software SolutionsのトピックRe: FNET Bootloader with MQX</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-with-MQX/m-p/187705#M3415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No idea with that info.&lt;/P&gt;&lt;P&gt;I'd try to get application to run from downloading with debugger and not use the FNET bootloader to take it out of the equation for debugging purposes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it runs without FNET, then something that is setup by FNET is affecting the MQX application.&lt;/P&gt;&lt;P&gt;If it is not running with FNET then need to debug the application.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Dec 2011 22:26:01 GMT</pubDate>
    <dc:creator>DavidS</dc:creator>
    <dc:date>2011-12-06T22:26:01Z</dc:date>
    <item>
      <title>FNET Bootloader with MQX</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-with-MQX/m-p/187702#M3412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using FNET bootloader - when I download project without MQX (f.e.: "Hello world!") from .srec file everything works ok - after "go" command program starts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I download project with MQX after "go" command program stops and do nothing!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 21:52:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-with-MQX/m-p/187702#M3412</guid>
      <dc:creator>master_szumi</dc:creator>
      <dc:date>2011-12-02T21:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: FNET Bootloader with MQX</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-with-MQX/m-p/187703#M3413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Master_szumi,&lt;/P&gt;&lt;P&gt;Take a look at FNET to see what resources it is using (interrupt wise).&amp;nbsp; Usually when jumping from a bootloader to an application the application needs to make sure the system has a clean start.&amp;nbsp; Likewise the FNET could be updated to make sure it is cleaning the system too.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 22:36:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-with-MQX/m-p/187703#M3413</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2011-12-05T22:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: FNET Bootloader with MQX</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-with-MQX/m-p/187704#M3414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ive noticed that program waits on address 0xdf274&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BVS 0x7ac44&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where is (from map file)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;_pend_svc&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; 0x0000d23b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Code&amp;nbsp; Gb&amp;nbsp; dispatch.o [7]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 19:19:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-with-MQX/m-p/187704#M3414</guid>
      <dc:creator>master_szumi</dc:creator>
      <dc:date>2011-12-06T19:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: FNET Bootloader with MQX</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-with-MQX/m-p/187705#M3415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No idea with that info.&lt;/P&gt;&lt;P&gt;I'd try to get application to run from downloading with debugger and not use the FNET bootloader to take it out of the equation for debugging purposes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it runs without FNET, then something that is setup by FNET is affecting the MQX application.&lt;/P&gt;&lt;P&gt;If it is not running with FNET then need to debug the application.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 22:26:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-with-MQX/m-p/187705#M3415</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2011-12-06T22:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: FNET Bootloader with MQX</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-with-MQX/m-p/187706#M3416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Response from Alejandro (Freescale support):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally we found the problem but unfortunately the only way to solve this issue is with a hotfix. This is not the best solution indeed this hotfix is only for IAR and MQX. By default, IAR compiler sets the entry point to enter in some configuration routines which makes MQX applications fail. To be honest we do not know the reason, but I contacted IAR to provide an explanation to this behavior. Meantime you can implement the hotfix by hard coding the entry point. Please refer to line 588 in fapp_tftp.c from the Ethernet bootloader:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* Set entry point. */&lt;/P&gt;&lt;P&gt;fapp_params_boot_config.go_address = 0x0000C411; //(unsigned long)addr;&lt;/P&gt;&lt;P&gt;fnet_shell_println(desc, FAPP_TFTP_ENTRYPOINT_STR, addr);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 00:50:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-with-MQX/m-p/187706#M3416</guid>
      <dc:creator>master_szumi</dc:creator>
      <dc:date>2011-12-09T00:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: FNET Bootloader with MQX</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-with-MQX/m-p/187707#M3417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Szumi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Srec-file generated by IAR ARM has wrong entry point (BTW: the IAR for MCF is correct).&lt;/P&gt;&lt;P&gt;There is workaround, without modification of the bootloader sources code.&lt;/P&gt;&lt;P&gt;So you may manually modify one line with entry point, in SREC file.&lt;/P&gt;&lt;P&gt;OR You may try to override default entry point in IAR ARM IDE:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Choose FLASH target.&lt;/LI&gt;&lt;LI&gt;Menu [Project]-&amp;gt;[Options…]-&amp;gt;[Linker]-&amp;gt;Check in “override default program entry” and enter correct “Entry symbol”.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This workaround is part of the FNET shell_boot demo project for IAR ARM (just in case).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Andrey Butok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 16:14:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-with-MQX/m-p/187707#M3417</guid>
      <dc:creator>butok</dc:creator>
      <dc:date>2011-12-09T16:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: FNET Bootloader with MQX</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-with-MQX/m-p/187708#M3418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I prefer to use raw bin file instead of srec file (becouse of size and download time).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I set fixed value of entry point to 0xC411 (in FNET configuration file - "go" command) and I hope it will be work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 16:24:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-with-MQX/m-p/187708#M3418</guid>
      <dc:creator>master_szumi</dc:creator>
      <dc:date>2011-12-09T16:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: FNET Bootloader with MQX</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-with-MQX/m-p/187709#M3419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two questions: When I enable TFTP client.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#define FNET_CFG_TFTP_CLN (1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error[Li005]: no definition for "fapp_params_boot_config" [referenced from bootloader\fnet_demos\mk60n512\shell\iararm6.1\FLASH_512KB_PFLASH\Obj\fapp.o]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when compilng the 'shell' demo application.&lt;/P&gt;&lt;P&gt;Also, why is the hardcoded address '0xC411' ? I would expect 0xC410 since the default adress is 0x410 and the bootloader consumes the first 48kb (so add 0xC000)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jan&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 23:14:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-with-MQX/m-p/187709#M3419</guid>
      <dc:creator>Skyhawk</dc:creator>
      <dc:date>2012-02-27T23:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: FNET Bootloader with MQX</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-with-MQX/m-p/187710#M3420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excuse me, I was wrong, the problem occurs only after&amp;nbsp;define FAPP_CFG_TFTP_CMD &amp;nbsp; &amp;nbsp; (1)&amp;nbsp;&lt;/P&gt;&lt;P&gt;is added also.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I add:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;#define FAPP_CFG_PARAMS_BOOT &amp;nbsp;(1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;The problems is solved.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 23:49:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FNET-Bootloader-with-MQX/m-p/187710#M3420</guid>
      <dc:creator>Skyhawk</dc:creator>
      <dc:date>2012-02-27T23:49:52Z</dc:date>
    </item>
  </channel>
</rss>

