<?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: modify mqx.html page in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/modify-mqx-html-page/m-p/275631#M8523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Garabo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx Thnx Thnx...It is my mistake @ the relative path and I have correct it&lt;/P&gt;&lt;P&gt;and it is working nicelyyyy.....Thnx again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Mar 2014 07:26:55 GMT</pubDate>
    <dc:creator>utsavikalpesh</dc:creator>
    <dc:date>2014-03-06T07:26:55Z</dc:date>
    <item>
      <title>modify mqx.html page</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/modify-mqx-html-page/m-p/275628#M8520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using MQX 4.0 and created new project. I have made this project by adding useful code files(.c, .h) which are being selected from web-havc demo.I also have put web-page folder into my source folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The project run successfully and the page of mqx.html run perfectly on browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need to modify the mqx.html page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already tried &lt;A href="https://community.nxp.com/thread/310133"&gt;MQX 4.0.1 web_hvac demo - modifying web pages&lt;/A&gt; but is not modifying html page as per my requirements.I also have a doubt about location of web pages folder so here I am attaching snapshot of web-pages location.Is location of web pages folder placed correctly...?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz send me solution........:smileyconfused::smileyconfused:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 09:10:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/modify-mqx-html-page/m-p/275628#M8520</guid>
      <dc:creator>utsavikalpesh</dc:creator>
      <dc:date>2014-03-05T09:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: modify mqx.html page</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/modify-mqx-html-page/m-p/275629#M8521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Utsavi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MQX provides the MaKe Trivial FileSystem tool (mktfs.exe). This tool creates C language source file tfs_data.c with constant arrays of binary data of all input directory files. . It is important to mention that any change in the web pages’ source files (*.html, *.js, *.css, etc) will not be reflected until the mktfs.exe tool is executed again to regenerate the tfs_data.c. Then the project in CodeWarrior shall be recompiled and reloaded to see any update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend you to copy the file C:\Freescale\Freescale_MQX_4_0\tools\mktfs.exe into your "Source" folder. Then modify the content of your .bat file to this:&lt;/P&gt;&lt;P&gt;mktfs.exe web_pages45&lt;/P&gt;&lt;P&gt;pause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this the file tfs_data.c shall be updated. Compile again your project and the changes should be reflected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Garabo&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>Wed, 05 Mar 2014 21:56:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/modify-mqx-html-page/m-p/275629#M8521</guid>
      <dc:creator>Luis_Garabo</dc:creator>
      <dc:date>2014-03-05T21:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: modify mqx.html page</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/modify-mqx-html-page/m-p/275630#M8522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Garabo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx for reply.As you say I put mktfs.exe into my source folder and&lt;/P&gt;&lt;P&gt;followed the required steps as you have mention but still there is no&lt;/P&gt;&lt;P&gt;modifications appear in mqx.html page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the thing I can't get is the modification into .bat file.Should I have&lt;/P&gt;&lt;P&gt;to write an absolute path while I am modifying web_pages to web_pages45.Though&lt;/P&gt;&lt;P&gt;you have explain me wonderfully but still I am not able to modify mqx.html&lt;/P&gt;&lt;P&gt;as per required . Plz help me to sort it out........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 05:51:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/modify-mqx-html-page/m-p/275630#M8522</guid>
      <dc:creator>utsavikalpesh</dc:creator>
      <dc:date>2014-03-06T05:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: modify mqx.html page</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/modify-mqx-html-page/m-p/275631#M8523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Garabo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx Thnx Thnx...It is my mistake @ the relative path and I have correct it&lt;/P&gt;&lt;P&gt;and it is working nicelyyyy.....Thnx again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 07:26:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/modify-mqx-html-page/m-p/275631#M8523</guid>
      <dc:creator>utsavikalpesh</dc:creator>
      <dc:date>2014-03-06T07:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: modify mqx.html page</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/modify-mqx-html-page/m-p/275632#M8524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have the same error ... but you had and could not fix it ..&lt;/P&gt;&lt;P&gt;where it is or how to change the @ relative path ??&lt;/P&gt;&lt;P&gt;:smileyconfused:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 May 2015 01:36:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/modify-mqx-html-page/m-p/275632#M8524</guid>
      <dc:creator>juanamariasalaz</dc:creator>
      <dc:date>2015-05-31T01:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: modify mqx.html page</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/modify-mqx-html-page/m-p/275633#M8525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry for late reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I did was, I made my folder named as web_pages45 in which I put my web pages. Now I Open my .bat file with notepad and edit like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mktfs web_pages45&amp;nbsp; &lt;/P&gt;&lt;P&gt;pause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per Garabo suggest and it works!!.... (here web_pages45 is a folder name in which i put web pages)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that will also works for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Utsavi Bharuchwala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 09:36:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/modify-mqx-html-page/m-p/275633#M8525</guid>
      <dc:creator>utsavikalpesh</dc:creator>
      <dc:date>2015-06-02T09:36:21Z</dc:date>
    </item>
  </channel>
</rss>

