What is 'erase block' in `mkfs.jffs2' utility in Linux? -


mkfs.jffs2 What's the 'erase' block in the utility?

I can not get anything by googling, maybe because of my lack of skill, can someone tell me what is this?

Can anyone tell if 'erase'?

JFFS 2 runs on raw flash, not on devices such as USB sticks which have firmware that make them traditional Looks like discs. Raw nand flash can be erased in very large blocks (i.e. set bits to 1). The "deleted block" is the size of a block that the device can erase. See

/ proc / mtd to see what your system thinks is the removable block size of each device (you need to use an MTD (/ proc / mtd) Memory technology device, i.e. raw flash) device will be required and JFFS2 will be useful.)

Comments

Popular posts from this blog

java - NullPointerException for a 2d Array -

python - Assemble mpeg file unable to play in mediaplayer -

c# - NameSpace Manager or XsltContent to parse aspx page -