Description
I have done a device driver of SPI FLASH Controller in the SOC. I did NOT use the mtd_nand.c or nand_raw interface, all the functions (FLASH chip probing, reading/writing/erasing) are self-contained in the driver. And I also created 4 MTD partitions in the testing codes, so that I can see /dev/mtd[0-3].
Here comes my question: Currently, the MTD partitions have created, what (the recommended) FLASH filesystem should I use? And what are the steps to mount filesystem on a certain MTD partition (/dev/mtdn)?
Verification
Description
I have done a device driver of SPI FLASH Controller in the SOC. I did NOT use the
mtd_nand.cornand_rawinterface, all the functions (FLASH chip probing, reading/writing/erasing) are self-contained in the driver. And I also created 4 MTD partitions in the testing codes, so that I can see /dev/mtd[0-3].Here comes my question: Currently, the MTD partitions have created, what (
the recommended) FLASH filesystem should I use? And what are the steps to mount filesystem on a certain MTD partition (/dev/mtdn)?Verification