This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Does SYSBIOS support NAND flash file system or RTFS?

I have a C6678 and wanted to be able to create a filesystem (RTFS) on the NAND Flash so that I could store data files, and tftp them off as needed...  This is really for a testing environment that we are needing this functionality for.  If it does are there an examples for setting this up?

  • Hi Jonathan Sixt,

    Unfortunately RTFS is not supported for the C6678 device.  However, SYS/BIOS does provide support for a file system called FatFS.  But, it currently only has support for a RAM disk.

    If RAM disk is not sufficient for you, FatFS is an open source project and has examples of NAND drivers on its website. This could be used as an example to follow in order to get the file system reading/writing to NAND on the 6678 on SYS/BIOS.

    Steve

  • Hi Steve

    I'm want to write some files to the flash and read it by my program, but I didn't know how to operate the flash memory, can you give me some ideas about the flash writing and reading ? I use the C6657 and if you have some examples?

    Sun