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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
1,787 次查看
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 项奖励
回复
1 解答
1,530 次查看
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 项奖励
回复
5 回复数
1,531 次查看
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 项奖励
回复
1,530 次查看
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 项奖励
回复
1,530 次查看
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 项奖励
回复
1,530 次查看
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 项奖励
回复
1,530 次查看
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 项奖励
回复