<?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: MFS create not working. in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-create-not-working/m-p/457626#M15377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are using MFS or FATFS? Also, I have tested sdcard_twrk65f180m example located at: &amp;lt;KSDK_1_3_PATH&amp;gt;\middleware\filesystem\mfs\examples\sdcard and it worked well, this example uses MFS. Are you adding some modifications on this example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Isaac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Dec 2015 20:23:22 GMT</pubDate>
    <dc:creator>isaacavila</dc:creator>
    <dc:date>2015-12-07T20:23:22Z</dc:date>
    <item>
      <title>MFS create not working.</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-create-not-working/m-p/457625#M15376</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 just installed MFS on an SD card following an example in the SDK.&amp;nbsp; I am now experimenting with my new FS.&amp;nbsp; I can mkdir, cd, dir, etc... However, I can not seem to create a new file.&lt;/P&gt;&lt;P&gt;I type 'create test.txt' and the shell just hangs.&amp;nbsp; Am I doing something wrong?&amp;nbsp; Or is there something I should check? Do I need to enable 'user mode' somehow?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I debug, it seems to hang in the lwsem.c code.&amp;nbsp; I am using a TWRK65F180M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any tips.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 22:35:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-create-not-working/m-p/457625#M15376</guid>
      <dc:creator>echris</dc:creator>
      <dc:date>2015-12-01T22:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: MFS create not working.</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-create-not-working/m-p/457626#M15377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are using MFS or FATFS? Also, I have tested sdcard_twrk65f180m example located at: &amp;lt;KSDK_1_3_PATH&amp;gt;\middleware\filesystem\mfs\examples\sdcard and it worked well, this example uses MFS. Are you adding some modifications on this example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Isaac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 20:23:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-create-not-working/m-p/457626#M15377</guid>
      <dc:creator>isaacavila</dc:creator>
      <dc:date>2015-12-07T20:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: MFS create not working.</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-create-not-working/m-p/457627#M15378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response.&amp;nbsp; After further investigation, I suspect that my problem is related to not having built the MFS library.&amp;nbsp; Can you provide a little bit of information on how I can build the MFS.a library?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 20:35:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-create-not-working/m-p/457627#M15378</guid>
      <dc:creator>echris</dc:creator>
      <dc:date>2015-12-07T20:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: MFS create not working.</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-create-not-working/m-p/457628#M15379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Erick!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is rare that you could download the project without compiling MQX, SHELL and MFS libraries that are requiered for that example. But anyway, here are the steps to run this example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Open KDS and select&lt;STRONG&gt;&lt;EM&gt; import&lt;/EM&gt;&lt;/STRONG&gt;, then select &lt;STRONG&gt;&lt;EM&gt;Existing Projects into Workspace&lt;/EM&gt;&lt;/STRONG&gt; located under &lt;STRONG&gt;&lt;EM&gt;General&lt;/EM&gt;&lt;/STRONG&gt; folder and look for KSDK library for MQX in C:\Freescale\KSDK_1.3.0\lib\ksdk_mqx_lib\kds and import the project for K65F18&lt;/LI&gt;&lt;/UL&gt;&lt;P style="text-align: center;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Import KSDK_MQX_LIB for TWRK65.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/58232i38E611978A2E458E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Import KSDK_MQX_LIB for TWRK65.jpg" alt="Import KSDK_MQX_LIB for TWRK65.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Compile &lt;STRONG&gt;&lt;EM&gt;ksdk_mqx_lib_K65F18&lt;/EM&gt;&lt;/STRONG&gt; project.&lt;/LI&gt;&lt;LI&gt;Select &lt;EM&gt;&lt;STRONG&gt;import&lt;/STRONG&gt; &lt;/EM&gt;in next window, go to MQX folder and select &lt;STRONG&gt;&lt;EM&gt;Import Working Sets&lt;/EM&gt;&lt;/STRONG&gt;, then press Next &amp;gt;:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Import Working Set for MQX.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/58211iDE1BC1241935272E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Import Working Set for MQX.jpg" alt="Import Working Set for MQX.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Locate MQX working set for TWR-K65F180M in C:\Freescale\KSDK_1.3.0\rtos\mqx\build\kds\workspace_twrk65f180m and select &lt;EM&gt;&lt;STRONG&gt;build_libs.wsd:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="text-align: center;"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Import MQX, STDLIB and NSHELL libraries.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/58246i2D04E4C469322282/image-size/large?v=v2&amp;amp;px=999" role="button" title="Import MQX, STDLIB and NSHELL libraries.jpg" alt="Import MQX, STDLIB and NSHELL libraries.jpg" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI style="text-align: justify;"&gt;Compile these libraries and no error should be shown.&lt;/LI&gt;&lt;LI style="text-align: justify;"&gt;Import the MFS project located at: C:\Freescale\KSDK_1.3.0\middleware\filesystem\mfs\build\kds\mfs_twrk65f180m and compile it.&lt;/LI&gt;&lt;LI style="text-align: justify;"&gt;In total, you should have imported 5 libraries (ksdk_mqx_lib_K65F18, mfs_twrk65f180m, mqx_stdlib_twrk65f180m, mqx_twrk65f180m, nshell_twrk65f180m).&lt;/LI&gt;&lt;LI style="text-align: justify;"&gt;Now, import the sdcard example located at: C:\Freescale\KSDK_1.3.0\middleware\filesystem\mfs\examples\sdcard\build\kds\sdcard_twrk65f180m. Compile this project and download into your TWR board.&lt;/LI&gt;&lt;LI style="text-align: justify;"&gt;Run the project and open a terminal at 115200bps and test the shell commands.&lt;/LI&gt;&lt;/UL&gt;&lt;P style="text-align: center;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Test MFS functionality.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/58276i44DABDE1D6C9F03B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Test MFS functionality.jpg" alt="Test MFS functionality.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;I hope this can help you. If there is other doubt please do not hesitate on contact me.&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;Best Regards,&lt;/P&gt;&lt;P style="text-align: justify;"&gt;Isaac&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 20:55:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-create-not-working/m-p/457628#M15379</guid>
      <dc:creator>isaacavila</dc:creator>
      <dc:date>2015-12-07T20:55:33Z</dc:date>
    </item>
  </channel>
</rss>

