What is the right KSDK FFS to use over SDHC in an RTCS/FTP environment?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

What is the right KSDK FFS to use over SDHC in an RTCS/FTP environment?

Jump to solution
814 Views
mscovel
Contributor III

Trying to add a flash file system to access an SD micro card via SDHC using KDS3.2, and KSDK1.3.0 on twrk65f180m. Have run the example sdhc_sdcard_example_twrk65f180m and it successfully accesses data on the card but there appears to be no flash file system in that example (am I missing it?). Since we will also be adding an (RTCS) FTP server for remote access and file manipulation (and since I see in documents that MFS appears to be included/used by/required in RTCS’ FTP) I figure it would make more sense to bring in RTCS and use the MFS instead of getting any other FFS working.  Questions: Does MFS expose a flash file API to the software environment? Can MFS read/write files on an SD micro card using SDHC? Can tasks/components outside RTCS use MFS to read/write files on the SD micro card? If the answer to these questions is no, what SDHC flash file system would be compatible with MFS and is there an example SDHC/FFS project I can study/emulate?

0 Kudos
1 Solution
557 Views
mscovel
Contributor III

After following the doc above and others as well as the excellent examples, I was able to get RTCS, FTP and MFS running. Kudos to Freescale for making strong software enablement free. I am impressed.

View solution in original post

0 Kudos
5 Replies
558 Views
mscovel
Contributor III

After following the doc above and others as well as the excellent examples, I was able to get RTCS, FTP and MFS running. Kudos to Freescale for making strong software enablement free. I am impressed.

0 Kudos
557 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi Mark:

Please kindly refer to the below document for add MFS to a MQX RTOS for KSDK project.

https://community.nxp.com/docs/DOC-233598

I hope it is helpful.

Regards

Daniel

0 Kudos
557 Views
mscovel
Contributor III

document you posted isn't there

Thanks

Mark Scovel

260-515-2491

On Fri, Dec 1, 2017 at 12:41 AM, danielchen@fsl <admin@community.nxp.com>

0 Kudos
557 Views
dereksnell
NXP Employee
NXP Employee

Hi mscovel‌,

That's the right URL, just a typo in the link.  Let's try again

https://community.nxp.com/docs/DOC-233598 

0 Kudos
557 Views
mjbcswitzerland
Specialist V

Hi Mark

You may be able to find a turn-key solution here: http://www.utasker.com/kinetis/TWR-K65F180M.html (integrated FTP server (and/or client) with SDHC and flash access).
If not, you can still use it to simulate the K65, Flash and SD cards with Ethernet (FTP) to analyse and then patch other examples with.

Regards

Mark

Features: http://www.utasker.com/index.html
Kinetis: http://www.utasker.com/kinetis.html
Documentation and videos: http://www.utasker.com/docs/documentation.html

0 Kudos