简体   繁体   中英

In memory FAT filesystem

如果在SDRAM内存块中(在Blackfin 537板上)实现了FAT文件系统,如何将文件写入该内存(文件系统)?

The easiest solution is to install a ram disk driver (which makes the RAM look like a block device) and a FAT driver (which will interpret the RAM blocks as a FAT file system). You can now use the regular std::fstream functions.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM