Hi Utsavi,
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.
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:
mktfs.exe web_pages45
pause
After this the file tfs_data.c shall be updated. Compile again your project and the changes should be reflected.
I hope this helps.
Regards,
Garabo
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------